Compare commits
100 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8378c72250 | ||
|
|
beef0223c3 | ||
|
|
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 |
4
.github/workflows/flatpak-builder.yml
vendored
@@ -8,11 +8,11 @@ jobs:
|
||||
name: "Flatpak"
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v5
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
bundle: hu.kramo.Cartridges.flatpak
|
||||
manifest-path: hu.kramo.Cartridges.json
|
||||
|
||||
3
.github/workflows/windows.yml
vendored
@@ -15,13 +15,14 @@ jobs:
|
||||
with:
|
||||
msystem: UCRT64
|
||||
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
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
meson setup _build
|
||||
ninja -C _build install
|
||||
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"
|
||||
run: iscc ".\.windows\Cartridges.iss"
|
||||
- name: "Upload Artifact"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "Cartridges"
|
||||
#define MyAppVersion "1.2.2"
|
||||
#define MyAppVersion "1.4.1"
|
||||
#define MyAppPublisher "kramo"
|
||||
#define MyAppURL "https://github.com/kra-mo/cartridges"
|
||||
#define MyAppExeName "pythonw.exe"
|
||||
@@ -13,7 +13,7 @@ AppPublisher={#MyAppPublisher}
|
||||
AppPublisherURL={#MyAppURL}
|
||||
AppSupportURL=https://github.com/kra-mo/cartridges/issues
|
||||
AppUpdatesURL={#MyAppURL}
|
||||
DefaultDirName={autopf}\{#MyAppName}
|
||||
DefaultDirName={autopf64}\{#MyAppName}
|
||||
DisableProgramGroupPage=yes
|
||||
LicenseFile=..\LICENSE
|
||||
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\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\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\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\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\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
|
||||
|
||||
|
||||
@@ -32,10 +32,13 @@
|
||||
Cartridges is a simple game launcher written in Python using GTK4 and Libadwaita.
|
||||
## Features
|
||||
- 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
|
||||
- Hiding games
|
||||
- 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]!
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
template game : Box {
|
||||
template Game : Box {
|
||||
orientation: vertical;
|
||||
halign: center;
|
||||
valign: start;
|
||||
@@ -12,11 +12,18 @@ template game : Box {
|
||||
orientation: vertical;
|
||||
Button cover_button {
|
||||
overflow: hidden;
|
||||
Picture cover {
|
||||
width-request: 200;
|
||||
height-request: 300;
|
||||
hexpand: true;
|
||||
vexpand: true;
|
||||
Overlay {
|
||||
[overlay]
|
||||
Spinner spinner {
|
||||
margin-start: 72;
|
||||
margin-end: 72;
|
||||
}
|
||||
Picture cover {
|
||||
width-request: 200;
|
||||
height-request: 300;
|
||||
hexpand: true;
|
||||
vexpand: true;
|
||||
}
|
||||
}
|
||||
|
||||
styles [
|
||||
@@ -30,7 +37,7 @@ template game : Box {
|
||||
reveal-child: false;
|
||||
transition-type: crossfade;
|
||||
Box {
|
||||
Button button_play {
|
||||
Button play_button {
|
||||
halign: start;
|
||||
margin-start: 6;
|
||||
margin-end: 6;
|
||||
@@ -80,7 +87,7 @@ menu game_options {
|
||||
section {
|
||||
item {
|
||||
label: _("Edit");
|
||||
action: "app.edit_details";
|
||||
action: "app.edit_game";
|
||||
}
|
||||
|
||||
item {
|
||||
@@ -99,7 +106,7 @@ menu hidden_game_options {
|
||||
section {
|
||||
item {
|
||||
label: _("Edit");
|
||||
action: "app.edit_details";
|
||||
action: "app.edit_game";
|
||||
}
|
||||
|
||||
item {
|
||||
|
||||
@@ -32,7 +32,7 @@ ShortcutsWindow help_overlay {
|
||||
|
||||
ShortcutsShortcut {
|
||||
title: _("Undo");
|
||||
action-name: "win.undo_remove";
|
||||
action-name: "win.undo";
|
||||
}
|
||||
|
||||
ShortcutsShortcut {
|
||||
@@ -58,6 +58,11 @@ ShortcutsWindow help_overlay {
|
||||
title: _("Show hidden games");
|
||||
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 {
|
||||
title: _("Exit After Launching Games");
|
||||
activatable-widget: exit_after_launch_switch;
|
||||
|
||||
Switch exit_after_launch_switch {
|
||||
valign: center;
|
||||
@@ -23,6 +24,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
||||
Adw.ActionRow {
|
||||
title: _("Cover Image Launches Game");
|
||||
subtitle: _("Swaps the behavior of the cover image and the play button");
|
||||
activatable-widget: cover_launches_game_switch;
|
||||
|
||||
Switch cover_launches_game_switch {
|
||||
valign: center;
|
||||
@@ -36,6 +38,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
||||
Adw.ActionRow {
|
||||
title: _("High Quality Images");
|
||||
subtitle: _("Save game covers losslessly at the cost of storage");
|
||||
activatable-widget: high_quality_images_switch;
|
||||
|
||||
Switch high_quality_images_switch {
|
||||
valign: center;
|
||||
@@ -86,7 +89,6 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
||||
title: _("Extra Steam Libraries");
|
||||
subtitle: _("Select other directories where you have Steam games installed");
|
||||
|
||||
|
||||
Revealer steam_clear_button_revealer {
|
||||
reveal-child: false;
|
||||
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 {
|
||||
title: _("Heroic");
|
||||
show-enable-switch: true;
|
||||
@@ -124,6 +160,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
||||
|
||||
Adw.ActionRow {
|
||||
title: _("Import Epic Games");
|
||||
activatable-widget: heroic_epic_switch;
|
||||
|
||||
Switch heroic_epic_switch {
|
||||
valign: center;
|
||||
@@ -132,6 +169,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
||||
|
||||
Adw.ActionRow {
|
||||
title: _("Import GOG Games");
|
||||
activatable-widget: heroic_gog_switch;
|
||||
|
||||
Switch heroic_gog_switch {
|
||||
valign: center;
|
||||
@@ -140,6 +178,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
||||
|
||||
Adw.ActionRow {
|
||||
title: _("Import Sideloaded Games");
|
||||
activatable-widget: heroic_sideloaded_switch;
|
||||
|
||||
Switch heroic_sideloaded_switch {
|
||||
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_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_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;
|
||||
transition-type: over_left;
|
||||
|
||||
Overlay overview {
|
||||
Overlay details_view {
|
||||
name: "details_view";
|
||||
|
||||
[overlay]
|
||||
Box overview_box {
|
||||
Box details_view_box {
|
||||
orientation: vertical;
|
||||
|
||||
Adw.HeaderBar {
|
||||
@@ -47,7 +49,7 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
||||
}
|
||||
|
||||
[title]
|
||||
Adw.WindowTitle overview_header_bar_title {
|
||||
Adw.WindowTitle details_view_header_bar_title {
|
||||
title: _("Game Details");
|
||||
}
|
||||
|
||||
@@ -70,15 +72,23 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
||||
|
||||
Adw.Clamp {
|
||||
maximum-size: 200;
|
||||
Picture overview_cover {
|
||||
halign: end;
|
||||
valign: start;
|
||||
width-request: 200;
|
||||
height-request: 300;
|
||||
Overlay {
|
||||
[overlay]
|
||||
Spinner details_view_spinner {
|
||||
margin-start: 72;
|
||||
margin-end: 72;
|
||||
}
|
||||
|
||||
styles [
|
||||
"card",
|
||||
]
|
||||
Picture details_view_cover {
|
||||
halign: end;
|
||||
valign: start;
|
||||
width-request: 200;
|
||||
height-request: 300;
|
||||
|
||||
styles [
|
||||
"card",
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,10 +98,11 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
||||
vexpand: true;
|
||||
valign: center;
|
||||
|
||||
Label overview_title {
|
||||
Label details_view_title {
|
||||
label: _("Game Title");
|
||||
hexpand: true;
|
||||
halign: start;
|
||||
max-width-chars: 24;
|
||||
wrap: true;
|
||||
wrap-mode: word_char;
|
||||
natural-wrap-mode: word;
|
||||
@@ -101,10 +112,11 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
||||
]
|
||||
}
|
||||
|
||||
Label overview_developer {
|
||||
Label details_view_developer {
|
||||
margin-top: 3;
|
||||
hexpand: true;
|
||||
halign: start;
|
||||
max-width-chars: 36;
|
||||
wrap: true;
|
||||
wrap-mode: word_char;
|
||||
natural-wrap-mode: word;
|
||||
@@ -114,57 +126,89 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
||||
]
|
||||
}
|
||||
|
||||
Label overview_added {
|
||||
Box {
|
||||
orientation: horizontal;
|
||||
margin-top: 12;
|
||||
hexpand: true;
|
||||
halign: start;
|
||||
wrap: true;
|
||||
wrap-mode: word_char;
|
||||
natural-wrap-mode: word;
|
||||
|
||||
styles [
|
||||
"dim-label",
|
||||
]
|
||||
}
|
||||
Label overview_last_played {
|
||||
margin-top: 6;
|
||||
hexpand: true;
|
||||
halign: start;
|
||||
wrap: true;
|
||||
wrap-mode: word_char;
|
||||
natural-wrap-mode: word;
|
||||
|
||||
styles [
|
||||
"dim-label",
|
||||
]
|
||||
Label details_view_added {
|
||||
wrap: true;
|
||||
wrap-mode: word_char;
|
||||
natural-wrap-mode: word;
|
||||
}
|
||||
Label details_view_last_played {
|
||||
margin-start: 12;
|
||||
wrap: true;
|
||||
wrap-mode: word_char;
|
||||
natural-wrap-mode: word;
|
||||
}
|
||||
}
|
||||
Box {
|
||||
hexpand: true;
|
||||
vexpand: true;
|
||||
valign: center;
|
||||
|
||||
Button overview_launch {
|
||||
Button details_view_play_button {
|
||||
name: "details_view_play_button";
|
||||
action-name: "app.launch_game";
|
||||
label: _("Play");
|
||||
halign: start;
|
||||
margin-top: 24;
|
||||
|
||||
styles [
|
||||
"suggested-action",
|
||||
"opaque",
|
||||
"pill",
|
||||
]
|
||||
}
|
||||
|
||||
MenuButton overview_menu_button {
|
||||
icon-name: "view-more-symbolic";
|
||||
hexpand: true;
|
||||
vexpand: true;
|
||||
Box {
|
||||
halign: start;
|
||||
valign: center;
|
||||
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 [
|
||||
"circular",
|
||||
]
|
||||
}
|
||||
@@ -174,16 +218,8 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
||||
}
|
||||
}
|
||||
|
||||
styles [
|
||||
"background",
|
||||
]
|
||||
|
||||
Picture overview_blurred_cover {
|
||||
opacity: 0.2;
|
||||
can-shrink: true;
|
||||
Picture details_view_blurred_cover {
|
||||
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]
|
||||
Name=Cartridges
|
||||
GenericName=Game Launcher
|
||||
Comment=Launch your games
|
||||
Comment=Launch all your games
|
||||
Exec=cartridges
|
||||
Icon=hu.kramo.Cartridges
|
||||
Terminal=false
|
||||
|
||||
@@ -19,6 +19,21 @@
|
||||
<key name="steam-extra-dirs" type="as">
|
||||
<default>[]</default>
|
||||
</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">
|
||||
<default>true</default>
|
||||
</key>
|
||||
@@ -39,6 +54,24 @@
|
||||
</key>
|
||||
<key name="bottles-location" type="s">
|
||||
<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>
|
||||
</schema>
|
||||
<schema id="hu.kramo.Cartridge.State" path="/hu/kramo/Cartridges/State/">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<name>Cartridges</name>
|
||||
<summary>Launch all your games</summary>
|
||||
<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>
|
||||
<url type="homepage">https://github.com/kra-mo/cartridges</url>
|
||||
<url type="bugtracker">https://github.com/kra-mo/cartridges/issues</url>
|
||||
@@ -36,10 +36,31 @@
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="1.2.2" date="2023-03-30">
|
||||
<release version="1.4.1" date="2023-05-05">
|
||||
<description translatable="no">
|
||||
<ul>
|
||||
<li>Bug fixes</li>
|
||||
<li>Updates the Heroic GOG path</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<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>
|
||||
|
||||
|
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",
|
||||
"command" : "cartridges",
|
||||
"finish-args" : [
|
||||
"--share=network",
|
||||
"--share=ipc",
|
||||
"--socket=fallback-x11",
|
||||
"--device=dri",
|
||||
"--socket=wayland",
|
||||
"--talk-name=org.freedesktop.Flatpak",
|
||||
"--talk-name=org.gtk.vfs.*",
|
||||
"--filesystem=xdg-run/gvfsd",
|
||||
"--filesystem=~/.steam/steam/:ro",
|
||||
"--filesystem=xdg-data/lutris/:ro",
|
||||
"--filesystem=xdg-cache/lutris/:ro",
|
||||
"--filesystem=xdg-config/heroic/:ro",
|
||||
"--filesystem=xdg-data/bottles/:ro",
|
||||
"--filesystem=xdg-config/itch/: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.usebottles.bottles/data/bottles/:ro"
|
||||
"--filesystem=~/.var/app/com.usebottles.bottles/data/bottles/:ro",
|
||||
"--filesystem=~/.var/app/io.itch.itch/config/itch/:ro"
|
||||
],
|
||||
"cleanup" : [
|
||||
"/include",
|
||||
@@ -32,16 +36,71 @@
|
||||
],
|
||||
"modules" : [
|
||||
{
|
||||
"name": "python3-pyyaml",
|
||||
"name": "python3-modules",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyyaml\" --no-build-isolation"
|
||||
],
|
||||
"sources": [
|
||||
"build-commands": [],
|
||||
"modules": [
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz",
|
||||
"sha256": "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
|
||||
"name": "python3-pyyaml",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyyaml\" --no-build-isolation"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz",
|
||||
"sha256": "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project('cartridges',
|
||||
version: '1.2.2',
|
||||
version: '1.4.1',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
||||
@@ -11,3 +11,5 @@ fi
|
||||
pt
|
||||
ru
|
||||
ko
|
||||
de
|
||||
ro
|
||||
|
||||
@@ -2,19 +2,17 @@ data/hu.kramo.Cartridges.desktop.in
|
||||
data/hu.kramo.Cartridges.gschema.xml
|
||||
data/hu.kramo.Cartridges.metainfo.xml.in
|
||||
|
||||
data/gtk/window.blp
|
||||
data/gtk/game.blp
|
||||
data/gtk/help-overlay.blp
|
||||
data/gtk/preferences.blp
|
||||
data/gtk/window.blp
|
||||
|
||||
src/main.py
|
||||
src/window.py
|
||||
src/game.py
|
||||
src/preferences.py
|
||||
|
||||
src/utils/importer.py
|
||||
src/utils/bottles_parser.py
|
||||
src/utils/create_details_window.py
|
||||
src/utils/create_dialog.py
|
||||
src/utils/heroic_parser.py
|
||||
src/utils/steam_parser.py
|
||||
src/utils/importer.py
|
||||
src/utils/steamgriddb.py
|
||||
596
po/ar.po
@@ -2,12 +2,13 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the cartridges package.
|
||||
# Ali Aljishi <ahj696@hotmail.com>, 2023.
|
||||
# kramo <contact@kramo.hu>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-30 20:15+0000\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||
"Last-Translator: Ali Aljishi <ahj696@hotmail.com>\n"
|
||||
"Language-Team: Arabic <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/ar/>\n"
|
||||
@@ -21,38 +22,36 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "عبوات"
|
||||
msgstr "خراطيش"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:4
|
||||
msgid "Game Launcher"
|
||||
msgstr "مشغِّل ألعاب"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "شغِّل ألعابك"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "شغِّل كلَّ ألعابك"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 ""
|
||||
"«عبوَّات» هو مشغِّل ألعاب يسير، فيه دعم لاستيراد الألعاب من ستيم، وهِرُوِك، "
|
||||
"وقوارير، وفيه مزايا لترتيب هذه الألعاب مثل إخفاء بعضها أو ترتيبها حسب تاريخ "
|
||||
"إضافتها أو آخر تاريخ لُعبت فيه."
|
||||
"«خراطيش» هو مشغِّل ألعاب يسير، فيه دعم لاستيراد الألعاب من ستيم،ولوترس، وهِرُوِك، "
|
||||
"وبرامج أخرى، وذلك دون تسجيل دخول. ولك ترتيب وإخفاء الألعاب فيه كيفما شئت، "
|
||||
"وكذلك تستطيع منه تنزيل غُلُف الألعاب من SteamGridDB."
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
msgid "Library"
|
||||
msgstr "المكتبة"
|
||||
|
||||
#: 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"
|
||||
msgstr "حرِّر تفاصيل اللعبة"
|
||||
|
||||
@@ -60,120 +59,30 @@ msgstr "حرِّر تفاصيل اللعبة"
|
||||
msgid "Game Details"
|
||||
msgstr "تفاصيل اللعبة"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "التفضيلات"
|
||||
|
||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
||||
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
|
||||
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||
msgid "Title"
|
||||
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"
|
||||
msgstr "حرِّر"
|
||||
|
||||
#: data/gtk/game.blp:87
|
||||
#: data/gtk/game.blp:94 src/window.py:286
|
||||
msgid "Hide"
|
||||
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"
|
||||
msgstr "أزل"
|
||||
|
||||
#: data/gtk/game.blp:106
|
||||
#: data/gtk/game.blp:113 src/window.py:283
|
||||
msgid "Unhide"
|
||||
msgstr "اكشف"
|
||||
|
||||
@@ -185,6 +94,11 @@ msgstr "عام"
|
||||
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 "أظهر التفضيلات"
|
||||
@@ -193,7 +107,8 @@ msgstr "أظهر التفضيلات"
|
||||
msgid "Shortcuts"
|
||||
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"
|
||||
msgstr "تراجع"
|
||||
|
||||
@@ -217,7 +132,11 @@ msgstr "استورد ألعابًا"
|
||||
msgid "Show hidden games"
|
||||
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"
|
||||
msgstr "السلوك"
|
||||
|
||||
@@ -225,292 +144,422 @@ msgstr "السلوك"
|
||||
msgid "Exit After Launching Games"
|
||||
msgstr "اخرج بعد بدء الألعاب"
|
||||
|
||||
#: data/gtk/preferences.blp:24
|
||||
#: data/gtk/preferences.blp:25
|
||||
msgid "Cover Image Launches Game"
|
||||
msgstr "تبدأ صورة الغلاف اللعبة"
|
||||
|
||||
#: data/gtk/preferences.blp:25
|
||||
#: data/gtk/preferences.blp:26
|
||||
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
|
||||
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||
msgid "Images"
|
||||
msgstr "الصور"
|
||||
|
||||
#: data/gtk/preferences.blp:37
|
||||
#: data/gtk/preferences.blp:39
|
||||
msgid "High Quality Images"
|
||||
msgstr "صور ذات دقَّة عالية"
|
||||
|
||||
#: data/gtk/preferences.blp:38
|
||||
#: data/gtk/preferences.blp:40
|
||||
msgid "Save game covers losslessly at the cost of storage"
|
||||
msgstr "احفظ غُلُف الألعاب دون فقد على حساب مساحة التخزين"
|
||||
|
||||
#: data/gtk/preferences.blp:47
|
||||
#: data/gtk/preferences.blp:50
|
||||
msgid "Danger Zone"
|
||||
msgstr "منطقة خطر"
|
||||
|
||||
#: data/gtk/preferences.blp:50
|
||||
#: data/gtk/preferences.blp:53
|
||||
msgid "Remove All Games"
|
||||
msgstr "أزل كلَّ الألعاب"
|
||||
|
||||
#: data/gtk/preferences.blp:70
|
||||
#: 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:73
|
||||
#: data/gtk/preferences.blp:76
|
||||
msgid "Steam"
|
||||
msgstr "ستيم"
|
||||
|
||||
#: data/gtk/preferences.blp:77
|
||||
#: data/gtk/preferences.blp:80
|
||||
msgid "Steam Install Location"
|
||||
msgstr "موضع تثبيت ستيم"
|
||||
|
||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
||||
#: data/gtk/preferences.blp:156
|
||||
#: 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:86
|
||||
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||
msgid "Extra Steam Libraries"
|
||||
msgstr "مكتبات ستيم الإضافية"
|
||||
|
||||
#: data/gtk/preferences.blp:87
|
||||
#: data/gtk/preferences.blp:90
|
||||
msgid "Select other directories where you have Steam games installed"
|
||||
msgstr "حدِّد المجلَّدات الأخرى التي ثُبِّتت فيها ألعاب ستيم"
|
||||
|
||||
#: data/gtk/preferences.blp:94
|
||||
#: data/gtk/preferences.blp:96
|
||||
msgid "Clear"
|
||||
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"
|
||||
msgstr "هِرُوِك"
|
||||
|
||||
#: data/gtk/preferences.blp:116
|
||||
#: data/gtk/preferences.blp:152
|
||||
msgid "Heroic Install Location"
|
||||
msgstr "موضع تثبيت هِرُوِك"
|
||||
|
||||
#: data/gtk/preferences.blp:126
|
||||
#: data/gtk/preferences.blp:162
|
||||
msgid "Import Epic Games"
|
||||
msgstr "استورد ألعاب أَبِك"
|
||||
|
||||
#: data/gtk/preferences.blp:134
|
||||
#: data/gtk/preferences.blp:171
|
||||
msgid "Import GOG Games"
|
||||
msgstr "استورد ألعاب جيأوجي"
|
||||
|
||||
#: data/gtk/preferences.blp:142
|
||||
#: data/gtk/preferences.blp:180
|
||||
msgid "Import Sideloaded Games"
|
||||
msgstr "استورد ألعابًا مثبَّتةً بغير متجر"
|
||||
|
||||
#: data/gtk/preferences.blp:151
|
||||
#: data/gtk/preferences.blp:190
|
||||
msgid "Bottles"
|
||||
msgstr "قوارير"
|
||||
|
||||
#: data/gtk/preferences.blp:155
|
||||
#: 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 "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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr "Ali Aljishi <ahj696@hotmail.com>"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "أزيلت {title}"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
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"
|
||||
msgstr "اليوم"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "أمس"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "أضيفت في: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "أضيفت في: {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "أبدًا"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "لُعبت آخر مرَّة في: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "لُعبت آخر مرَّة في: {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "التفاصيل"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr "لم يُعثر على التثبيت"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr "حدِّد مجلَّد ضبط {name}."
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "حدِّد مجلَّد ضبط {}."
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr "حدِّد مجلَّد بيانات {name}."
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "حدِّد مجلَّد بيانات {}."
|
||||
|
||||
#: src/preferences.py:61
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "عيِّن الموضع"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "أُزيلت كلُّ الألعاب"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "تُستورد الألعاب…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "لم يُعثر على الذاكرة المؤقَّتة"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "لم يُعثر على ألعاب جديدة في نظامك."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "حدِّد مجلَّد ذاكرة لوترس المؤقَّتة."
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
msgid "Game Imported"
|
||||
msgstr "اُستوردت اللعبة"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||
msgstr ""
|
||||
"تحتاج مفتاح واجهة برمجة حال ما أردت استخدام SteamGridDB، {}هنا تولِّده{}."
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "أضف لعبةً جديدةً"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "أكِّد"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "طبِّق"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "عنوان اللعبة"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "المطوِّر"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: 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:112
|
||||
#: src/utils/create_details_window.py:147
|
||||
msgid "file.txt"
|
||||
msgstr "ملف.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "برنامج"
|
||||
msgstr "البرنامج"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\path\\to\\{exe_name}"
|
||||
#. 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:\\المسار\\إلى\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\path\\to\\{file_name}"
|
||||
#. 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 "/المسار/إلى/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"إن أردت تشغيل ملفِّ التنفيذ «{exe_name}» فعليك استخدام الأمر:\n"
|
||||
"إن أردت تشغيل ملفِّ التنفيذ «{}» فعليك استخدام الأمر:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>«{}»</tt>\n"
|
||||
"\n"
|
||||
"إن أردت فتح الملفِّ «{file_name}» باستخدام التطبيق المبدئيِّ فعليك استخدام:\n"
|
||||
"إن أردت فتح الملفِّ «{}» باستخدام التطبيق المبدئيِّ فعليك استخدام:\n"
|
||||
"\n"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} «{}»</tt>\n"
|
||||
"\n"
|
||||
"ولا تنسَ إحاطة المسافات في المسار بعلامتي تنصيص مزدوجتين!"
|
||||
"ولا تنسَ إحاطة المسار بعلامتي تنصيص مزدوجتين حالما تضمَّن مسافات!"
|
||||
|
||||
#: src/utils/create_details_window.py:154
|
||||
#: src/utils/create_details_window.py:189
|
||||
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"
|
||||
msgstr "الملفُّ المفتوح أو الأمر المشغَّل عند بدء اللعبة"
|
||||
|
||||
#: src/utils/create_details_window.py:167
|
||||
#: src/utils/create_details_window.py:202
|
||||
msgid "Cancel"
|
||||
msgstr "ألغِ"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: 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:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "لا يجوز كون ملفِّ التنفيذ فارغًا."
|
||||
|
||||
@@ -518,6 +567,64 @@ msgstr "لا يجوز كون ملفِّ التنفيذ فارغًا."
|
||||
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 "تعذَّر الاتصال ب 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
|
||||
#~| msgid "General"
|
||||
#~ msgctxt "shortcuts window"
|
||||
@@ -569,9 +676,6 @@ msgstr "تجاهل"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "تعذَّر العثور على مجلَّد هِرُوِك."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "عيِّن موضع هِرُوِك"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "اُستوردت ألعاب هِرُوِك"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cartridges\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -19,7 +19,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr ""
|
||||
|
||||
@@ -28,18 +28,16 @@ msgid "Game Launcher"
|
||||
msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
@@ -47,7 +45,7 @@ msgid "Library"
|
||||
msgstr ""
|
||||
|
||||
#: 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"
|
||||
msgstr ""
|
||||
|
||||
@@ -55,120 +53,30 @@ msgstr ""
|
||||
msgid "Game Details"
|
||||
msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 ""
|
||||
|
||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
||||
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
|
||||
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||
msgid "Title"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/game.blp:87
|
||||
#: data/gtk/game.blp:94 src/window.py:286
|
||||
msgid "Hide"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/game.blp:106
|
||||
#: data/gtk/game.blp:113 src/window.py:283
|
||||
msgid "Unhide"
|
||||
msgstr ""
|
||||
|
||||
@@ -180,6 +88,11 @@ msgstr ""
|
||||
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 ""
|
||||
@@ -188,7 +101,8 @@ msgstr ""
|
||||
msgid "Shortcuts"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
@@ -212,7 +126,11 @@ msgstr ""
|
||||
msgid "Show hidden games"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
@@ -220,286 +138,454 @@ msgstr ""
|
||||
msgid "Exit After Launching Games"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:24
|
||||
#: data/gtk/preferences.blp:25
|
||||
msgid "Cover Image Launches Game"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:25
|
||||
#: data/gtk/preferences.blp:26
|
||||
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
|
||||
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||
msgid "Images"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:37
|
||||
#: data/gtk/preferences.blp:39
|
||||
msgid "High Quality Images"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:38
|
||||
#: data/gtk/preferences.blp:40
|
||||
msgid "Save game covers losslessly at the cost of storage"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:47
|
||||
#: data/gtk/preferences.blp:50
|
||||
msgid "Danger Zone"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:50
|
||||
#: data/gtk/preferences.blp:53
|
||||
msgid "Remove All Games"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:70
|
||||
msgid "Sources"
|
||||
#: 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:77
|
||||
#: data/gtk/preferences.blp:80
|
||||
msgid "Steam Install Location"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
||||
#: data/gtk/preferences.blp:156
|
||||
#: 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:86
|
||||
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||
msgid "Extra Steam Libraries"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:87
|
||||
#: data/gtk/preferences.blp:90
|
||||
msgid "Select other directories where you have Steam games installed"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:94
|
||||
#: data/gtk/preferences.blp:96
|
||||
msgid "Clear"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:116
|
||||
#: data/gtk/preferences.blp:152
|
||||
msgid "Heroic Install Location"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:126
|
||||
#: data/gtk/preferences.blp:162
|
||||
msgid "Import Epic Games"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:134
|
||||
#: data/gtk/preferences.blp:171
|
||||
msgid "Import GOG Games"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:142
|
||||
#: data/gtk/preferences.blp:180
|
||||
msgid "Import Sideloaded Games"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:151
|
||||
#: data/gtk/preferences.blp:190
|
||||
msgid "Bottles"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:155
|
||||
#: 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 ""
|
||||
|
||||
#: 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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgid "Select the {} data directory."
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences.py:61
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences.py:117
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
msgid "No new games were found on your system."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
msgid "Game Imported"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: 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:112
|
||||
#: src/utils/create_details_window.py:147
|
||||
msgid "file.txt"
|
||||
msgstr ""
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr ""
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
#. 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 {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
#. 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 ""
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\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:154
|
||||
#: src/utils/create_details_window.py:189
|
||||
msgid "Executable"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:167
|
||||
#: src/utils/create_details_window.py:202
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: 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:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: 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 ""
|
||||
|
||||
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.
|
||||
# Óscar Fernández Díaz <oscfdezdz@users.noreply.hosted.weblate.org>, 2023.
|
||||
# gallegonovato <fran-carro@hotmail.es>, 2023.
|
||||
# kramo <contact@kramo.hu>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-30 14:24+0000\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
|
||||
"Language-Team: Spanish <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/es/>\n"
|
||||
@@ -21,7 +22,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "Cartuchos"
|
||||
|
||||
@@ -30,29 +31,28 @@ msgid "Game Launcher"
|
||||
msgstr "Lanzador de juegos"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "Lance sus juegos"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "Lance todos sus juegos"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 ""
|
||||
"Cartuchos es un lanzador de juegos simple. Tiene soporte para importar sus "
|
||||
"juegos de Steam, Heroic y Bottles con características de organización como "
|
||||
"ocultar y ordenar por fecha añadida o última vez jugado."
|
||||
"Cartridges es un lanzador simple para todos tus juegos. Admite la "
|
||||
"importación de tus juegos de Steam, Lutris, Heroic y más sin necesidad de "
|
||||
"una cuenta. Puedes ordenar y ocultar juegos, o descargar carátulas de "
|
||||
"SteamGridDB."
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
msgid "Library"
|
||||
msgstr "Biblioteca"
|
||||
|
||||
#: 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"
|
||||
msgstr "Editar detalles del juego"
|
||||
|
||||
@@ -60,120 +60,30 @@ msgstr "Editar detalles del juego"
|
||||
msgid "Game Details"
|
||||
msgstr "Detalles del juego"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "Preferencias"
|
||||
|
||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
||||
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
|
||||
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||
msgid "Title"
|
||||
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"
|
||||
msgstr "Editar"
|
||||
|
||||
#: data/gtk/game.blp:87
|
||||
#: data/gtk/game.blp:94 src/window.py:286
|
||||
msgid "Hide"
|
||||
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"
|
||||
msgstr "Eliminar"
|
||||
|
||||
#: data/gtk/game.blp:106
|
||||
#: data/gtk/game.blp:113 src/window.py:283
|
||||
msgid "Unhide"
|
||||
msgstr "Mostrar"
|
||||
|
||||
@@ -185,6 +95,11 @@ msgstr "General"
|
||||
msgid "Quit"
|
||||
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
|
||||
msgid "Show preferences"
|
||||
msgstr "Mostrar preferencias"
|
||||
@@ -193,7 +108,8 @@ msgstr "Mostrar preferencias"
|
||||
msgid "Shortcuts"
|
||||
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"
|
||||
msgstr "Deshacer"
|
||||
|
||||
@@ -217,7 +133,11 @@ msgstr "Importar juegos"
|
||||
msgid "Show hidden games"
|
||||
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"
|
||||
msgstr "Conducta"
|
||||
|
||||
@@ -225,298 +145,424 @@ msgstr "Conducta"
|
||||
msgid "Exit After Launching Games"
|
||||
msgstr "Salir después de iniciar juegos"
|
||||
|
||||
#: data/gtk/preferences.blp:24
|
||||
#: data/gtk/preferences.blp:25
|
||||
msgid "Cover Image Launches Game"
|
||||
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"
|
||||
msgstr ""
|
||||
"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"
|
||||
msgstr "Imágenes"
|
||||
|
||||
#: data/gtk/preferences.blp:37
|
||||
#: data/gtk/preferences.blp:39
|
||||
msgid "High Quality Images"
|
||||
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"
|
||||
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
|
||||
msgid "Remove All Games"
|
||||
msgstr ""
|
||||
msgid "Danger Zone"
|
||||
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"
|
||||
msgstr "Fuentes"
|
||||
|
||||
#: data/gtk/preferences.blp:73
|
||||
#: data/gtk/preferences.blp:76
|
||||
msgid "Steam"
|
||||
msgstr "Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:77
|
||||
#: data/gtk/preferences.blp:80
|
||||
msgid "Steam Install Location"
|
||||
msgstr "Ubicación de la instalación de Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
||||
#: data/gtk/preferences.blp:156
|
||||
#: 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 "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"
|
||||
msgstr "Bibliotecas Steam adicionales"
|
||||
|
||||
#: data/gtk/preferences.blp:87
|
||||
#: data/gtk/preferences.blp:90
|
||||
msgid "Select other directories where you have Steam games installed"
|
||||
msgstr "Seleccione otros directorios donde tenga instalados juegos de Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:94
|
||||
#: data/gtk/preferences.blp:96
|
||||
msgid "Clear"
|
||||
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"
|
||||
msgstr "Heroic"
|
||||
|
||||
#: data/gtk/preferences.blp:116
|
||||
#: data/gtk/preferences.blp:152
|
||||
msgid "Heroic Install Location"
|
||||
msgstr "Ubicación de la instalación de Heroic"
|
||||
|
||||
#: data/gtk/preferences.blp:126
|
||||
#: data/gtk/preferences.blp:162
|
||||
msgid "Import Epic Games"
|
||||
msgstr "Importar juegos de Epic"
|
||||
|
||||
#: data/gtk/preferences.blp:134
|
||||
#: data/gtk/preferences.blp:171
|
||||
msgid "Import GOG Games"
|
||||
msgstr "Importar juegos de GOG"
|
||||
|
||||
#: data/gtk/preferences.blp:142
|
||||
#: data/gtk/preferences.blp:180
|
||||
msgid "Import Sideloaded Games"
|
||||
msgstr "Importar juegos descargados"
|
||||
|
||||
#: data/gtk/preferences.blp:151
|
||||
#: data/gtk/preferences.blp:190
|
||||
msgid "Bottles"
|
||||
msgstr "Bottles"
|
||||
|
||||
#: data/gtk/preferences.blp:155
|
||||
#: data/gtk/preferences.blp:194
|
||||
msgid "Bottles Install Location"
|
||||
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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr "Óscar Fernández Díaz <oscfdezdz@tuta.io>"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} eliminado"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
msgstr "{} comenzó"
|
||||
|
||||
#: 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"
|
||||
msgstr "Hoy"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "Ayer"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "Añadido: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "Añadido: {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "Nunca"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "Jugado por última vez: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "Último jugado: {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "Detalles"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr "No se encuentra la instalación"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr "Selecciona el directorio de la configuración {name}."
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "Selecciona el directorio de la configuración {}."
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr "Selecciona el directorio de los datos {name}."
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "Selecciona el directorio de los datos {}."
|
||||
|
||||
#: src/preferences.py:61
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "Escoger la ubicación"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#, fuzzy
|
||||
#| msgid "{title} removed"
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "{title} eliminado"
|
||||
msgstr "Todos los juegos eliminados"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "Importando juegos…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "Caché no encontrada"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
#, fuzzy
|
||||
#| msgid "No new games were found on your device."
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "No se han encontrado juegos nuevos en tu dispositivo."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "Selecciona el directorio de la caché de Lutris."
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
msgid "Game Imported"
|
||||
msgstr "Juego importado"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"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
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "Añadir juego nuevo"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "El título del juego"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "Desarrollador"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: src/utils/create_details_window.py:136
|
||||
msgid "The developer or publisher (optional)"
|
||||
msgstr "El desarrollador o editor (opcional)"
|
||||
|
||||
#. 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"
|
||||
msgstr "archivo.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "programa"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\ruta\\hasta\\{exe_name}"
|
||||
#. 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:\\ruta\\hasta\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\ruta\\hasta\\{file_name}"
|
||||
#. 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 "/ruta/hasta/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"Para lanzar el ejecutable \"{exe_name}\", use el comando:\n"
|
||||
"Para lanzar el ejecutable \"{}\", use el comando:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Para abrir el archivo \"{file_name}\" con la aplicación predeterminada, "
|
||||
"use:\n"
|
||||
"Para abrir el archivo \"{}\" con la aplicación predeterminada, use:\n"
|
||||
"\n"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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 "No se puede añadir el juego"
|
||||
|
||||
#: src/utils/create_details_window.py:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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 "No se pudieron aplicar las preferencias"
|
||||
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: src/utils/create_details_window.py:269
|
||||
#: src/utils/create_details_window.py:300
|
||||
msgid "Game title cannot be empty."
|
||||
msgstr "El título del juego no puede estar vacío."
|
||||
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "El ejecutable no puede estar vacío."
|
||||
|
||||
@@ -524,6 +570,66 @@ msgstr "El ejecutable no puede estar vacío."
|
||||
msgid "Dismiss"
|
||||
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
|
||||
#~| msgid "General"
|
||||
#~ msgctxt "shortcuts window"
|
||||
@@ -575,9 +681,6 @@ msgstr "Descartar"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "No se encuentra el directorio Heroic."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Establecer ubicación de Heroic"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "Juegos de Heroic importados"
|
||||
|
||||
|
||||
730
po/fi.po
@@ -5,12 +5,13 @@
|
||||
# Kimmo Kujansuu <mrkujansuu@gmail.com>, 2023.
|
||||
# Kopimi <tatuus@tutanota.com>, 2023.
|
||||
# Jiri Grönroos <jiri.gronroos@iki.fi>, 2023.
|
||||
# kramo <contact@kramo.hu>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-26 17:51+0000\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-02 15:04+0000\n"
|
||||
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
||||
"Language-Team: Finnish <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/fi/>\n"
|
||||
@@ -23,7 +24,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "Cartridges"
|
||||
|
||||
@@ -32,18 +33,21 @@ msgid "Game Launcher"
|
||||
msgstr "Pelin käynnistin"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "Käynnistä pelit"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "Käynnistä kaikki pelisi"
|
||||
|
||||
#: 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. 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."
|
||||
"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 on helppo pelikäynnistin. Se tukee pelien tuontia Steamista, "
|
||||
"Heroicista ja Bottlesista ja tarjoaa ominaisuuden järjestelyyn, kuten "
|
||||
@@ -55,7 +59,7 @@ msgid "Library"
|
||||
msgstr "Kirjasto"
|
||||
|
||||
#: 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"
|
||||
msgstr "Muokkaa pelin tietoja"
|
||||
|
||||
@@ -63,12 +67,252 @@ msgstr "Muokkaa pelin tietoja"
|
||||
msgid "Game Details"
|
||||
msgstr "Pelin tiedot"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "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"
|
||||
msgstr "Pelejä ei löydetty"
|
||||
|
||||
@@ -92,445 +336,256 @@ msgstr "Ei piilotettuja pelejä"
|
||||
msgid "Games you hide will appear here."
|
||||
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"
|
||||
msgstr "Takaisin"
|
||||
|
||||
#: data/gtk/window.blp:92
|
||||
#: data/gtk/window.blp:100
|
||||
msgid "Game Title"
|
||||
msgstr "Pelin nimi"
|
||||
|
||||
#: data/gtk/window.blp:148 src/game.py:175
|
||||
#: data/gtk/window.blp:151 src/game.py:158
|
||||
msgid "Play"
|
||||
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"
|
||||
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"
|
||||
msgstr "Päävalikko"
|
||||
|
||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
||||
msgid "Search"
|
||||
msgstr "Etsi"
|
||||
|
||||
#: data/gtk/window.blp:261
|
||||
#: data/gtk/window.blp:300
|
||||
msgid "Hidden Games"
|
||||
msgstr "Piilotetut pelit"
|
||||
|
||||
#: data/gtk/window.blp:321
|
||||
#: data/gtk/window.blp:360
|
||||
msgid "Sort"
|
||||
msgstr "Lajittele"
|
||||
|
||||
#: data/gtk/window.blp:324
|
||||
#: data/gtk/window.blp:363
|
||||
msgid "A-Z"
|
||||
msgstr "A-Z"
|
||||
|
||||
#: data/gtk/window.blp:330
|
||||
#: data/gtk/window.blp:369
|
||||
msgid "Z-A"
|
||||
msgstr "Z-A"
|
||||
|
||||
#: data/gtk/window.blp:336
|
||||
#: data/gtk/window.blp:375
|
||||
msgid "Newest"
|
||||
msgstr "Uusin"
|
||||
|
||||
#: data/gtk/window.blp:342
|
||||
#: data/gtk/window.blp:381
|
||||
msgid "Oldest"
|
||||
msgstr "Vanhin"
|
||||
|
||||
#: data/gtk/window.blp:348
|
||||
#: data/gtk/window.blp:387
|
||||
msgid "Last Played"
|
||||
msgstr "Viimeksi pelattu"
|
||||
|
||||
#: data/gtk/window.blp:355
|
||||
#: data/gtk/window.blp:394
|
||||
msgid "Show Hidden"
|
||||
msgstr "Näytä piilotetut"
|
||||
|
||||
#: data/gtk/window.blp:368
|
||||
#: data/gtk/window.blp:407
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "Pikanäppäimet"
|
||||
|
||||
#: data/gtk/window.blp:373
|
||||
#: data/gtk/window.blp:412
|
||||
msgid "About 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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr "Linux Sauna"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} poistettu"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
msgstr ""
|
||||
|
||||
#: 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"
|
||||
msgstr "Tänään"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "Eilen"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "Lisätty: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "Lisätty: {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "Ei koskaan"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "Pelattu: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "Viimeksi pelattu: {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "Tiedot"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr ""
|
||||
msgstr "Asennusta ei löydy"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgid "Select the {} data directory."
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences.py:61
|
||||
#, fuzzy
|
||||
#| msgid "Set Steam Location"
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "Aseta Steamin sijainti"
|
||||
msgstr "Aseta sijainti"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#, fuzzy
|
||||
#| msgid "{title} removed"
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "{title} poistettu"
|
||||
msgstr "Kaikki pelit poistettu"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "Tuodaan pelejä…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "Välimuistia ei löydy"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
#, fuzzy
|
||||
#| msgid "No new games were found in the Heroic library."
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "Heroic-kirjastosta ei löytynyt uusia pelejä."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
#, fuzzy
|
||||
#| msgid "Steam Games Imported"
|
||||
msgid "Game Imported"
|
||||
msgstr "Steam-pelit tuotu"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "Lisää uusi peli"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "Vahvista"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "Käytä"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "Pelin nimi"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "Kehittäjä"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: src/utils/create_details_window.py:136
|
||||
msgid "The developer or publisher (optional)"
|
||||
msgstr "Kehittäjä tai julkaisija (valinnainen)"
|
||||
|
||||
#. 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"
|
||||
msgstr "file.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "ohjelma"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\polku\\kansioon\\{exe_name}"
|
||||
#. 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:\\polku\\kansioon\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\polku\\kansioon\\{file_name}"
|
||||
#. 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 "/polku/kansioon/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"Käynnistääksesi suoritettavan ohjelman \"{exe_name}\", käytä komentoa:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Avataksesi tiedoston \"{file_name}\" oletussovelluksella, käytä komentoa:\n"
|
||||
"Avataksesi tiedoston \"{}\" oletussovelluksella, käytä komentoa:\n"
|
||||
"\n"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Jos polku sisältää välilyöntejä, varmista, että se on suljettu "
|
||||
"kaksinkertaisiin lainausmerkkeihin!"
|
||||
|
||||
#: src/utils/create_details_window.py:154
|
||||
#: src/utils/create_details_window.py:189
|
||||
msgid "Executable"
|
||||
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"
|
||||
msgstr ""
|
||||
"Tiedosto, joka avataan tai komento, joka ajetaan pelin käynnistämisen "
|
||||
"yhteydessä"
|
||||
|
||||
#: src/utils/create_details_window.py:167
|
||||
#: src/utils/create_details_window.py:202
|
||||
msgid "Cancel"
|
||||
msgstr "Peru"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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 "Peliä ei voitu lisätä"
|
||||
|
||||
#: src/utils/create_details_window.py:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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 "Asetuksia ei voitu ottaa käyttöön"
|
||||
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: src/utils/create_details_window.py:269
|
||||
#: src/utils/create_details_window.py:300
|
||||
msgid "Game title cannot be empty."
|
||||
msgstr "Pelin nimi ei voi olla tyhjä."
|
||||
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "Suoritettava ei voi olla tyhjä."
|
||||
|
||||
@@ -538,6 +593,66 @@ msgstr "Suoritettava ei voi olla tyhjä."
|
||||
msgid "Dismiss"
|
||||
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
|
||||
#~| msgid "General"
|
||||
#~ msgctxt "shortcuts window"
|
||||
@@ -589,9 +704,6 @@ msgstr "Hylkää"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "Heroic-hakemistoa ei löytynyt."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Aseta Heroicin sijainti"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "Heroic-pelit tuotu"
|
||||
|
||||
|
||||
739
po/fr.po
@@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-28 22:23+0000\n"
|
||||
"Last-Translator: \"J. Lavoie\" <j.lavoie@net-c.ca>\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-08 20:49+0000\n"
|
||||
"Last-Translator: rene-coty <irenee.thirion@e.email>\n"
|
||||
"Language-Team: French <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/fr/>\n"
|
||||
"Language: fr\n"
|
||||
@@ -22,7 +22,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "Cartouches"
|
||||
|
||||
@@ -31,30 +31,28 @@ msgid "Game Launcher"
|
||||
msgstr "Lanceur de jeu"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "Lancez vos jeux"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "Lancez tous vos jeux"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 ""
|
||||
"Cartouches est un simple lanceur de jeux. Il prend en charge l'importation "
|
||||
"de vos jeux depuis Steam, Heroic et Bottles, avec des fonctions "
|
||||
"d'organisation telles que le masquage et le tri par date d'ajout ou de "
|
||||
"dernière lecture."
|
||||
"Cartouches est un simple lanceur pour tous vos jeux. Il prend en charge "
|
||||
"l’importation de vos jeux depuis Steam, Lutris, Heroic et d’autres encore, "
|
||||
"sans nécessiter de compte. Vous pouvez trier et masquer les jeux, ou "
|
||||
"télécharger la pochette depuis SteamGridDB."
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
msgid "Library"
|
||||
msgstr "Bibliothèque"
|
||||
|
||||
#: 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"
|
||||
msgstr "Modifier les détails du jeu"
|
||||
|
||||
@@ -62,12 +60,243 @@ msgstr "Modifier les détails du jeu"
|
||||
msgid "Game Details"
|
||||
msgstr "Détails du jeu"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "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"
|
||||
msgstr "Aucun jeu trouvé"
|
||||
|
||||
@@ -91,447 +320,255 @@ msgstr "Pas de jeux masqués"
|
||||
msgid "Games you hide will appear here."
|
||||
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"
|
||||
msgstr "Retour"
|
||||
|
||||
#: data/gtk/window.blp:92
|
||||
#: data/gtk/window.blp:100
|
||||
msgid "Game Title"
|
||||
msgstr "Titre du jeu"
|
||||
|
||||
#: data/gtk/window.blp:148 src/game.py:175
|
||||
#: data/gtk/window.blp:151 src/game.py:158
|
||||
msgid "Play"
|
||||
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"
|
||||
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"
|
||||
msgstr "Menu principal"
|
||||
|
||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
||||
msgid "Search"
|
||||
msgstr "Rechercher"
|
||||
|
||||
#: data/gtk/window.blp:261
|
||||
#: data/gtk/window.blp:300
|
||||
msgid "Hidden Games"
|
||||
msgstr "Jeux masqués"
|
||||
|
||||
#: data/gtk/window.blp:321
|
||||
#: data/gtk/window.blp:360
|
||||
msgid "Sort"
|
||||
msgstr "Trier"
|
||||
|
||||
#: data/gtk/window.blp:324
|
||||
#: data/gtk/window.blp:363
|
||||
msgid "A-Z"
|
||||
msgstr "A-Z"
|
||||
|
||||
#: data/gtk/window.blp:330
|
||||
#: data/gtk/window.blp:369
|
||||
msgid "Z-A"
|
||||
msgstr "Z-A"
|
||||
|
||||
#: data/gtk/window.blp:336
|
||||
#: data/gtk/window.blp:375
|
||||
msgid "Newest"
|
||||
msgstr "Le plus récent"
|
||||
|
||||
#: data/gtk/window.blp:342
|
||||
#: data/gtk/window.blp:381
|
||||
msgid "Oldest"
|
||||
msgstr "Le plus ancien"
|
||||
|
||||
#: data/gtk/window.blp:348
|
||||
#: data/gtk/window.blp:387
|
||||
msgid "Last Played"
|
||||
msgstr "Dernière session"
|
||||
|
||||
#: data/gtk/window.blp:355
|
||||
#: data/gtk/window.blp:394
|
||||
msgid "Show Hidden"
|
||||
msgstr "Afficher les masqués"
|
||||
|
||||
#: data/gtk/window.blp:368
|
||||
#: data/gtk/window.blp:407
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "Raccourcis clavier"
|
||||
|
||||
#: data/gtk/window.blp:373
|
||||
#: data/gtk/window.blp:412
|
||||
msgid "About Cartridges"
|
||||
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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr "Irénée Thirion"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} retiré"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
msgstr "{} lancé"
|
||||
|
||||
#: 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"
|
||||
msgstr "Aujourd'hui"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "Hier"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "Ajouté : {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "Ajouté : {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "Jamais"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "Dernière session : {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "Dernière session : {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "Détails"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr ""
|
||||
msgstr "Installation introuvable"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr ""
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "Sélectionnez le répertoire de configuration de {}."
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr ""
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "Sélectionnez le répertoire de données de {}."
|
||||
|
||||
#: src/preferences.py:61
|
||||
#, fuzzy
|
||||
#| msgid "Set Steam Location"
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "Définir l'emplacement Steam"
|
||||
msgstr "Définir l’emplacement"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#, fuzzy
|
||||
#| msgid "{title} removed"
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "{title} retiré"
|
||||
msgstr "Tous les jeux ont été supprimés"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "Importation des jeux…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "Cache non trouvé"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
#, fuzzy
|
||||
#| msgid "No new games were found in the Heroic library."
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "Aucun nouveau jeu n'a été trouvé dans la bibliothèque Heroic."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "Sélectionnez le répertoire de cache de Lutris."
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
#, fuzzy
|
||||
#| msgid "Steam Games Imported"
|
||||
msgid "Game Imported"
|
||||
msgstr "Jeux Steam importés"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||
msgstr ""
|
||||
"Une clé API est requise pour utiliser SteamGridDB. Vous pouvez en générer "
|
||||
"une {}ici{}."
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "Ajouter un nouveau jeu"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmer"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "Appliquer"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "Le titre du jeu"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "Développeur"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: src/utils/create_details_window.py:136
|
||||
msgid "The developer or publisher (optional)"
|
||||
msgstr "Le développeur ou l'éditeur (facultatif)"
|
||||
|
||||
#. 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"
|
||||
msgstr "ficher.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "programme"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\chemin\\vers\\{exe_name}"
|
||||
#. 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:\\chemin\\vers\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\chemin\\vers\\{file_name}"
|
||||
#. 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 "/chemin/vers/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"Pour lancer l'exécutable « {exe_name} », utilisez la commande :\n"
|
||||
"Pour lancer l'exécutable « {} », utilisez la commande :\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Pour ouvrir le fichier « {file_name} » avec l'application par défaut, "
|
||||
"utilisez la commande :\n"
|
||||
"Pour ouvrir le fichier « {} » avec l'application par défaut, utilisez la "
|
||||
"commande :\n"
|
||||
"\n"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Si le chemin d'accès contient des espaces, veillez à le mettre entre "
|
||||
"guillemets !"
|
||||
|
||||
#: src/utils/create_details_window.py:154
|
||||
#: src/utils/create_details_window.py:189
|
||||
msgid "Executable"
|
||||
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"
|
||||
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"
|
||||
msgstr "Annuler"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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 "Impossible d'ajouter un jeu"
|
||||
|
||||
#: src/utils/create_details_window.py:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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 "Impossible d'appliquer les préférences"
|
||||
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: src/utils/create_details_window.py:269
|
||||
#: src/utils/create_details_window.py:300
|
||||
msgid "Game title cannot be empty."
|
||||
msgstr "Le titre du jeu ne peut pas être vide."
|
||||
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "L'exécutable ne peut pas être vide."
|
||||
|
||||
@@ -539,6 +576,66 @@ msgstr "L'exécutable ne peut pas être vide."
|
||||
msgid "Dismiss"
|
||||
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
|
||||
#~| msgid "General"
|
||||
#~ msgctxt "shortcuts window"
|
||||
@@ -590,9 +687,6 @@ msgstr "Rejeter"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "Le répertoire Heroic est introuvable."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Définir l'emplacement Heroic"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "Jeux Heroic importés"
|
||||
|
||||
@@ -613,9 +707,6 @@ msgstr "Rejeter"
|
||||
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
||||
#~ msgstr "Importation réussie de 1 jeu."
|
||||
|
||||
#~ msgid "Last played:"
|
||||
#~ msgstr "Dernière session :"
|
||||
|
||||
#~ msgid "Successfully imported"
|
||||
#~ msgstr "Importation réussie"
|
||||
|
||||
|
||||
596
po/hu.po
@@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-30 16:17+0000\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-11 21:31+0000\n"
|
||||
"Last-Translator: kramo <contact@kramo.hu>\n"
|
||||
"Language-Team: Hungarian <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/hu/>\n"
|
||||
@@ -22,7 +22,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "Kazetták"
|
||||
|
||||
@@ -31,28 +31,27 @@ msgid "Game Launcher"
|
||||
msgstr "Játék Indító"
|
||||
|
||||
#: 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
|
||||
msgid "Launch all your games"
|
||||
msgstr "Indítsa el az összes játékát"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 ""
|
||||
"A Kazetták egy egyszerű játékindító. Támogatja a Steam-ből, Heroic-ból és "
|
||||
"Palackok-ból való importálást, valamint a játékok elrejtését és rendezését."
|
||||
"A Kazetták egy egyszerű játékindító. Importálhat játékokat Steam-ből, Lutris-"
|
||||
"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
|
||||
msgid "Library"
|
||||
msgstr "Könyvtár"
|
||||
|
||||
#: 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"
|
||||
msgstr "Játék Szerkesztése"
|
||||
|
||||
@@ -60,120 +59,30 @@ msgstr "Játék Szerkesztése"
|
||||
msgid "Game Details"
|
||||
msgstr "Játék Tulajdonságai"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "Beállítások"
|
||||
|
||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
||||
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
|
||||
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||
msgid "Title"
|
||||
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"
|
||||
msgstr "Szerkesztés"
|
||||
|
||||
#: data/gtk/game.blp:87
|
||||
#: data/gtk/game.blp:94 src/window.py:286
|
||||
msgid "Hide"
|
||||
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"
|
||||
msgstr "Eltávolítás"
|
||||
|
||||
#: data/gtk/game.blp:106
|
||||
#: data/gtk/game.blp:113 src/window.py:283
|
||||
msgid "Unhide"
|
||||
msgstr "Elrejtés visszavonása"
|
||||
|
||||
@@ -185,6 +94,11 @@ msgstr "Általános"
|
||||
msgid "Quit"
|
||||
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
|
||||
msgid "Show preferences"
|
||||
msgstr "Beállítások megjelenítése"
|
||||
@@ -193,7 +107,8 @@ msgstr "Beállítások megjelenítése"
|
||||
msgid "Shortcuts"
|
||||
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"
|
||||
msgstr "Visszavonás"
|
||||
|
||||
@@ -217,7 +132,11 @@ msgstr "Játékok importálása"
|
||||
msgid "Show hidden games"
|
||||
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"
|
||||
msgstr "Működés"
|
||||
|
||||
@@ -225,293 +144,424 @@ msgstr "Működés"
|
||||
msgid "Exit After Launching Games"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Képek"
|
||||
|
||||
#: data/gtk/preferences.blp:37
|
||||
#: data/gtk/preferences.blp:39
|
||||
msgid "High Quality Images"
|
||||
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"
|
||||
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"
|
||||
msgstr "Veszélyzóna"
|
||||
|
||||
#: data/gtk/preferences.blp:50
|
||||
#: data/gtk/preferences.blp:53
|
||||
msgid "Remove All Games"
|
||||
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"
|
||||
msgstr "Források"
|
||||
|
||||
#: data/gtk/preferences.blp:73
|
||||
#: data/gtk/preferences.blp:76
|
||||
msgid "Steam"
|
||||
msgstr "Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:77
|
||||
#: data/gtk/preferences.blp:80
|
||||
msgid "Steam Install Location"
|
||||
msgstr "Steam telepítés helye"
|
||||
|
||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
||||
#: data/gtk/preferences.blp:156
|
||||
#: 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 "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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Heroic"
|
||||
|
||||
#: data/gtk/preferences.blp:116
|
||||
#: data/gtk/preferences.blp:152
|
||||
msgid "Heroic Install Location"
|
||||
msgstr "Heroic telepítés helye"
|
||||
|
||||
#: data/gtk/preferences.blp:126
|
||||
#: data/gtk/preferences.blp:162
|
||||
msgid "Import Epic Games"
|
||||
msgstr "Epic Games játékok importálása"
|
||||
|
||||
#: data/gtk/preferences.blp:134
|
||||
#: data/gtk/preferences.blp:171
|
||||
msgid "Import GOG Games"
|
||||
msgstr "GOG játékok importálása"
|
||||
|
||||
#: data/gtk/preferences.blp:142
|
||||
#: data/gtk/preferences.blp:180
|
||||
msgid "Import Sideloaded Games"
|
||||
msgstr "Manuálisan hozzáadott játékok importálása"
|
||||
|
||||
#: data/gtk/preferences.blp:151
|
||||
#: data/gtk/preferences.blp:190
|
||||
msgid "Bottles"
|
||||
msgstr "Palackok"
|
||||
|
||||
#: data/gtk/preferences.blp:155
|
||||
#: data/gtk/preferences.blp:194
|
||||
msgid "Bottles Install Location"
|
||||
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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr "kramo https://kramo.hu"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} eltávolítva"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
msgstr "{} elindí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"
|
||||
msgstr "Ma"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "Tegnap"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "Hozzáadva: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "Hozzáadva: {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "Soha"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "Legutóbbi játékmenet: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "Legutóbbi játékmenet: {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "Tulajdonságok"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr "Telepítés nem található"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr "Válassza ki {name} konfigurációs mappáját."
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "Válassza ki {} konfigurációs mappáját."
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr "Válassza ki {name} adatainak mappáját."
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "Válassza ki {} adatainak mappáját."
|
||||
|
||||
#: src/preferences.py:61
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "Mappa kiválasztása"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "Az összes játék eltávolítva"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "Játékok importálása folyamatban…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "Gyorsítótár nem található"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "Nem találhatóak új játékok a rendszerén."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "Válassza ki Lutris gyorsítótár mappáját."
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
msgid "Game Imported"
|
||||
msgstr "Játékok importálva"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"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
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "Új játék hozzáadása"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "Megerősítés"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "Alkalmazás"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "A játék címe"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "Fejlesztő"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: src/utils/create_details_window.py:136
|
||||
msgid "The developer or publisher (optional)"
|
||||
msgstr "A fejlesztő vagy kiadó (nem kötelező)"
|
||||
|
||||
#. 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"
|
||||
msgstr "fájl.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "program"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\útvonal\\a\\programhoz\\{exe_name}"
|
||||
#. 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:\\útvonal\\ide\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\útvonal\\a\\fájlhoz\\{file_name}"
|
||||
#. 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 "/útvonal/ide/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
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"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\n"
|
||||
"\n"
|
||||
"A \"{file_name}\" fájl megnyitásához az alapértelmezett programmal ezt a "
|
||||
"parancsot használd:\n"
|
||||
"A \"{}\" fájl megnyitásához az alapértelmezett programmal használja ezt a "
|
||||
"parancsot:\n"
|
||||
"\n"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Mégse"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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 "Nem lehet hozzáadni a játékot"
|
||||
|
||||
#: src/utils/create_details_window.py:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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 "Nem lehet menteni a beállításokat"
|
||||
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: src/utils/create_details_window.py:269
|
||||
#: src/utils/create_details_window.py:300
|
||||
msgid "Game title cannot be empty."
|
||||
msgstr "A cím nem lehet üres."
|
||||
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "A program nem lehet üres."
|
||||
|
||||
@@ -519,6 +569,66 @@ msgstr "A program nem lehet üres."
|
||||
msgid "Dismiss"
|
||||
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"
|
||||
#~ msgid "General"
|
||||
#~ msgstr "Általános"
|
||||
@@ -564,9 +674,6 @@ msgstr "Rendben"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "A Heroic mappa nem található."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Heroic mappa kiválasztása"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "Játékok importálva a Heroic-ból"
|
||||
|
||||
@@ -592,9 +699,6 @@ msgstr "Rendben"
|
||||
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
||||
#~ msgstr "{str(len(heroic_games))} játék sikeresen importálva."
|
||||
|
||||
#~ msgid "Last played:"
|
||||
#~ msgstr "Legutóbbi játékmenet:"
|
||||
|
||||
#~ msgid "Successfully imported"
|
||||
#~ msgstr "Sikeresen importálva"
|
||||
|
||||
|
||||
595
po/it.po
@@ -3,12 +3,13 @@
|
||||
# This file is distributed under the same license as the cartridges package.
|
||||
# Alessandro Iepure <alessandro.iepure@gmail.com>, 2023.
|
||||
# albanobattistella <albano_battistella@hotmail.com>, 2023.
|
||||
# kramo <contact@kramo.hu>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-30 20:15+0000\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||
"Last-Translator: Alessandro Iepure <alessandro.iepure@gmail.com>\n"
|
||||
"Language-Team: Italian <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/it/>\n"
|
||||
@@ -21,7 +22,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "Cartucce"
|
||||
|
||||
@@ -30,29 +31,28 @@ msgid "Game Launcher"
|
||||
msgstr "Launcher di giochi"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "Avvia i tuoi giochi"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "Avvia tutti i tuoi giochi"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 è un semplice launcher di giochi. Supporta l'import di giochi da "
|
||||
"Steam, Heroic e Bottles con funzioni organizzative come la possibilità di "
|
||||
"nascondere e ordinare per data di aggiunta o di ultimo avvio."
|
||||
"Cartucce è un semplice launcher per tutti i tuoi giochi. Supporta l'import "
|
||||
"di giochi da Steam, Lutris, Heroic e altri senza bisogno di login. Puoi "
|
||||
"organizzare e nascondere i giochi oppure scaricare le copertine da "
|
||||
"StreamGridDB."
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
msgid "Library"
|
||||
msgstr "Libreria"
|
||||
|
||||
#: 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"
|
||||
msgstr "Modifica dettagli del gioco"
|
||||
|
||||
@@ -60,120 +60,30 @@ msgstr "Modifica dettagli del gioco"
|
||||
msgid "Game Details"
|
||||
msgstr "Dettagli del gioco"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "Preferenze"
|
||||
|
||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
||||
msgid "No Games Found"
|
||||
msgstr "Nessun Gioco Trovato"
|
||||
|
||||
#: data/gtk/window.blp:7
|
||||
msgid "Try a different search."
|
||||
msgstr "Prova una ricerca diversa."
|
||||
|
||||
#: data/gtk/window.blp:14
|
||||
msgid "No Games"
|
||||
msgstr "Nessun Gioco"
|
||||
|
||||
#: data/gtk/window.blp:15
|
||||
msgid "Use the + button to add games."
|
||||
msgstr "Usa il pulsante + per aggiungere giochi."
|
||||
|
||||
#: data/gtk/window.blp:22
|
||||
msgid "No Hidden Games"
|
||||
msgstr "Nessun Gioco Nascosto"
|
||||
|
||||
#: data/gtk/window.blp:23
|
||||
msgid "Games you hide will appear here."
|
||||
msgstr "I giochi nascosti appariranno qui."
|
||||
|
||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
||||
msgid "Back"
|
||||
msgstr "Indietro"
|
||||
|
||||
#: data/gtk/window.blp:92
|
||||
msgid "Game Title"
|
||||
msgstr "Titolo del gioco"
|
||||
|
||||
#: data/gtk/window.blp:148 src/game.py:175
|
||||
msgid "Play"
|
||||
msgstr "Gioca"
|
||||
|
||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
||||
msgid "Add Game"
|
||||
msgstr "Aggiungi Gioco"
|
||||
|
||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
||||
msgid "Main Menu"
|
||||
msgstr "Menù Principale"
|
||||
|
||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
||||
msgid "Search"
|
||||
msgstr "Cerca"
|
||||
|
||||
#: data/gtk/window.blp:261
|
||||
msgid "Hidden Games"
|
||||
msgstr "Giochi Nascosti"
|
||||
|
||||
#: data/gtk/window.blp:321
|
||||
msgid "Sort"
|
||||
msgstr "Ordina per"
|
||||
|
||||
#: 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 "Più recente"
|
||||
|
||||
#: data/gtk/window.blp:342
|
||||
msgid "Oldest"
|
||||
msgstr "Più vecchio"
|
||||
|
||||
#: data/gtk/window.blp:348
|
||||
msgid "Last Played"
|
||||
msgstr "Ultimo Avvio"
|
||||
|
||||
#: data/gtk/window.blp:355
|
||||
msgid "Show Hidden"
|
||||
msgstr "Mostra Nascosti"
|
||||
|
||||
#: data/gtk/window.blp:368
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "Scorciatoie da Tastiera"
|
||||
|
||||
#: data/gtk/window.blp:373
|
||||
msgid "About Cartridges"
|
||||
msgstr "Informazioni su Cartucce"
|
||||
|
||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
||||
msgid "Import"
|
||||
msgstr "Importa"
|
||||
|
||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
||||
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||
msgid "Title"
|
||||
msgstr "Titolo"
|
||||
|
||||
#: 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"
|
||||
msgstr "Modifica"
|
||||
|
||||
#: data/gtk/game.blp:87
|
||||
#: data/gtk/game.blp:94 src/window.py:286
|
||||
msgid "Hide"
|
||||
msgstr "Nascondi"
|
||||
|
||||
#: 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"
|
||||
msgstr "Rimuovi"
|
||||
|
||||
#: data/gtk/game.blp:106
|
||||
#: data/gtk/game.blp:113 src/window.py:283
|
||||
msgid "Unhide"
|
||||
msgstr "Mostra"
|
||||
|
||||
@@ -185,6 +95,11 @@ msgstr "Generale"
|
||||
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"
|
||||
@@ -193,7 +108,8 @@ msgstr "Mostra preferenze"
|
||||
msgid "Shortcuts"
|
||||
msgstr "Scorciatoie da tastiera"
|
||||
|
||||
#: 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"
|
||||
msgstr "Annulla"
|
||||
|
||||
@@ -217,7 +133,11 @@ msgstr "Importa giochi"
|
||||
msgid "Show hidden games"
|
||||
msgstr "Mostra giochi nascosti"
|
||||
|
||||
#: data/gtk/preferences.blp:13
|
||||
#: 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"
|
||||
|
||||
@@ -225,293 +145,425 @@ msgstr "Comportamento"
|
||||
msgid "Exit After Launching Games"
|
||||
msgstr "Esci dopo l'avvio dei giochi"
|
||||
|
||||
#: data/gtk/preferences.blp:24
|
||||
#: data/gtk/preferences.blp:25
|
||||
msgid "Cover Image Launches Game"
|
||||
msgstr "La copertina avvia il gioco"
|
||||
|
||||
#: data/gtk/preferences.blp:25
|
||||
#: 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:34 src/utils/create_details_window.py:59
|
||||
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||
msgid "Images"
|
||||
msgstr "Immagini"
|
||||
|
||||
#: data/gtk/preferences.blp:37
|
||||
#: data/gtk/preferences.blp:39
|
||||
msgid "High Quality Images"
|
||||
msgstr "Immagini di alta qualità"
|
||||
|
||||
#: data/gtk/preferences.blp:38
|
||||
#: 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:47
|
||||
#: data/gtk/preferences.blp:50
|
||||
msgid "Danger Zone"
|
||||
msgstr "Zona di pericolo"
|
||||
|
||||
#: data/gtk/preferences.blp:50
|
||||
#: data/gtk/preferences.blp:53
|
||||
msgid "Remove All Games"
|
||||
msgstr "Rimuovi tutti i giochi"
|
||||
|
||||
#: data/gtk/preferences.blp:70
|
||||
#: 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:73
|
||||
#: data/gtk/preferences.blp:76
|
||||
msgid "Steam"
|
||||
msgstr "Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:77
|
||||
#: data/gtk/preferences.blp:80
|
||||
msgid "Steam Install Location"
|
||||
msgstr "Percorso Installazione Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
||||
#: data/gtk/preferences.blp:156
|
||||
#: 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:86
|
||||
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||
msgid "Extra Steam Libraries"
|
||||
msgstr "Librerie Steam Extra"
|
||||
|
||||
#: data/gtk/preferences.blp:87
|
||||
#: 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:94
|
||||
#: data/gtk/preferences.blp:96
|
||||
msgid "Clear"
|
||||
msgstr "Cancella"
|
||||
|
||||
#: data/gtk/preferences.blp:112
|
||||
#: 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:116
|
||||
#: data/gtk/preferences.blp:152
|
||||
msgid "Heroic Install Location"
|
||||
msgstr "Percorso Installazione Heroic"
|
||||
|
||||
#: data/gtk/preferences.blp:126
|
||||
#: data/gtk/preferences.blp:162
|
||||
msgid "Import Epic Games"
|
||||
msgstr "Importa giochi da Epic Games"
|
||||
|
||||
#: data/gtk/preferences.blp:134
|
||||
#: data/gtk/preferences.blp:171
|
||||
msgid "Import GOG Games"
|
||||
msgstr "Importa giochi da GOG"
|
||||
|
||||
#: data/gtk/preferences.blp:142
|
||||
#: data/gtk/preferences.blp:180
|
||||
msgid "Import Sideloaded Games"
|
||||
msgstr "Importa giochi da aggiunti manualmente"
|
||||
|
||||
#: data/gtk/preferences.blp:151
|
||||
#: data/gtk/preferences.blp:190
|
||||
msgid "Bottles"
|
||||
msgstr "Bottles"
|
||||
|
||||
#: data/gtk/preferences.blp:155
|
||||
#: 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"
|
||||
msgstr "Nessun Gioco Trovato"
|
||||
|
||||
#: data/gtk/window.blp:7
|
||||
msgid "Try a different search."
|
||||
msgstr "Prova una ricerca diversa."
|
||||
|
||||
#: data/gtk/window.blp:14
|
||||
msgid "No Games"
|
||||
msgstr "Nessun Gioco"
|
||||
|
||||
#: data/gtk/window.blp:15
|
||||
msgid "Use the + button to add games."
|
||||
msgstr "Usa il pulsante + per aggiungere giochi."
|
||||
|
||||
#: data/gtk/window.blp:22
|
||||
msgid "No Hidden Games"
|
||||
msgstr "Nessun Gioco Nascosto"
|
||||
|
||||
#: data/gtk/window.blp:23
|
||||
msgid "Games you hide will appear here."
|
||||
msgstr "I giochi nascosti appariranno qui."
|
||||
|
||||
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||
msgid "Back"
|
||||
msgstr "Indietro"
|
||||
|
||||
#: data/gtk/window.blp:100
|
||||
msgid "Game Title"
|
||||
msgstr "Titolo del gioco"
|
||||
|
||||
#: data/gtk/window.blp:151 src/game.py:158
|
||||
msgid "Play"
|
||||
msgstr "Gioca"
|
||||
|
||||
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||
msgid "Add Game"
|
||||
msgstr "Aggiungi Gioco"
|
||||
|
||||
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||
msgid "Main Menu"
|
||||
msgstr "Menù Principale"
|
||||
|
||||
#: data/gtk/window.blp:300
|
||||
msgid "Hidden Games"
|
||||
msgstr "Giochi Nascosti"
|
||||
|
||||
#: data/gtk/window.blp:360
|
||||
msgid "Sort"
|
||||
msgstr "Ordina per"
|
||||
|
||||
#: 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 "Più recente"
|
||||
|
||||
#: data/gtk/window.blp:381
|
||||
msgid "Oldest"
|
||||
msgstr "Più vecchio"
|
||||
|
||||
#: data/gtk/window.blp:387
|
||||
msgid "Last Played"
|
||||
msgstr "Ultimo Avvio"
|
||||
|
||||
#: data/gtk/window.blp:394
|
||||
msgid "Show Hidden"
|
||||
msgstr "Mostra Nascosti"
|
||||
|
||||
#: data/gtk/window.blp:407
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "Scorciatoie da Tastiera"
|
||||
|
||||
#: data/gtk/window.blp:412
|
||||
msgid "About Cartridges"
|
||||
msgstr "Informazioni su Cartucce"
|
||||
|
||||
#. 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"
|
||||
msgstr "Alessandro Iepure https://ale.iepure.me"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} rimosso"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
msgstr "{} avviato"
|
||||
|
||||
#: 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"
|
||||
msgstr "Oggi"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "Ieri"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "Aggiunto il: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "Aggiunto il: {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "Mai"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "Ultimo avvio: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "Ultima riproduzione: {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "Dettagli"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr "Installazione non trovata"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr "Selezionare la directory di configurazione per {name}."
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "Selezionare la directory di configurazione {}."
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr "Selezionare la cartella dei dati per {name}."
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "Selezionare la directory dei dati {}."
|
||||
|
||||
#: src/preferences.py:61
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "Imposta percorso"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "Tutti i giochi sono stati rimossi"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "Import dei giochi in corso…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "Cache non trovata"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "Nessun nuovo gioco trovato nel tuo sistema."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "Selezionare la directory della cache di Lutris."
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
msgid "Game Imported"
|
||||
msgstr "Gioco importato"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||
msgstr ""
|
||||
"Per utilizzare SteamGridDB è necessaria una chiave API. Puoi generarne una {}"
|
||||
"qui{}."
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
msgid "Successfully imported 1 game."
|
||||
msgstr "Un gioco importato con successo."
|
||||
|
||||
#: src/utils/importer.py:94
|
||||
msgid "Games Imported"
|
||||
msgstr "Giochi importati"
|
||||
|
||||
#. 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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "Aggiungi un Nuovo Gioco"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "Conferma"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "Applica"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "Titolo del gioco"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "Sviluppatore"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: src/utils/create_details_window.py:136
|
||||
msgid "The developer or publisher (optional)"
|
||||
msgstr "Lo sviluppatore o l'editore (opzionale)"
|
||||
|
||||
#. 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"
|
||||
msgstr "file.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "programma"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\percorso\\per\\{exe_name}"
|
||||
#. 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:\\path\\to{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\percorso\\per\\{file_name}"
|
||||
#. 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 "/percorso/to/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"Per avviare l'eseguibile \"{exe_name}\", usa il comando:\n"
|
||||
"Per lanciare l'eseguibile \"{}\", utilizzare il comando:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Annulla"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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 "Impossibile aggiungere il gioco"
|
||||
|
||||
#: src/utils/create_details_window.py:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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 "Impossibile applicare le preferenze"
|
||||
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: src/utils/create_details_window.py:269
|
||||
#: src/utils/create_details_window.py:300
|
||||
msgid "Game title cannot be empty."
|
||||
msgstr "Il titolo del gioco non può essere vuoto."
|
||||
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "L'eseguibile non può essere vuoto."
|
||||
|
||||
@@ -519,6 +571,66 @@ msgstr "L'eseguibile non può essere vuoto."
|
||||
msgid "Dismiss"
|
||||
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
|
||||
#~| msgid "General"
|
||||
#~ msgctxt "shortcuts window"
|
||||
@@ -570,9 +682,6 @@ msgstr "Chiudi"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "Non è possibile trovare il percorso per Heroic."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Imposta il percorso per Heroic"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "Importati giochi da Heroic"
|
||||
|
||||
|
||||
540
po/ko.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cartridges\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"
|
||||
"Last-Translator: MJKim <kmj10727@gmail.com>\n"
|
||||
"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.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "카트리지"
|
||||
|
||||
@@ -29,18 +29,21 @@ msgid "Game Launcher"
|
||||
msgstr "게임 런처"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "게임을 실행합니다"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "모든 게임을 실행합니다"
|
||||
|
||||
#: 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. 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."
|
||||
"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 ""
|
||||
"카트리지는 간단한 게임 런처입니다. 추가한 날짜 또는 마지막으로 플레이한 날짜"
|
||||
"별로 게임을 숨기거나 정렬하는 등의 정리 기능을 통해 Steam, Heroic 및 Bottles"
|
||||
@@ -51,7 +54,7 @@ msgid "Library"
|
||||
msgstr "라이브러리"
|
||||
|
||||
#: 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"
|
||||
msgstr ""
|
||||
|
||||
@@ -59,120 +62,30 @@ msgstr ""
|
||||
msgid "Game Details"
|
||||
msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 ""
|
||||
|
||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
||||
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
|
||||
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||
msgid "Title"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/game.blp:87
|
||||
#: data/gtk/game.blp:94 src/window.py:286
|
||||
msgid "Hide"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/game.blp:106
|
||||
#: data/gtk/game.blp:113 src/window.py:283
|
||||
msgid "Unhide"
|
||||
msgstr ""
|
||||
|
||||
@@ -184,6 +97,11 @@ msgstr ""
|
||||
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 ""
|
||||
@@ -192,7 +110,8 @@ msgstr ""
|
||||
msgid "Shortcuts"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
@@ -220,7 +139,13 @@ msgstr "게임이 없습니다"
|
||||
msgid "Show hidden games"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
@@ -228,286 +153,459 @@ msgstr ""
|
||||
msgid "Exit After Launching Games"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:24
|
||||
#: data/gtk/preferences.blp:25
|
||||
msgid "Cover Image Launches Game"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:25
|
||||
#: data/gtk/preferences.blp:26
|
||||
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
|
||||
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||
msgid "Images"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:37
|
||||
#: data/gtk/preferences.blp:39
|
||||
msgid "High Quality Images"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:38
|
||||
#: data/gtk/preferences.blp:40
|
||||
msgid "Save game covers losslessly at the cost of storage"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:47
|
||||
#: data/gtk/preferences.blp:50
|
||||
msgid "Danger Zone"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:50
|
||||
#: data/gtk/preferences.blp:53
|
||||
msgid "Remove All Games"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:70
|
||||
msgid "Sources"
|
||||
#: 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:77
|
||||
#: data/gtk/preferences.blp:80
|
||||
msgid "Steam Install Location"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
||||
#: data/gtk/preferences.blp:156
|
||||
#: 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:86
|
||||
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||
msgid "Extra Steam Libraries"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:87
|
||||
#: data/gtk/preferences.blp:90
|
||||
msgid "Select other directories where you have Steam games installed"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:94
|
||||
#: data/gtk/preferences.blp:96
|
||||
msgid "Clear"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:116
|
||||
#: data/gtk/preferences.blp:152
|
||||
msgid "Heroic Install Location"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:126
|
||||
#: data/gtk/preferences.blp:162
|
||||
msgid "Import Epic Games"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:134
|
||||
#: data/gtk/preferences.blp:171
|
||||
msgid "Import GOG Games"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:142
|
||||
#: data/gtk/preferences.blp:180
|
||||
msgid "Import Sideloaded Games"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:151
|
||||
#: data/gtk/preferences.blp:190
|
||||
msgid "Bottles"
|
||||
msgstr ""
|
||||
|
||||
#: data/gtk/preferences.blp:155
|
||||
#: 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 ""
|
||||
|
||||
#: 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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr ""
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgid "Select the {} data directory."
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences.py:61
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences.py:117
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
msgid "No new games were found on your system."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
msgid "Game Imported"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: 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:112
|
||||
#: src/utils/create_details_window.py:147
|
||||
msgid "file.txt"
|
||||
msgstr ""
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr ""
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
#. 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 {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
#. 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 ""
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\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:154
|
||||
#: src/utils/create_details_window.py:189
|
||||
msgid "Executable"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:167
|
||||
#: src/utils/create_details_window.py:202
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: 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:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: 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 "게임을 실행합니다"
|
||||
|
||||
749
po/nb_NO.po
@@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-30 11:43+0000\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-06 08:09+0000\n"
|
||||
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
|
||||
"cartridges/cartridges/nb_NO/>\n"
|
||||
@@ -21,7 +21,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "Cartridges"
|
||||
|
||||
@@ -30,30 +30,28 @@ msgid "Game Launcher"
|
||||
msgstr "Spillutvalgstarter"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "Start spillene dine"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "Start alle spillene dine"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 er en enkel spillutvalgsoppstarter. Den har støtte for "
|
||||
"importering av spillene dine fra Steam, Heroic, og Bottles, med "
|
||||
"organiseringsfunksjoner som skjuling og sortering etter tillagt dato eller "
|
||||
"sist spilt."
|
||||
"Cartridges er en enkel spillutvalgsoppstarter for alle spillene dine. Den "
|
||||
"har støtte for importering av spill fra Steam, Lutris, Heroic, og flere uten "
|
||||
"innlogging. Du kan sortere og skjule spil eller laste ned omslagsbilder fra "
|
||||
"SteamGridDB."
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
msgid "Library"
|
||||
msgstr "Bibliotek"
|
||||
|
||||
#: 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"
|
||||
msgstr "Rediger spilldetaljer"
|
||||
|
||||
@@ -61,12 +59,257 @@ msgstr "Rediger spilldetaljer"
|
||||
msgid "Game Details"
|
||||
msgstr "Spilldetaljer"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "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"
|
||||
msgstr "Fant ingen spill"
|
||||
|
||||
@@ -90,447 +333,259 @@ msgstr "Ingen skjulte spill"
|
||||
msgid "Games you hide will appear here."
|
||||
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"
|
||||
msgstr "Tilbake"
|
||||
|
||||
#: data/gtk/window.blp:92
|
||||
#: data/gtk/window.blp:100
|
||||
msgid "Game Title"
|
||||
msgstr "Spillnavn"
|
||||
|
||||
#: data/gtk/window.blp:148 src/game.py:175
|
||||
#: data/gtk/window.blp:151 src/game.py:158
|
||||
msgid "Play"
|
||||
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"
|
||||
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"
|
||||
msgstr "Hovedmeny"
|
||||
|
||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
||||
#, fuzzy
|
||||
msgid "Search"
|
||||
msgstr "Søk"
|
||||
|
||||
#: data/gtk/window.blp:261
|
||||
#: data/gtk/window.blp:300
|
||||
msgid "Hidden Games"
|
||||
msgstr "Skjulte spill"
|
||||
|
||||
#: data/gtk/window.blp:321
|
||||
#: data/gtk/window.blp:360
|
||||
msgid "Sort"
|
||||
msgstr "Sorter"
|
||||
|
||||
#: data/gtk/window.blp:324
|
||||
#: data/gtk/window.blp:363
|
||||
msgid "A-Z"
|
||||
msgstr "A-Å"
|
||||
|
||||
#: data/gtk/window.blp:330
|
||||
#: data/gtk/window.blp:369
|
||||
msgid "Z-A"
|
||||
msgstr "Å-A"
|
||||
|
||||
#: data/gtk/window.blp:336
|
||||
#: data/gtk/window.blp:375
|
||||
msgid "Newest"
|
||||
msgstr "Nyeste"
|
||||
|
||||
#: data/gtk/window.blp:342
|
||||
#: data/gtk/window.blp:381
|
||||
msgid "Oldest"
|
||||
msgstr "Eldste"
|
||||
|
||||
#: data/gtk/window.blp:348
|
||||
#: data/gtk/window.blp:387
|
||||
msgid "Last Played"
|
||||
msgstr "Sist spilt"
|
||||
|
||||
#: data/gtk/window.blp:355
|
||||
#: data/gtk/window.blp:394
|
||||
msgid "Show Hidden"
|
||||
msgstr "Vis skjulte"
|
||||
|
||||
#: data/gtk/window.blp:368
|
||||
#: data/gtk/window.blp:407
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "Tastatursnarveier"
|
||||
|
||||
#: data/gtk/window.blp:373
|
||||
#: data/gtk/window.blp:412
|
||||
msgid "About Cartridges"
|
||||
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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr "Allan Nordhøy, <epost@anotheragency.no>"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} fjernet"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
msgstr "{} startet"
|
||||
|
||||
#: 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"
|
||||
msgstr "I dag"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "I går"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "Tillagt: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "Tillagt: {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "Aldri"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "Sist spilt: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "Sist spilt: {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#, fuzzy
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "Spilldetaljer"
|
||||
msgstr "Detaljer"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr "Fant ikke installasjonen"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr "Velg {name}-oppsettsmappen."
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "Velg {}-oppsettsmappen."
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr "Velg {name}-datamappen."
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "Velg {}-datamappen."
|
||||
|
||||
#: src/preferences.py:61
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
#, fuzzy
|
||||
#| msgid "Set Steam Location"
|
||||
msgid "Set Location"
|
||||
msgstr "Velg hvor Steam er å finne"
|
||||
msgstr "Velg mappe"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#, fuzzy
|
||||
#| msgid "{title} removed"
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "{title} fjernet"
|
||||
msgstr "Alle spill fjernet"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "Importerer spill …"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
#: src/preferences.py:237
|
||||
#, fuzzy
|
||||
#| msgid "No new games were found in the Heroic library."
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "Fant ingen nye spill i Heroic-biblioteket."
|
||||
msgid "Cache Not Found"
|
||||
msgstr "Fant ikke hurtiglager"
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
#: src/preferences.py:238
|
||||
#, fuzzy
|
||||
#| msgid "Steam Games Imported"
|
||||
msgid "Game Imported"
|
||||
msgstr "Steam-spill importert"
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "Velg {name}-datamappen."
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
msgid "Successfully imported 1 game."
|
||||
msgstr "Importerte ett spill."
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"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
|
||||
#, 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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "Legg til nytt spill"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "Bekreft"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "Bruk"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "Navnet på spillet"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "Utvikler"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: src/utils/create_details_window.py:136
|
||||
msgid "The developer or publisher (optional)"
|
||||
msgstr "Utvikler eller utgiver (valgfritt)"
|
||||
|
||||
#. 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"
|
||||
msgstr "fil.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "program"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\sti\\til\\{exe_name}"
|
||||
#. 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:\\sti\\til\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\sti\\til\\{file_name}"
|
||||
#. 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 "/sti/til/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"Start den kjørbare «{exe_name}»-filen med denne kommandoen:\n"
|
||||
"Start den kjørbare «{}»-filen med denne kommandoen:\n"
|
||||
"\n"
|
||||
"<tt>«{exe_path}»</tt>\n"
|
||||
"<tt>«{}»</tt>\n"
|
||||
"\n"
|
||||
"For å åpne filen «{file_name}» med forvalgt program bruker du:\n"
|
||||
"For å åpne filen «{}» med forvalgt program bruker du:\n"
|
||||
"\n"
|
||||
"<tt>{command} «{file_path}»</tt>\n"
|
||||
"<tt>{} «{}»</tt>\n"
|
||||
"\n"
|
||||
"Hvis stien inneholder mellomrom må du pakke den inn i doble engelske "
|
||||
"sitattegn."
|
||||
|
||||
#: src/utils/create_details_window.py:154
|
||||
#: src/utils/create_details_window.py:189
|
||||
msgid "Executable"
|
||||
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"
|
||||
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"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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 "Kunne ikke legge til spill"
|
||||
|
||||
#: src/utils/create_details_window.py:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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 "Kunne ikke ta i bruk endringer"
|
||||
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: src/utils/create_details_window.py:269
|
||||
#: src/utils/create_details_window.py:300
|
||||
msgid "Game title cannot be empty."
|
||||
msgstr "Spillnavnet kan ikke være tomt."
|
||||
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "Kjørbar fil må angis."
|
||||
|
||||
@@ -538,6 +593,68 @@ msgstr "Kjørbar fil må angis."
|
||||
msgid "Dismiss"
|
||||
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
|
||||
#~| msgid "General"
|
||||
#~ msgctxt "shortcuts window"
|
||||
@@ -588,9 +705,6 @@ msgstr "Forkast"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "Finner ikke Heroic-spillmappen."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Velg hvor Heroic er å finne"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "Heroic-spill importert"
|
||||
|
||||
@@ -612,9 +726,6 @@ msgstr "Forkast"
|
||||
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
||||
#~ msgstr "Importerte ett spill."
|
||||
|
||||
#~ msgid "Last played:"
|
||||
#~ msgstr "Sist spilt:"
|
||||
|
||||
#~ msgid "Successfully imported"
|
||||
#~ msgstr "Importert"
|
||||
|
||||
|
||||
597
po/nl.po
@@ -2,12 +2,13 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the cartridges package.
|
||||
# Philip Goto <philip.goto@gmail.com>, 2023.
|
||||
# kramo <contact@kramo.hu>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-30 16:17+0000\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||
"Last-Translator: Philip Goto <philip.goto@gmail.com>\n"
|
||||
"Language-Team: Dutch <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/nl/>\n"
|
||||
@@ -20,7 +21,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "Cartridges"
|
||||
|
||||
@@ -29,30 +30,28 @@ msgid "Game Launcher"
|
||||
msgstr "Game-launcher"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "Start uw games op"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "Start al uw games op"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 is een eenvoudige game-launcher. Het biedt ondersteuning voor het "
|
||||
"importeren van al uw games van Steam, Heroic en Bottles. Daarnaast heeft het "
|
||||
"organisatorische functies zoals verbergen en sorteren op toegevoegd of "
|
||||
"laatst gespeeld."
|
||||
"Cartridges is een eenvoudige launcher voor al uw games. Het biedt "
|
||||
"ondersteuning voor het importeren van games van Steam, Lutris, Heroic en "
|
||||
"meer, zonder in te hoeven loggen. U kunt spellen sorteren, verbergen en "
|
||||
"covers van SteamGridDB downloaden."
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
msgid "Library"
|
||||
msgstr "Bibliotheek"
|
||||
|
||||
#: 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"
|
||||
msgstr "Game-details bewerken"
|
||||
|
||||
@@ -60,120 +59,30 @@ msgstr "Game-details bewerken"
|
||||
msgid "Game Details"
|
||||
msgstr "Game-details"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "Voorkeuren"
|
||||
|
||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
||||
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
|
||||
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||
msgid "Title"
|
||||
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"
|
||||
msgstr "Bewerken"
|
||||
|
||||
#: data/gtk/game.blp:87
|
||||
#: data/gtk/game.blp:94 src/window.py:286
|
||||
msgid "Hide"
|
||||
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"
|
||||
msgstr "Verwijderen"
|
||||
|
||||
#: data/gtk/game.blp:106
|
||||
#: data/gtk/game.blp:113 src/window.py:283
|
||||
msgid "Unhide"
|
||||
msgstr "Niet meer verbergen"
|
||||
|
||||
@@ -185,6 +94,11 @@ msgstr "Algemeen"
|
||||
msgid "Quit"
|
||||
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
|
||||
msgid "Show preferences"
|
||||
msgstr "Voorkeuren tonen"
|
||||
@@ -193,7 +107,8 @@ msgstr "Voorkeuren tonen"
|
||||
msgid "Shortcuts"
|
||||
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"
|
||||
msgstr "Ongedaan maken"
|
||||
|
||||
@@ -217,7 +132,11 @@ msgstr "Games importeren"
|
||||
msgid "Show hidden games"
|
||||
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"
|
||||
msgstr "Gedrag"
|
||||
|
||||
@@ -225,296 +144,427 @@ msgstr "Gedrag"
|
||||
msgid "Exit After Launching Games"
|
||||
msgstr "Sluiten na starten van game"
|
||||
|
||||
#: data/gtk/preferences.blp:24
|
||||
#: data/gtk/preferences.blp:25
|
||||
msgid "Cover Image Launches 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"
|
||||
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"
|
||||
msgstr "Afbeeldingen"
|
||||
|
||||
#: data/gtk/preferences.blp:37
|
||||
#: data/gtk/preferences.blp:39
|
||||
msgid "High Quality Images"
|
||||
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"
|
||||
msgstr ""
|
||||
"Game-covers zonder kwaliteitsverlies opslaan ten koste van opslagruimte"
|
||||
|
||||
#: data/gtk/preferences.blp:47
|
||||
#: data/gtk/preferences.blp:50
|
||||
msgid "Danger Zone"
|
||||
msgstr "Gevarenzone"
|
||||
|
||||
#: data/gtk/preferences.blp:50
|
||||
#: data/gtk/preferences.blp:53
|
||||
msgid "Remove All Games"
|
||||
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"
|
||||
msgstr "Bronnen"
|
||||
|
||||
#: data/gtk/preferences.blp:73
|
||||
#: data/gtk/preferences.blp:76
|
||||
msgid "Steam"
|
||||
msgstr "Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:77
|
||||
#: data/gtk/preferences.blp:80
|
||||
msgid "Steam Install Location"
|
||||
msgstr "Installatielocatie van Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
||||
#: data/gtk/preferences.blp:156
|
||||
#: 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 "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"
|
||||
msgstr "Extra Steam-bibliotheken"
|
||||
|
||||
#: data/gtk/preferences.blp:87
|
||||
#: data/gtk/preferences.blp:90
|
||||
msgid "Select other directories where you have Steam games installed"
|
||||
msgstr "Andere mappen waar u Steam-games heeft geïnstalleerd"
|
||||
|
||||
#: data/gtk/preferences.blp:94
|
||||
#: data/gtk/preferences.blp:96
|
||||
msgid "Clear"
|
||||
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"
|
||||
msgstr "Heroic"
|
||||
|
||||
#: data/gtk/preferences.blp:116
|
||||
#: data/gtk/preferences.blp:152
|
||||
msgid "Heroic Install Location"
|
||||
msgstr "Installatielocatie van Heroic"
|
||||
|
||||
#: data/gtk/preferences.blp:126
|
||||
#: data/gtk/preferences.blp:162
|
||||
msgid "Import Epic Games"
|
||||
msgstr "Epic-games importeren"
|
||||
|
||||
#: data/gtk/preferences.blp:134
|
||||
#: data/gtk/preferences.blp:171
|
||||
msgid "Import GOG Games"
|
||||
msgstr "GOG-games importeren"
|
||||
|
||||
#: data/gtk/preferences.blp:142
|
||||
#: data/gtk/preferences.blp:180
|
||||
msgid "Import Sideloaded Games"
|
||||
msgstr "Gesideloade games importeren"
|
||||
|
||||
#: data/gtk/preferences.blp:151
|
||||
#: data/gtk/preferences.blp:190
|
||||
msgid "Bottles"
|
||||
msgstr "Bottles"
|
||||
|
||||
#: data/gtk/preferences.blp:155
|
||||
#: data/gtk/preferences.blp:194
|
||||
msgid "Bottles Install Location"
|
||||
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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
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
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} verwijderd"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
msgstr "{} gestart"
|
||||
|
||||
#: 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"
|
||||
msgstr "Vandaag"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "Gisteren"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "Toegevoegd op {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "Toegevoegd op {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "Nooit"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "Laatst gespeeld op {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "Laatst gespeeld: {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "Details"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr "Installatie niet gevonden"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr "Selecteer de configuratiemap van {name}"
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "Selecteer de configuratiemap van {}"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr "Selecteer de gegevensmap van {name}"
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "Selecteer de gegevensmap van {}"
|
||||
|
||||
#: src/preferences.py:61
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "Locatie instellen"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "Alle games verwijderd"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "Games importeren…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "Cache niet gevonden"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "Geen nieuwe games gevonden op uw systeem"
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "Selecteer de cache-map van Lutris"
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
msgid "Game Imported"
|
||||
msgstr "Game geïmporteerd"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"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
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "Nieuwe game toevoegen"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "Bevestigen"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "Toepassen"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "De titel van de game"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "Ontwikkelaar"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: src/utils/create_details_window.py:136
|
||||
msgid "The developer or publisher (optional)"
|
||||
msgstr "De ontwikkelaar of uitgever (optioneel)"
|
||||
|
||||
#. 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"
|
||||
msgstr "bestand.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "programma"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\pad\\naar\\{exe_name}"
|
||||
#. 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:\\pad\\naar\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\pad\\naar\\{file_name}"
|
||||
#. 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 "/pad/naar/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"Om het programma ‘{exe_name}’ te starten, gebruik de volgende opdracht:\n"
|
||||
"Om het programma ‘{}’ te starten, gebruik de volgende opdracht:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Om het bestand ‘{file_name}’ met de standaard-app te openen, gebruik de "
|
||||
"volgende opdracht:\n"
|
||||
"Om het bestand ‘{}’ met de standaard-app te openen, gebruik de volgende "
|
||||
"opdracht:\n"
|
||||
"\n"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Indien het pad spaties bevat, zorg er dan voor dat er dubbele "
|
||||
"aanhalingstekens omheen staan!"
|
||||
|
||||
#: src/utils/create_details_window.py:154
|
||||
#: src/utils/create_details_window.py:189
|
||||
msgid "Executable"
|
||||
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"
|
||||
msgstr ""
|
||||
"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"
|
||||
msgstr "Annuleren"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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 "Kon game niet toevoegen"
|
||||
|
||||
#: src/utils/create_details_window.py:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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 "Kon voorkeuren niet toepassen"
|
||||
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: src/utils/create_details_window.py:269
|
||||
#: src/utils/create_details_window.py:300
|
||||
msgid "Game title cannot be empty."
|
||||
msgstr "Game-titel mag niet leeg zijn"
|
||||
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "Programmabestand mag niet leeg zijn"
|
||||
|
||||
@@ -522,6 +572,66 @@ msgstr "Programmabestand mag niet leeg zijn"
|
||||
msgid "Dismiss"
|
||||
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
|
||||
#~ msgctxt "shortcuts window"
|
||||
#~ msgid "General"
|
||||
@@ -570,9 +680,6 @@ msgstr "Sluiten"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "De Heroic-map kan niet worden gevonden"
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Heroic-locatie instellen"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "Heroic-games geïmporteerd"
|
||||
|
||||
|
||||
725
po/pt.po
@@ -2,13 +2,15 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the cartridges package.
|
||||
# Pedro Sader Azevedo <pedro.saderazevedo@protonmail.com>, 2023.
|
||||
# kramo <contact@kramo.hu>, 2023.
|
||||
# Henrique Machado <henriquecamposrj@gmail.com>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-26 17:51+0000\n"
|
||||
"Last-Translator: Pedro Sader Azevedo <pedro.saderazevedo@protonmail.com>\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||
"Last-Translator: Henrique Machado <henriquecamposrj@gmail.com>\n"
|
||||
"Language-Team: Portuguese <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/pt/>\n"
|
||||
"Language: pt\n"
|
||||
@@ -20,7 +22,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "Cartuchos"
|
||||
|
||||
@@ -29,29 +31,28 @@ msgid "Game Launcher"
|
||||
msgstr "Iniciador de jogos"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "Inicie seus jogos"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "Inicie todos os seus jogos"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 ""
|
||||
"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 "
|
||||
"ocultação e ordenação por data de adição ou de última vez jogado."
|
||||
"de jogos da Steam, Lutris, Heroic, e etc. sem precisar fazer login. E pode "
|
||||
"organizar e esconder jogos ou baixar imagens das capas dos jogos a partir do "
|
||||
"SteamGridDB."
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
msgid "Library"
|
||||
msgstr "Biblioteca"
|
||||
|
||||
#: 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"
|
||||
msgstr "Editar detalhes do jogo"
|
||||
|
||||
@@ -59,12 +60,238 @@ msgstr "Editar detalhes do jogo"
|
||||
msgid "Game Details"
|
||||
msgstr "Detalhes do jogo"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "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"
|
||||
msgstr "Nenhum jogo encontrado"
|
||||
|
||||
@@ -88,442 +315,253 @@ msgstr "Sem jogos ocultados"
|
||||
msgid "Games you hide will appear here."
|
||||
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"
|
||||
msgstr "Voltar"
|
||||
|
||||
#: data/gtk/window.blp:92
|
||||
#: data/gtk/window.blp:100
|
||||
msgid "Game Title"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Menu 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
|
||||
#: data/gtk/window.blp:300
|
||||
msgid "Hidden Games"
|
||||
msgstr "Jogos ocultados"
|
||||
|
||||
#: data/gtk/window.blp:321
|
||||
#: data/gtk/window.blp:360
|
||||
msgid "Sort"
|
||||
msgstr "Ordenar"
|
||||
|
||||
#: data/gtk/window.blp:324
|
||||
#: data/gtk/window.blp:363
|
||||
msgid "A-Z"
|
||||
msgstr "A-Z"
|
||||
|
||||
#: data/gtk/window.blp:330
|
||||
#: data/gtk/window.blp:369
|
||||
msgid "Z-A"
|
||||
msgstr "Z-A"
|
||||
|
||||
#: data/gtk/window.blp:336
|
||||
#: data/gtk/window.blp:375
|
||||
msgid "Newest"
|
||||
msgstr "Mais novo"
|
||||
|
||||
#: data/gtk/window.blp:342
|
||||
#: data/gtk/window.blp:381
|
||||
msgid "Oldest"
|
||||
msgstr "Mais antigo"
|
||||
|
||||
#: data/gtk/window.blp:348
|
||||
#: data/gtk/window.blp:387
|
||||
msgid "Last Played"
|
||||
msgstr "Última vez jogado"
|
||||
|
||||
#: data/gtk/window.blp:355
|
||||
#: data/gtk/window.blp:394
|
||||
msgid "Show Hidden"
|
||||
msgstr "Mostrar ocultados"
|
||||
|
||||
#: data/gtk/window.blp:368
|
||||
#: data/gtk/window.blp:407
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "Atalhos de teclado"
|
||||
|
||||
#: data/gtk/window.blp:373
|
||||
#: data/gtk/window.blp:412
|
||||
msgid "About Cartridges"
|
||||
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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr "Pedro Sader Azevedo"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} removido"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
msgstr "{} iniciado"
|
||||
|
||||
#: 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"
|
||||
msgstr "Hoje"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "Ontem"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "Adicionado: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "Adicionado: {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "Nunca"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "Última vez jogado: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "Última vez jogado"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "Detalhes"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr ""
|
||||
msgstr "Instalação não encontrada"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr ""
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "Selecione o diretório de configuração de {}."
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr ""
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "Selecione o diretório de informações de {}."
|
||||
|
||||
#: src/preferences.py:61
|
||||
#, fuzzy
|
||||
#| msgid "Set Steam Location"
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "Definir local da Steam"
|
||||
msgstr "Definir local"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#, fuzzy
|
||||
#| msgid "{title} removed"
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "{title} removido"
|
||||
msgstr "Todos os jogos foram removidos"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "Importando jogos…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "Cache não encontrado"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
#, fuzzy
|
||||
#| msgid "No new games were found in the Heroic library."
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "Nenhum jogo novo foi encontrado na biblioteca do Heroic."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "Selecione o diretório de cache do Lutris."
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
#, fuzzy
|
||||
#| msgid "Steam Games Imported"
|
||||
msgid "Game Imported"
|
||||
msgstr "Jogos da Steam importados"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||
msgstr ""
|
||||
"Uma chave de API é necessária para usar a SteamGridDB. Você pode gerar uma "
|
||||
"chave {}aqui{}."
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "Adicionar novo jogo"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "O título do jogo"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "Desenvolvedor"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: src/utils/create_details_window.py:136
|
||||
msgid "The developer or publisher (optional)"
|
||||
msgstr "O desenvolvedor ou publicador (opcional)"
|
||||
|
||||
#. 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"
|
||||
msgstr "arquivo.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "programa"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\caminho\\para\\{exe_name}"
|
||||
#. 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:\\caminho\\para\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\caminho\\para\\{file_name}"
|
||||
#. 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 "/caminho/para/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"Para iniciar o executável \"{exe_name}\", use o comando:\n"
|
||||
"Para iniciar o executável \"{}\", use o comando:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command}\"{file_path}\"</tt>\n"
|
||||
"<tt>{}\"{}\"</tt>\n"
|
||||
"\n"
|
||||
"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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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 "Não foi possível adicionar o jogo"
|
||||
|
||||
#: src/utils/create_details_window.py:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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 "Não foi possível aplicar as preferências"
|
||||
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: src/utils/create_details_window.py:269
|
||||
#: src/utils/create_details_window.py:300
|
||||
msgid "Game title cannot be empty."
|
||||
msgstr "O título do jogo não pode estar vazio."
|
||||
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "O executável não pode estar vazio."
|
||||
|
||||
@@ -531,6 +569,66 @@ msgstr "O executável não pode estar vazio."
|
||||
msgid "Dismiss"
|
||||
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
|
||||
#~| msgid "General"
|
||||
#~ msgctxt "shortcuts window"
|
||||
@@ -582,9 +680,6 @@ msgstr "Dispensar"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "O diretório do Heroic não foi encontrado."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Definir local do Heroic"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ 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
|
||||
# This file is distributed under the same license as the cartridges package.
|
||||
# Сергей <asvmail.as@gmail.com>, 2023.
|
||||
# kramo <contact@kramo.hu>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-30 14:24+0000\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||
"Last-Translator: Сергей <asvmail.as@gmail.com>\n"
|
||||
"Language-Team: Russian <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/ru/>\n"
|
||||
@@ -15,13 +16,13 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || 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:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "Картриджи"
|
||||
|
||||
@@ -30,29 +31,28 @@ msgid "Game Launcher"
|
||||
msgstr "Средство запуска игр"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "Запускайте свои игры"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "Запустите все свои игры"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 ""
|
||||
"Картриджи - это простое приложение для запуска игр. Оно поддерживает импорт "
|
||||
"игр из Steam, Heroic и Bottles, имеет организационные функции, такие как "
|
||||
"скрытие и сортировка по дате добавления или последней игры."
|
||||
"Картриджи - это простое приложение для запуска ваших игр. Оно поддерживает "
|
||||
"импорт игр из Steam, Lutris, Heroic и других без необходимости входа в "
|
||||
"систему. Вы можете сортировать и скрывать игры или загружать обложки из "
|
||||
"SteamGridDB."
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
msgid "Library"
|
||||
msgstr "Библиотека"
|
||||
|
||||
#: 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"
|
||||
msgstr "Редактировать подробности об игре"
|
||||
|
||||
@@ -60,120 +60,30 @@ msgstr "Редактировать подробности об игре"
|
||||
msgid "Game Details"
|
||||
msgstr "Подробности об игре"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "Параметры"
|
||||
|
||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
||||
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
|
||||
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||
msgid "Title"
|
||||
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"
|
||||
msgstr "Редактировать"
|
||||
|
||||
#: data/gtk/game.blp:87
|
||||
#: data/gtk/game.blp:94 src/window.py:286
|
||||
msgid "Hide"
|
||||
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"
|
||||
msgstr "Удалить"
|
||||
|
||||
#: data/gtk/game.blp:106
|
||||
#: data/gtk/game.blp:113 src/window.py:283
|
||||
msgid "Unhide"
|
||||
msgstr "Показать"
|
||||
|
||||
@@ -185,6 +95,11 @@ msgstr "Основное"
|
||||
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 "Показать параметры"
|
||||
@@ -193,7 +108,8 @@ msgstr "Показать параметры"
|
||||
msgid "Shortcuts"
|
||||
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"
|
||||
msgstr "Отменить"
|
||||
|
||||
@@ -217,7 +133,11 @@ msgstr "Импорт игр"
|
||||
msgid "Show hidden games"
|
||||
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"
|
||||
msgstr "Поведение"
|
||||
|
||||
@@ -225,297 +145,423 @@ msgstr "Поведение"
|
||||
msgid "Exit After Launching Games"
|
||||
msgstr "Выход после запуска игр"
|
||||
|
||||
#: data/gtk/preferences.blp:24
|
||||
#: data/gtk/preferences.blp:25
|
||||
msgid "Cover Image Launches Game"
|
||||
msgstr "Запуск игры используя изображение обложки"
|
||||
|
||||
#: data/gtk/preferences.blp:25
|
||||
#: data/gtk/preferences.blp:26
|
||||
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
|
||||
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||
msgid "Images"
|
||||
msgstr "Изображения"
|
||||
|
||||
#: data/gtk/preferences.blp:37
|
||||
#: data/gtk/preferences.blp:39
|
||||
msgid "High Quality Images"
|
||||
msgstr "Изображения высокого качества"
|
||||
|
||||
#: data/gtk/preferences.blp:38
|
||||
#: data/gtk/preferences.blp:40
|
||||
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 ""
|
||||
msgid "Danger Zone"
|
||||
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"
|
||||
msgstr "Источники"
|
||||
|
||||
#: data/gtk/preferences.blp:73
|
||||
#: data/gtk/preferences.blp:76
|
||||
msgid "Steam"
|
||||
msgstr "Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:77
|
||||
#: data/gtk/preferences.blp:80
|
||||
msgid "Steam Install Location"
|
||||
msgstr "Место установки Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
||||
#: data/gtk/preferences.blp:156
|
||||
#: 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:86
|
||||
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||
msgid "Extra Steam Libraries"
|
||||
msgstr "Дополнительные библиотеки Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:87
|
||||
#: data/gtk/preferences.blp:90
|
||||
msgid "Select other directories where you have Steam games installed"
|
||||
msgstr "Выберите другие каталоги, в которых у вас установлены игры из Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:94
|
||||
#: data/gtk/preferences.blp:96
|
||||
msgid "Clear"
|
||||
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"
|
||||
msgstr "Heroic"
|
||||
|
||||
#: data/gtk/preferences.blp:116
|
||||
#: data/gtk/preferences.blp:152
|
||||
msgid "Heroic Install Location"
|
||||
msgstr "Место установки Heroic"
|
||||
|
||||
#: data/gtk/preferences.blp:126
|
||||
#: data/gtk/preferences.blp:162
|
||||
msgid "Import Epic Games"
|
||||
msgstr "Импорт игр Epic"
|
||||
|
||||
#: data/gtk/preferences.blp:134
|
||||
#: data/gtk/preferences.blp:171
|
||||
msgid "Import GOG Games"
|
||||
msgstr "Импорт игр GOG"
|
||||
|
||||
#: data/gtk/preferences.blp:142
|
||||
#: data/gtk/preferences.blp:180
|
||||
msgid "Import Sideloaded Games"
|
||||
msgstr "Импорт сторонних игр"
|
||||
|
||||
#: data/gtk/preferences.blp:151
|
||||
#: data/gtk/preferences.blp:190
|
||||
msgid "Bottles"
|
||||
msgstr "Bottles"
|
||||
|
||||
#: data/gtk/preferences.blp:155
|
||||
#: 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"
|
||||
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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr "Ser82-png"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} удалена"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
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"
|
||||
msgstr "Сегодня"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "Вчера"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "Добавлено: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "Добавлено: {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "Никогда"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "Последняя игра: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "Последняя игра: {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "Подробности"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr "Установка не найдена"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr "Выберите каталог конфигурации {name}."
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "Выберите каталог конфигурации {}."
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr "Выберите каталог данных {name}."
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "Выберите каталог данных {}."
|
||||
|
||||
#: src/preferences.py:61
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "Установить расположение"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#, fuzzy
|
||||
#| msgid "{title} removed"
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "{title} удалена"
|
||||
msgstr "Все игры удалены"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "Импорт игр…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "Кэш не найден"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
#, fuzzy
|
||||
#| msgid "No new games were found on your device."
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "На вашем устройстве не найдено новых игр."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "Выберите каталог кэша Lutris."
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
msgid "Game Imported"
|
||||
msgstr "Игра импортирована"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||
msgstr ""
|
||||
"Для использования SteamGridDB требуется ключ API. Вы можете сгенерировать "
|
||||
"его {}здесь{}."
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "Добавить новую игру"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "Подтвердить"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "Применить"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "Название игры"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "Разработчик"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: 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:112
|
||||
#: src/utils/create_details_window.py:147
|
||||
msgid "file.txt"
|
||||
msgstr "file.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "программа"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\путь\\к\\{exe_name}"
|
||||
#. 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:\\путь\\к\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\путь\\к\\{file_name}"
|
||||
#. 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 "/путь/к/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"Чтобы запустить исполняемый файл \"{exe_name}\", выполните команду:\n"
|
||||
"Чтобы запустить исполняемый файл \"{}\", выполните команду:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Чтобы открыть файл \"{file_name}\" с помощью приложения по умолчанию, "
|
||||
"используйте:\n"
|
||||
"Чтобы открыть файл \"{}\" с помощью приложения по умолчанию, используйте:\n"
|
||||
"\n"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Если путь содержит пробелы, обязательно заключите его в двойные кавычки!"
|
||||
|
||||
#: src/utils/create_details_window.py:154
|
||||
#: src/utils/create_details_window.py:189
|
||||
msgid "Executable"
|
||||
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"
|
||||
msgstr "Файл для открытия или команда для запуска игры"
|
||||
|
||||
#: src/utils/create_details_window.py:167
|
||||
#: src/utils/create_details_window.py:202
|
||||
msgid "Cancel"
|
||||
msgstr "Отменить"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: 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:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "Исполняемый файл не может быть пустым."
|
||||
|
||||
@@ -523,6 +569,65 @@ msgstr "Исполняемый файл не может быть пустым."
|
||||
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 "Успешно импортирована 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
|
||||
#~| msgid "General"
|
||||
#~ msgctxt "shortcuts window"
|
||||
@@ -574,9 +679,6 @@ msgstr "Отклонить"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "Не удалось найти каталог Heroic."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Установить расположение Heroic"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "Игры Heroic импортированы"
|
||||
|
||||
|
||||
729
po/ta.po
@@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-28 07:06+0000\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||
"Last-Translator: \"K.B.Dharun Krishna\" <kbdharunkrishna@gmail.com>\n"
|
||||
"Language-Team: Tamil <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/ta/>\n"
|
||||
@@ -22,7 +22,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "கார்ட்ரிட்ஜ்கள்"
|
||||
|
||||
@@ -31,30 +31,29 @@ msgid "Game Launcher"
|
||||
msgstr "விளையாட்டு துவக்கி"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "உங்கள் விளையாட்டுகளைத் தொடங்கவும்"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "உங்கள் எல்லா விளையாட்டுகளையும் தொடங்கவும்"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 ""
|
||||
"கார்ட்ரிட்ஜ்கள் ஒரு எளிய விளையாட்டு துவக்கி. இது உங்கள் விளையாட்டுகளை ஸ்டீம், ஹீரோயிக் "
|
||||
"மற்றும் பாட்டில்களில் இருந்து இறக்குமதி செய்வதற்கான ஆதரவைக் கொண்டுள்ளது, அதாவது மறைத்தல் "
|
||||
"மற்றும் சேர்த்த அல்லது கடைசியாக விளையாடிய தேதியின்படி வரிசைப்படுத்துதல் போன்ற நிறுவன "
|
||||
"அம்சங்களுடன்."
|
||||
"உங்கள் எல்லா விளையாட்டுகளுக்கும் கேட்ரிட்ஜ்கள் ஒரு எளிய விளையாட்டு துவக்கி ஆகும். ஸ்டீம் "
|
||||
"(Steam), லுட்ரிஸ் (Lutris), வீரம் (Heroic) மற்றும் பலவற்றிலிருந்து விளையாட்டுகளை "
|
||||
"இறக்குமதி செய்வதற்கான ஆதரவை இது கொண்டுள்ளது. நீங்கள் விளையாட்டுகளை வரிசைப்படுத்தலாம் "
|
||||
"மற்றும் மறைக்கலாம் அல்லது ஸ்டீம்கிரிட் டிபி (SteamGridDB) இலிருந்து அட்டைப்பட கலையைப் "
|
||||
"பதிவிறக்கலாம்."
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
msgid "Library"
|
||||
msgstr "நூலகம்"
|
||||
|
||||
#: 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"
|
||||
msgstr "விளையாட்டு விவரங்களைத் திருத்து"
|
||||
|
||||
@@ -62,12 +61,239 @@ msgstr "விளையாட்டு விவரங்களைத் தி
|
||||
msgid "Game Details"
|
||||
msgstr "விளையாட்டு விவரங்கள்"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "விருப்பங்கள்"
|
||||
|
||||
#: 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"
|
||||
msgstr "விளையாட்டுகள் எதுவும் இல்லை"
|
||||
|
||||
@@ -91,442 +317,253 @@ msgstr "மறைக்கப்பட்ட விளையாட்டுக
|
||||
msgid "Games you hide will appear here."
|
||||
msgstr "நீங்கள் மறைக்கும் விளையாட்டுகள் இங்கே தோன்றும்."
|
||||
|
||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
||||
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||
msgid "Back"
|
||||
msgstr "மீண்டும்"
|
||||
|
||||
#: data/gtk/window.blp:92
|
||||
#: data/gtk/window.blp:100
|
||||
msgid "Game Title"
|
||||
msgstr "விளையாட்டு தலைப்பு"
|
||||
|
||||
#: data/gtk/window.blp:148 src/game.py:175
|
||||
#: data/gtk/window.blp:151 src/game.py:158
|
||||
msgid "Play"
|
||||
msgstr "விளையாடு"
|
||||
|
||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
||||
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||
msgid "Add Game"
|
||||
msgstr "விளையாட்டைச் சேர்க்கவும்"
|
||||
|
||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
||||
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||
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
|
||||
#: data/gtk/window.blp:300
|
||||
msgid "Hidden Games"
|
||||
msgstr "மறைக்கப்பட்ட விளையாட்டுகள்"
|
||||
|
||||
#: data/gtk/window.blp:321
|
||||
#: data/gtk/window.blp:360
|
||||
msgid "Sort"
|
||||
msgstr "வகைபடுத்து"
|
||||
|
||||
#: data/gtk/window.blp:324
|
||||
#: data/gtk/window.blp:363
|
||||
msgid "A-Z"
|
||||
msgstr "A-Z"
|
||||
|
||||
#: data/gtk/window.blp:330
|
||||
#: data/gtk/window.blp:369
|
||||
msgid "Z-A"
|
||||
msgstr "Z-A"
|
||||
|
||||
#: data/gtk/window.blp:336
|
||||
#: data/gtk/window.blp:375
|
||||
msgid "Newest"
|
||||
msgstr "புதியது"
|
||||
|
||||
#: data/gtk/window.blp:342
|
||||
#: data/gtk/window.blp:381
|
||||
msgid "Oldest"
|
||||
msgstr "பழமையானது"
|
||||
|
||||
#: data/gtk/window.blp:348
|
||||
#: data/gtk/window.blp:387
|
||||
msgid "Last Played"
|
||||
msgstr "கடைசியாக விளையாடியது"
|
||||
|
||||
#: data/gtk/window.blp:355
|
||||
#: data/gtk/window.blp:394
|
||||
msgid "Show Hidden"
|
||||
msgstr "மறைக்கப்பட்டதைக் காட்டு"
|
||||
|
||||
#: data/gtk/window.blp:368
|
||||
#: data/gtk/window.blp:407
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "விசைப்பலகை குறுக்குவழிகள்"
|
||||
|
||||
#: data/gtk/window.blp:373
|
||||
#: data/gtk/window.blp:412
|
||||
msgid "About Cartridges"
|
||||
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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr "K.B.Dharun Krishna <kbdharunkrishna@gmail.com>"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} அகற்றப்பட்டது"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
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"
|
||||
msgstr "இன்று"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "நேற்று"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "சேர்க்கப்பட்டது: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "சேர்க்கப்பட்டது: {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "ஒருபோதும் இல்லை"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "கடைசியாக விளையாடியது: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "கடைசியாக விளையாடியது: {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "விவரங்கள்"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr ""
|
||||
msgstr "நிறுவல் கிடைக்கவில்லை"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr ""
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "{} உள்ளமைவு கோப்பகத்தைத் தேர்ந்தெடுக்கவும்."
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr ""
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "{} தரவு கோப்பகத்தைத் தேர்ந்தெடுக்கவும்."
|
||||
|
||||
#: src/preferences.py:61
|
||||
#, fuzzy
|
||||
#| msgid "Set Steam Location"
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "Steam (ஸ்டீம் இடத்தை அமைக்கவும்"
|
||||
msgstr "இருப்பிடத்தை அமைக்கவும்"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#, fuzzy
|
||||
#| msgid "{title} removed"
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "{title} அகற்றப்பட்டது"
|
||||
msgstr "அனைத்து விளையாட்டுகளும் அகற்றப்பட்டன"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "விளையாட்டுகளை இறக்குமதி செய்கிறது…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "தற்காலிக சேமிப்பு கிடைக்கவில்லை"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
#, fuzzy
|
||||
#| msgid "No new games were found in the Heroic library."
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "Heroic (ஹீரோயிக்) நூலகத்தில் புதிய விளையாட்டுகள் எதுவும் இல்லை."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "லூட்ரிஸ் தற்காலிக சேமிப்பு கோப்பகத்தைத் தேர்ந்தெடுக்கவும்."
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
#, fuzzy
|
||||
#| msgid "Steam Games Imported"
|
||||
msgid "Game Imported"
|
||||
msgstr "Steam (ஸ்டீம்) விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||
msgstr ""
|
||||
"ஸ்டீம்கிரிட் டிபி (SteamGridDB) ஐப் பயன்படுத்த API விசை தேவை. நீங்கள் ஒன்றை {}இங்கே{} "
|
||||
"உருவாக்கலாம்."
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "புதிய விளையாட்டைச் சேர்க்கவும்"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "உறுதிப்படுத்தவும்"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "விண்ணப்பி"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "விளையாட்டின் தலைப்பு"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "டெவலப்பர்"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: 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:112
|
||||
#: src/utils/create_details_window.py:147
|
||||
msgid "file.txt"
|
||||
msgstr "கோப்பு.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "பயன்பாடு"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\பாதை\\டு \\{exe_name}"
|
||||
#. 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:\\பாதை\\டு \\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\பாதை\\டு \\{file_name}"
|
||||
#. 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 "/பாதை/டு/ {}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"இயங்கக்கூடிய \"{exe_name}\" ஐத் தொடங்க, கட்டளையைப் பயன்படுத்தவும்:\n"
|
||||
"இயங்கக்கூடிய \"{}\" ஐத் தொடங்க, கட்டளையைப் பயன்படுத்தவும்:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\n"
|
||||
"\n"
|
||||
"இயல்புநிலை பயன்பாட்டுடன் \"{file_name}\" கோப்பைத் திறக்க, பயன்படுத்தவும்:\n"
|
||||
"இயல்புநிலை பயன்பாட்டுடன் \"{}\" கோப்பைத் திறக்க, பயன்படுத்தவும்:\n"
|
||||
"\n"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"பாதையில் இடைவெளிகள் இருந்தால், அதை இரட்டை மேற்கோள்களில் போர்த்துவதை உறுதிசெய்யவும்!"
|
||||
|
||||
#: src/utils/create_details_window.py:154
|
||||
#: src/utils/create_details_window.py:189
|
||||
msgid "Executable"
|
||||
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"
|
||||
msgstr "விளையாட்டைத் தொடங்கும் போது திறக்க கோப்பு அல்லது இயக்க கட்டளை"
|
||||
|
||||
#: src/utils/create_details_window.py:167
|
||||
#: src/utils/create_details_window.py:202
|
||||
msgid "Cancel"
|
||||
msgstr "ரத்துசெய்"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: 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:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "இயங்கக்கூடியது காலியாக இருக்க முடியாது."
|
||||
|
||||
@@ -534,6 +571,66 @@ msgstr "இயங்கக்கூடியது காலியாக இர
|
||||
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 "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
|
||||
#~| msgid "General"
|
||||
#~ msgctxt "shortcuts window"
|
||||
@@ -585,9 +682,6 @@ msgstr "நிராகரி"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "Heroic (ஹீரோயிக்) கோப்பகத்தைக் கண்டுபிடிக்க முடியவில்லை."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Heroic (ஹீரோயிக்) இருப்பிடத்தை அமைக்கவும்"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "Heroic (ஹீரோயிக்) விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"
|
||||
|
||||
@@ -608,9 +702,6 @@ msgstr "நிராகரி"
|
||||
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
||||
#~ msgstr "1 விளையாட்டு வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது."
|
||||
|
||||
#~ msgid "Last played:"
|
||||
#~ msgstr "கடைசியாக விளையாடியது:"
|
||||
|
||||
#~ msgid "Successfully imported"
|
||||
#~ msgstr "வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது"
|
||||
|
||||
|
||||
593
po/uk.po
@@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
||||
"PO-Revision-Date: 2023-03-30 21:36+0000\n"
|
||||
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||
"Last-Translator: Dan <denqwerta@gmail.com>\n"
|
||||
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/cartridges/"
|
||||
"cartridges/uk/>\n"
|
||||
@@ -22,7 +22,7 @@ msgstr ""
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||
#: src/main.py:110
|
||||
#: src/main.py:119
|
||||
msgid "Cartridges"
|
||||
msgstr "Cartridges"
|
||||
|
||||
@@ -31,29 +31,28 @@ msgid "Game Launcher"
|
||||
msgstr "Ігровий лаунчер"
|
||||
|
||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||
msgid "Launch your games"
|
||||
msgstr "Запустіть свої ігри"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||
msgid "Launch all your games"
|
||||
msgstr "Запустіть усі свої ігри"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||
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."
|
||||
"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 — це простий ігровий лаунчер. Він підтримує імпорт ваших ігор із "
|
||||
"Steam, Heroic та Bottles із такими організаційними функціями, як "
|
||||
"приховування та сортування за датою додавання чи останньої гри."
|
||||
"Cartridges - це простий лаунчер для всіх ваших ігор. Він підтримує імпорт "
|
||||
"ігор з Steam, Lutris, Heroic тощо без необхідності входу в систему. Ви "
|
||||
"можете сортувати та приховувати ігри або завантажувати обкладинки з "
|
||||
"SteamGridDB."
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||
msgid "Library"
|
||||
msgstr "Бібліотека"
|
||||
|
||||
#: 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"
|
||||
msgstr "Редагувати інформацію про гру"
|
||||
|
||||
@@ -61,120 +60,30 @@ msgstr "Редагувати інформацію про гру"
|
||||
msgid "Game Details"
|
||||
msgstr "Подробиці гри"
|
||||
|
||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
||||
#: src/utils/importer.py:81
|
||||
#: 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 "Параметри"
|
||||
|
||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
||||
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
|
||||
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||
msgid "Title"
|
||||
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"
|
||||
msgstr "Редагувати"
|
||||
|
||||
#: data/gtk/game.blp:87
|
||||
#: data/gtk/game.blp:94 src/window.py:286
|
||||
msgid "Hide"
|
||||
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"
|
||||
msgstr "Видалити"
|
||||
|
||||
#: data/gtk/game.blp:106
|
||||
#: data/gtk/game.blp:113 src/window.py:283
|
||||
msgid "Unhide"
|
||||
msgstr "Показати"
|
||||
|
||||
@@ -186,6 +95,11 @@ msgstr "Загальний"
|
||||
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 "Показати параметри"
|
||||
@@ -194,7 +108,8 @@ msgstr "Показати параметри"
|
||||
msgid "Shortcuts"
|
||||
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"
|
||||
msgstr "Відмінити"
|
||||
|
||||
@@ -218,7 +133,11 @@ msgstr "Імпорт ігор"
|
||||
msgid "Show hidden games"
|
||||
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"
|
||||
msgstr "Поведінка"
|
||||
|
||||
@@ -226,293 +145,424 @@ msgstr "Поведінка"
|
||||
msgid "Exit After Launching Games"
|
||||
msgstr "Вихід після запуску ігор"
|
||||
|
||||
#: data/gtk/preferences.blp:24
|
||||
#: data/gtk/preferences.blp:25
|
||||
msgid "Cover Image Launches Game"
|
||||
msgstr "Обкладинка запускає гру"
|
||||
|
||||
#: data/gtk/preferences.blp:25
|
||||
#: data/gtk/preferences.blp:26
|
||||
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
|
||||
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||
msgid "Images"
|
||||
msgstr "Зображення"
|
||||
|
||||
#: data/gtk/preferences.blp:37
|
||||
#: data/gtk/preferences.blp:39
|
||||
msgid "High Quality Images"
|
||||
msgstr "Зображення високої якості"
|
||||
|
||||
#: data/gtk/preferences.blp:38
|
||||
#: data/gtk/preferences.blp:40
|
||||
msgid "Save game covers losslessly at the cost of storage"
|
||||
msgstr "Збережена гра покривається без втрат за вартістю зберігання"
|
||||
|
||||
#: data/gtk/preferences.blp:47
|
||||
#: data/gtk/preferences.blp:50
|
||||
msgid "Danger Zone"
|
||||
msgstr "Небезпечна зона"
|
||||
|
||||
#: data/gtk/preferences.blp:50
|
||||
#: data/gtk/preferences.blp:53
|
||||
msgid "Remove All Games"
|
||||
msgstr "Видалити всі ігри"
|
||||
|
||||
#: data/gtk/preferences.blp:70
|
||||
#: 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:73
|
||||
#: data/gtk/preferences.blp:76
|
||||
msgid "Steam"
|
||||
msgstr "Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:77
|
||||
#: data/gtk/preferences.blp:80
|
||||
msgid "Steam Install Location"
|
||||
msgstr "Місце встановлення Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
||||
#: data/gtk/preferences.blp:156
|
||||
#: 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:86
|
||||
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||
msgid "Extra Steam Libraries"
|
||||
msgstr "Додаткові бібліотеки Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:87
|
||||
#: data/gtk/preferences.blp:90
|
||||
msgid "Select other directories where you have Steam games installed"
|
||||
msgstr "Виберіть інші директорії, до яких інстальовано ігри Steam"
|
||||
|
||||
#: data/gtk/preferences.blp:94
|
||||
#: data/gtk/preferences.blp:96
|
||||
msgid "Clear"
|
||||
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"
|
||||
msgstr "Heroic"
|
||||
|
||||
#: data/gtk/preferences.blp:116
|
||||
#: data/gtk/preferences.blp:152
|
||||
msgid "Heroic Install Location"
|
||||
msgstr "Місце встановлення Heroic"
|
||||
|
||||
#: data/gtk/preferences.blp:126
|
||||
#: data/gtk/preferences.blp:162
|
||||
msgid "Import Epic Games"
|
||||
msgstr "Імпорт Epic Games"
|
||||
|
||||
#: data/gtk/preferences.blp:134
|
||||
#: data/gtk/preferences.blp:171
|
||||
msgid "Import GOG Games"
|
||||
msgstr "Імпорт ігор GOG"
|
||||
|
||||
#: data/gtk/preferences.blp:142
|
||||
#: data/gtk/preferences.blp:180
|
||||
msgid "Import Sideloaded Games"
|
||||
msgstr "Імпорт сторонніх ігор"
|
||||
|
||||
#: data/gtk/preferences.blp:151
|
||||
#: data/gtk/preferences.blp:190
|
||||
msgid "Bottles"
|
||||
msgstr "Bottles"
|
||||
|
||||
#: data/gtk/preferences.blp:155
|
||||
#: 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"
|
||||
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
|
||||
#: src/main.py:125
|
||||
#: src/main.py:137
|
||||
msgid "translator_credits"
|
||||
msgstr "kefir2105"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: src/main.py:197
|
||||
#, python-brace-format
|
||||
msgid "{title} removed"
|
||||
msgstr "{title} видалено"
|
||||
#: src/main.py:164
|
||||
msgid "{} launched"
|
||||
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"
|
||||
msgstr "Сьогодні"
|
||||
|
||||
#: src/window.py:236
|
||||
#: src/window.py:264
|
||||
msgid "Yesterday"
|
||||
msgstr "Вчора"
|
||||
|
||||
#. The variable is the date when the game was added
|
||||
#: src/window.py:270
|
||||
#, python-brace-format
|
||||
msgid "Added: {date}"
|
||||
msgstr "Додано: {date}"
|
||||
#: src/window.py:310
|
||||
msgid "Added: {}"
|
||||
msgstr "Додано: {}"
|
||||
|
||||
#: src/window.py:275
|
||||
#: src/window.py:315
|
||||
msgid "Never"
|
||||
msgstr "Ніколи"
|
||||
|
||||
#. The variable is the date when the game was last played
|
||||
#: src/window.py:279
|
||||
#, python-brace-format
|
||||
msgid "Last played: {last_played_date}"
|
||||
msgstr "Останній раз грали: {last_played_date}"
|
||||
#: src/window.py:319
|
||||
msgid "Last played: {}"
|
||||
msgstr "Останній раз грали: {}"
|
||||
|
||||
#: src/game.py:173
|
||||
#: src/game.py:156
|
||||
msgid "Details"
|
||||
msgstr "Деталі"
|
||||
|
||||
#: src/preferences.py:55
|
||||
#: src/preferences.py:54
|
||||
msgid "Installation Not Found"
|
||||
msgstr "Встановлення не знайдено"
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:57
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} configuration directory."
|
||||
msgstr "Виберіть каталог конфігурації {name}."
|
||||
#: src/preferences.py:56
|
||||
msgid "Select the {} configuration directory."
|
||||
msgstr "Виберіть каталог конфігурації {}."
|
||||
|
||||
#. The variable is the name of the game launcher
|
||||
#: src/preferences.py:59
|
||||
#, python-brace-format
|
||||
msgid "Select the {name} data directory."
|
||||
msgstr "Виберіть каталог даних {name}."
|
||||
msgid "Select the {} data directory."
|
||||
msgstr "Виберіть каталог даних {}."
|
||||
|
||||
#: src/preferences.py:61
|
||||
#: src/preferences.py:61 src/preferences.py:240
|
||||
msgid "Set Location"
|
||||
msgstr "Встановити місцезнаходження"
|
||||
|
||||
#: src/preferences.py:117
|
||||
#: src/preferences.py:132
|
||||
msgid "All games removed"
|
||||
msgstr "Всі ігри видалено"
|
||||
|
||||
#: src/utils/importer.py:37
|
||||
msgid "Importing Games…"
|
||||
msgstr "Імпорт ігор…"
|
||||
#: src/preferences.py:237
|
||||
msgid "Cache Not Found"
|
||||
msgstr "Кеш не знайдено"
|
||||
|
||||
#: src/utils/importer.py:79
|
||||
msgid "No new games were found on your system."
|
||||
msgstr "У вашій системі не знайдено жодної нової гри."
|
||||
#: src/preferences.py:238
|
||||
msgid "Select the Lutris cache directory."
|
||||
msgstr "Виберіть каталог кешу Lutris."
|
||||
|
||||
#: src/utils/importer.py:87
|
||||
msgid "Game Imported"
|
||||
msgstr "Ігру імпортовано"
|
||||
#: src/preferences.py:344
|
||||
msgid ""
|
||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||
msgstr ""
|
||||
"Для використання SteamGridDB потрібен ключ API. Ви можете згенерувати його {}"
|
||||
"тут{}."
|
||||
|
||||
#: src/utils/importer.py:88
|
||||
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
|
||||
#: src/utils/create_details_window.py:81
|
||||
msgid "Add New Game"
|
||||
msgstr "Додати нову гру"
|
||||
|
||||
#: src/utils/create_details_window.py:46
|
||||
#: src/utils/create_details_window.py:85
|
||||
msgid "Confirm"
|
||||
msgstr "Підтвердити"
|
||||
|
||||
#: src/utils/create_details_window.py:57
|
||||
#: src/utils/create_details_window.py:96
|
||||
msgid "Apply"
|
||||
msgstr "Застосувати"
|
||||
|
||||
#: src/utils/create_details_window.py:95
|
||||
#: src/utils/create_details_window.py:130
|
||||
msgid "The title of the game"
|
||||
msgstr "Назва гри"
|
||||
|
||||
#: src/utils/create_details_window.py:100
|
||||
#: src/utils/create_details_window.py:135
|
||||
msgid "Developer"
|
||||
msgstr "Розробник"
|
||||
|
||||
#: src/utils/create_details_window.py:101
|
||||
#: 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:112
|
||||
#: src/utils/create_details_window.py:147
|
||||
msgid "file.txt"
|
||||
msgstr "file.txt"
|
||||
|
||||
#. As in software
|
||||
#: src/utils/create_details_window.py:114
|
||||
#: src/utils/create_details_window.py:149
|
||||
msgid "program"
|
||||
msgstr "програма"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: src/utils/create_details_window.py:119
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{exe_name}"
|
||||
msgstr "C:\\path\\to\\{exe_name}"
|
||||
#. 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:\\path\\to\\{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {file_name}"
|
||||
#: src/utils/create_details_window.py:121
|
||||
#, python-brace-format
|
||||
msgid "C:\\path\\to\\{file_name}"
|
||||
msgstr "C:\\path\\to\\{file_name}"
|
||||
#. 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 "/path/to/{}"
|
||||
|
||||
#. Translate this string as you would translate "path to {exe_name}"
|
||||
#: 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
|
||||
#: src/utils/create_details_window.py:166
|
||||
msgid ""
|
||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
||||
"To launch the executable \"{}\", use the command:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\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"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||
msgstr ""
|
||||
"Щоб запустити виконуваний файл \"{exe_name}\", скористайтеся командою:\n"
|
||||
"Щоб запустити виконуваний файл \"{}\", скористайтеся командою:\n"
|
||||
"\n"
|
||||
"<tt>\"{exe_path}\"</tt>\n"
|
||||
"<tt>\"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Щоб відкрити файл \"{file_name}\" за допомогою застосунку за замовчуванням, "
|
||||
"Щоб відкрити файл \"{}\" за допомогою застосунку за замовчуванням, "
|
||||
"скористайтеся:\n"
|
||||
"\n"
|
||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
||||
"<tt>{} \"{}\"</tt>\n"
|
||||
"\n"
|
||||
"Якщо шлях містить пробіли, обов'язково візьміть його в подвійні лапки!"
|
||||
|
||||
#: src/utils/create_details_window.py:154
|
||||
#: src/utils/create_details_window.py:189
|
||||
msgid "Executable"
|
||||
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"
|
||||
msgstr "Файл для відкриття або команда для запуску під час запуску гри"
|
||||
|
||||
#: src/utils/create_details_window.py:167
|
||||
#: src/utils/create_details_window.py:202
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
|
||||
#: src/utils/create_details_window.py:217
|
||||
#: src/utils/create_details_window.py:227
|
||||
#: src/utils/create_details_window.py:233
|
||||
#: 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:219
|
||||
#: src/utils/create_details_window.py:257
|
||||
#: src/utils/create_details_window.py:265
|
||||
#: 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:227
|
||||
#: src/utils/create_details_window.py:258
|
||||
#: 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:233
|
||||
#: src/utils/create_details_window.py:266
|
||||
#: src/utils/create_details_window.py:275
|
||||
#: src/utils/create_details_window.py:308
|
||||
msgid "Executable cannot be empty."
|
||||
msgstr "Виконуваний файл не може бути порожнім."
|
||||
|
||||
@@ -520,6 +570,65 @@ msgstr "Виконуваний файл не може бути порожнім.
|
||||
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 "Успішно імпортовано 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
|
||||
#~| msgid "General"
|
||||
#~ msgctxt "shortcuts window"
|
||||
@@ -571,9 +680,6 @@ msgstr "Відхилити"
|
||||
#~ msgid "The Heroic directory cannot be found."
|
||||
#~ msgstr "Не вдається знайти каталог Heroic."
|
||||
|
||||
#~ msgid "Set Heroic Location"
|
||||
#~ msgstr "Встановіть розташування Heroic"
|
||||
|
||||
#~ msgid "Heroic Games Imported"
|
||||
#~ msgstr "Ігри Heroic імпортовано"
|
||||
|
||||
@@ -594,9 +700,6 @@ msgstr "Відхилити"
|
||||
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
||||
#~ msgstr "Успішно імпортовано 1 гру."
|
||||
|
||||
#~ msgid "Last played:"
|
||||
#~ msgstr "Остання гра:"
|
||||
|
||||
#~ msgid "Successfully imported"
|
||||
#~ msgstr "Успішно імпортовано"
|
||||
|
||||
|
||||
@@ -27,6 +27,11 @@ import gettext
|
||||
|
||||
VERSION = "@VERSION@"
|
||||
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")
|
||||
localedir = os.path.join(os.path.dirname(__file__), "..", "share", "locale")
|
||||
else:
|
||||
|
||||
102
src/game.py
@@ -23,19 +23,21 @@ import shlex # pylint: disable=unused-import
|
||||
import subprocess
|
||||
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
|
||||
|
||||
|
||||
@Gtk.Template(resource_path="/hu/kramo/Cartridges/gtk/game.ui")
|
||||
class game(Gtk.Box): # pylint: disable=invalid-name
|
||||
__gtype_name__ = "game"
|
||||
class Game(Gtk.Box):
|
||||
__gtype_name__ = "Game"
|
||||
|
||||
overlay = Gtk.Template.Child()
|
||||
title = Gtk.Template.Child()
|
||||
button_play = Gtk.Template.Child()
|
||||
play_button = Gtk.Template.Child()
|
||||
cover = Gtk.Template.Child()
|
||||
spinner = Gtk.Template.Child()
|
||||
cover_button = Gtk.Template.Child()
|
||||
menu_button = 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()
|
||||
hidden_game_options = Gtk.Template.Child()
|
||||
|
||||
def __init__(self, parent_widget, data, **kwargs):
|
||||
def __init__(self, win, data, **kwargs):
|
||||
super().__init__(**kwargs)
|
||||
|
||||
self.parent_widget = parent_widget
|
||||
self.win = win
|
||||
self.added = data["added"]
|
||||
self.executable = data["executable"]
|
||||
self.game_id = data["game_id"]
|
||||
self.hidden = data["hidden"]
|
||||
self.last_played = data["last_played"]
|
||||
self.name = data["name"]
|
||||
self.developer = data["developer"] if "developer" in data.keys() else None
|
||||
self.removed = "removed" in data.keys()
|
||||
self.blacklisted = "blacklisted" in data.keys()
|
||||
self.developer = data["developer"] if "developer" in data else None
|
||||
self.removed = "removed" in data
|
||||
self.blacklisted = "blacklisted" in data
|
||||
|
||||
self.pixbuf = self.get_cover()
|
||||
|
||||
self.cover.set_pixbuf(self.pixbuf)
|
||||
self.loading = 0
|
||||
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.add_controller(self.event_contoller_motion)
|
||||
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.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("leave", self.hide_play)
|
||||
|
||||
self.parent_widget.schema.connect("changed", self.schema_changed)
|
||||
self.win.schema.connect("changed", self.schema_changed)
|
||||
|
||||
if self.hidden:
|
||||
self.menu_button.set_menu_model(self.hidden_game_options)
|
||||
@@ -105,43 +111,22 @@ class game(Gtk.Box): # pylint: disable=invalid-name
|
||||
sys.exit()
|
||||
|
||||
def toggle_hidden(self):
|
||||
games_dir = os.path.join(
|
||||
os.getenv("XDG_DATA_HOME")
|
||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
||||
"cartridges",
|
||||
"games",
|
||||
data = json.loads(
|
||||
(self.win.games_dir / f"{self.game_id}.json").read_text("utf-8")
|
||||
)
|
||||
|
||||
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"]
|
||||
|
||||
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
|
||||
if self.game_id in self.parent_widget.pixbufs.keys():
|
||||
return self.parent_widget.pixbufs[self.game_id]
|
||||
|
||||
# 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
|
||||
cover_path = self.win.covers_dir / f"{self.game_id}.tiff"
|
||||
if cover_path.is_file():
|
||||
return cover_path
|
||||
|
||||
def show_play(self, _widget, *_unused):
|
||||
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)
|
||||
|
||||
def launch_game(self, _widget, *_unused):
|
||||
self.parent_widget.set_active_game(None, None, self.game_id)
|
||||
self.parent_widget.get_application().on_launch_game_action(None)
|
||||
self.win.set_active_game(None, None, self.game_id)
|
||||
self.win.get_application().on_launch_game_action(None)
|
||||
|
||||
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)
|
||||
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):
|
||||
if self.parent_widget.schema.get_boolean("cover-launches-game"):
|
||||
self.parent_widget.show_overview(None, self.game_id)
|
||||
def play_button_clicked(self, _widget):
|
||||
if self.win.schema.get_boolean("cover-launches-game"):
|
||||
self.win.show_details_view(None, self.game_id)
|
||||
else:
|
||||
self.launch_game(None)
|
||||
|
||||
def set_play_label(self):
|
||||
if self.parent_widget.schema.get_boolean("cover-launches-game"):
|
||||
self.button_play.set_label(_("Details"))
|
||||
if self.win.schema.get_boolean("cover-launches-game"):
|
||||
self.play_button.set_label(_("Details"))
|
||||
else:
|
||||
self.button_play.set_label(_("Play"))
|
||||
self.play_button.set_label(_("Play"))
|
||||
|
||||
def schema_changed(self, _settings, key):
|
||||
if key == "cover-launches-game":
|
||||
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,
|
||||
)
|
||||
205
src/importers/heroic_importer.py
Normal file
@@ -0,0 +1,205 @@
|
||||
# heroic_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 hashlib
|
||||
import json
|
||||
import os
|
||||
from pathlib import Path
|
||||
from time import time
|
||||
|
||||
from .check_install import check_install
|
||||
|
||||
|
||||
def heroic_installed(win, path=None):
|
||||
location_key = "heroic-location"
|
||||
heroic_dir = (
|
||||
path if path else Path(win.schema.get_string(location_key)).expanduser()
|
||||
)
|
||||
check = "config.json"
|
||||
|
||||
if not (heroic_dir / check).is_file():
|
||||
locations = (
|
||||
(Path(),)
|
||||
if path
|
||||
else (
|
||||
Path.home() / ".var/app/com.heroicgameslauncher.hgl/config/heroic",
|
||||
win.config_dir / "heroic",
|
||||
)
|
||||
)
|
||||
|
||||
if os.name == "nt" and not path:
|
||||
locations += (Path(os.getenv("appdata")) / "heroic",)
|
||||
|
||||
heroic_dir = check_install(check, locations, (win.schema, location_key))
|
||||
|
||||
return heroic_dir
|
||||
|
||||
|
||||
def heroic_importer(win):
|
||||
heroic_dir = heroic_installed(win)
|
||||
if not heroic_dir:
|
||||
return
|
||||
|
||||
current_time = int(time())
|
||||
importer = win.importer
|
||||
|
||||
# Import Epic games
|
||||
if not win.schema.get_boolean("heroic-import-epic"):
|
||||
pass
|
||||
elif (heroic_dir / "store_cache" / "legendary_library.json").exists():
|
||||
data = (heroic_dir / "store_cache" / "legendary_library.json").read_text(
|
||||
"utf-8"
|
||||
)
|
||||
library = json.loads(data)
|
||||
|
||||
try:
|
||||
for game in library["library"]:
|
||||
if not game["is_installed"]:
|
||||
continue
|
||||
|
||||
importer.total_queue += 1
|
||||
importer.queue += 1
|
||||
|
||||
values = {}
|
||||
|
||||
app_name = game["app_name"]
|
||||
values["game_id"] = f"heroic_epic_{app_name}"
|
||||
|
||||
if (
|
||||
values["game_id"] in win.games
|
||||
and not win.games[values["game_id"]].removed
|
||||
):
|
||||
importer.save_game()
|
||||
continue
|
||||
|
||||
values["name"] = game["title"]
|
||||
values["developer"] = game["developer"]
|
||||
values["executable"] = (
|
||||
["start", f"heroic://launch/{app_name}"]
|
||||
if os.name == "nt"
|
||||
else ["xdg-open", f"heroic://launch/{app_name}"]
|
||||
)
|
||||
values["hidden"] = False
|
||||
values["source"] = "heroic_epic"
|
||||
values["added"] = current_time
|
||||
values["last_played"] = 0
|
||||
|
||||
image_path = (
|
||||
heroic_dir
|
||||
/ "images-cache"
|
||||
/ hashlib.sha256(
|
||||
(f'{game["art_square"]}?h=400&resize=1&w=300').encode()
|
||||
).hexdigest()
|
||||
)
|
||||
|
||||
importer.save_game(values, image_path if image_path.exists() else None)
|
||||
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
# Import GOG games
|
||||
if not win.schema.get_boolean("heroic-import-gog"):
|
||||
pass
|
||||
elif (heroic_dir / "gog_store" / "installed.json").exists() and (
|
||||
heroic_dir / "store_cache" / "gog_library.json"
|
||||
).exists():
|
||||
data = (heroic_dir / "gog_store" / "installed.json").read_text("utf-8")
|
||||
installed = json.loads(data)
|
||||
|
||||
importer.total_queue += len(installed["installed"])
|
||||
importer.queue += len(installed["installed"])
|
||||
|
||||
for item in installed["installed"]:
|
||||
values = {}
|
||||
app_name = item["appName"]
|
||||
|
||||
values["game_id"] = f"heroic_gog_{app_name}"
|
||||
|
||||
if (
|
||||
values["game_id"] in win.games
|
||||
and not win.games[values["game_id"]].removed
|
||||
):
|
||||
importer.save_game()
|
||||
continue
|
||||
|
||||
# Get game title and developer from gog_library.json as they are not present in installed.json
|
||||
data = (heroic_dir / "store_cache" / "gog_library.json").read_text("utf-8")
|
||||
library = json.loads(data)
|
||||
for game in library["games"]:
|
||||
if game["app_name"] == app_name:
|
||||
values["developer"] = game["developer"]
|
||||
values["name"] = game["title"]
|
||||
image_path = (
|
||||
heroic_dir
|
||||
/ "images-cache"
|
||||
/ hashlib.sha256(game["art_square"].encode()).hexdigest()
|
||||
)
|
||||
|
||||
values["executable"] = (
|
||||
["start", f"heroic://launch/{app_name}"]
|
||||
if os.name == "nt"
|
||||
else ["xdg-open", f"heroic://launch/{app_name}"]
|
||||
)
|
||||
values["hidden"] = False
|
||||
values["source"] = "heroic_gog"
|
||||
values["added"] = current_time
|
||||
values["last_played"] = 0
|
||||
|
||||
importer.save_game(values, image_path if image_path.exists() else None)
|
||||
|
||||
# Import sideloaded games
|
||||
if not win.schema.get_boolean("heroic-import-sideload"):
|
||||
pass
|
||||
elif (heroic_dir / "sideload_apps" / "library.json").exists():
|
||||
data = (heroic_dir / "sideload_apps" / "library.json").read_text("utf-8")
|
||||
library = json.loads(data)
|
||||
|
||||
importer.total_queue += len(library["games"])
|
||||
importer.queue += len(library["games"])
|
||||
|
||||
for item in library["games"]:
|
||||
values = {}
|
||||
app_name = item["app_name"]
|
||||
|
||||
values["game_id"] = f"heroic_sideload_{app_name}"
|
||||
|
||||
if (
|
||||
values["game_id"] in win.games
|
||||
and not win.games[values["game_id"]].removed
|
||||
):
|
||||
importer.save_game()
|
||||
continue
|
||||
|
||||
values["name"] = item["title"]
|
||||
values["executable"] = (
|
||||
["start", f"heroic://launch/{app_name}"]
|
||||
if os.name == "nt"
|
||||
else ["xdg-open", f"heroic://launch/{app_name}"]
|
||||
)
|
||||
values["hidden"] = False
|
||||
values["source"] = "heroic_sideload"
|
||||
values["added"] = current_time
|
||||
values["last_played"] = 0
|
||||
image_path = (
|
||||
heroic_dir
|
||||
/ "images-cache"
|
||||
/ hashlib.sha256(item["art_square"].encode()).hexdigest()
|
||||
)
|
||||
|
||||
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
|
||||
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 .get_games import get_games
|
||||
from .heroic_parser import heroic_parser
|
||||
from .heroic_importer import heroic_importer
|
||||
from .importer import Importer
|
||||
from .itch_importer import itch_importer
|
||||
from .lutris_importer import lutris_importer
|
||||
from .preferences import PreferencesWindow
|
||||
from .save_game import save_game
|
||||
from .steam_parser import steam_parser
|
||||
from .steam_importer import steam_importer
|
||||
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("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("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("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
|
||||
|
||||
def do_activate(self): # pylint: disable=arguments-differ
|
||||
|
||||
# Create the main window
|
||||
self.win = self.props.active_window # pylint: disable=no-member
|
||||
if not self.win:
|
||||
@@ -93,9 +104,7 @@ class CartridgesApplication(Adw.Application):
|
||||
"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(
|
||||
"undo_remove", self.win.on_undo_remove_action, ["<primary>z"], self.win
|
||||
)
|
||||
self.create_action("undo", self.win.on_undo_action, ["<primary>z"], self.win)
|
||||
self.create_action("open_menu", self.win.on_open_menu_action, ["F10"], self.win)
|
||||
self.win.sort = Gio.SimpleAction.new_stateful(
|
||||
"sort_by", GLib.VariantType.new("s"), GLib.Variant("s", "a-z")
|
||||
@@ -110,11 +119,14 @@ class CartridgesApplication(Adw.Application):
|
||||
application_name=_("Cartridges"),
|
||||
application_icon="hu.kramo.Cartridges",
|
||||
developer_name="kramo",
|
||||
version="1.2.2",
|
||||
version="1.4.1",
|
||||
developers=[
|
||||
"kramo https://kramo.hu",
|
||||
"Paweł Lidwin https://github.com/imLinguin",
|
||||
"Domenico https://github.com/Domefemia",
|
||||
"Bananaman https://github.com/Bananaman",
|
||||
"Geoffrey Coulaud https://geoffrey-coulaud.fr",
|
||||
"Rafael Mardojai CM https://mardojai.com",
|
||||
],
|
||||
designers=["kramo https://kramo.hu"],
|
||||
copyright="© 2022-2023 kramo",
|
||||
@@ -126,35 +138,70 @@ class CartridgesApplication(Adw.Application):
|
||||
)
|
||||
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)
|
||||
if page_name:
|
||||
win.set_visible_page_name(page_name)
|
||||
if expander_row:
|
||||
getattr(win, expander_row).set_expanded(True)
|
||||
win.present()
|
||||
|
||||
def on_launch_game_action(self, _widget, _callback=None):
|
||||
# Launch the game and update the last played value
|
||||
|
||||
game_id = self.win.active_game_id
|
||||
last_played = int(time.time())
|
||||
|
||||
data = get_games([game_id])[game_id]
|
||||
data["last_played"] = int(time.time())
|
||||
save_game(data)
|
||||
data = get_games(self.win, [game_id])[game_id]
|
||||
data["last_played"] = last_played
|
||||
save_game(self.win, data)
|
||||
|
||||
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])
|
||||
|
||||
if self.win.stack.get_visible_child() == self.win.overview:
|
||||
self.win.show_overview(None, self.win.active_game_id)
|
||||
if not toast:
|
||||
return
|
||||
|
||||
def on_hide_game_action(self, _widget, _callback=None):
|
||||
if self.win.stack.get_visible_child() == self.win.overview:
|
||||
self.win.on_go_back_action(None, None)
|
||||
self.win.games[self.win.active_game_id].toggle_hidden()
|
||||
self.win.update_games([self.win.active_game_id])
|
||||
title = self.win.games[game_id].name
|
||||
if self.win.games[game_id].hidden:
|
||||
# The variable is the title of the game
|
||||
toast = Adw.Toast.new(_("{} hidden").format(title))
|
||||
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)
|
||||
|
||||
def on_add_game_action(self, _widget, _callback=None):
|
||||
@@ -166,13 +213,19 @@ class CartridgesApplication(Adw.Application):
|
||||
self.win.importer.blocker = True
|
||||
|
||||
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"):
|
||||
heroic_parser(self.win)
|
||||
heroic_importer(self.win)
|
||||
|
||||
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
|
||||
|
||||
@@ -184,26 +237,50 @@ class CartridgesApplication(Adw.Application):
|
||||
# Add "removed=True" to the game properties so it can be deleted on next init
|
||||
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
|
||||
save_game(data)
|
||||
save_game(self.win, data)
|
||||
|
||||
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)
|
||||
|
||||
title = self.win.games[game_id].name
|
||||
# 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.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)
|
||||
self.win.toasts[game_id] = toast
|
||||
self.win.toasts[(game_id, "remove")] = 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):
|
||||
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):
|
||||
action = Gio.SimpleAction.new(name, None)
|
||||
action.connect("activate", callback)
|
||||
|
||||
@@ -22,15 +22,20 @@ cartridges_sources = [
|
||||
'window.py',
|
||||
'preferences.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/steam_parser.py',
|
||||
'utils/heroic_parser.py',
|
||||
'utils/bottles_parser.py',
|
||||
'utils/steamgriddb.py',
|
||||
'utils/get_games.py',
|
||||
'utils/save_game.py',
|
||||
'utils/save_cover.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)
|
||||
|
||||
@@ -18,64 +18,62 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
import os
|
||||
from pathlib import Path
|
||||
from shutil import move
|
||||
|
||||
from gi.repository import Adw, Gio, GLib, Gtk
|
||||
|
||||
from .bottles_importer import bottles_installed
|
||||
from .create_dialog import create_dialog
|
||||
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 .steam_importer import steam_installed
|
||||
|
||||
|
||||
class ImportPreferences:
|
||||
def __init__(
|
||||
self,
|
||||
window,
|
||||
win,
|
||||
source_id,
|
||||
name,
|
||||
install_key,
|
||||
paths,
|
||||
check_func,
|
||||
expander_row,
|
||||
file_chooser_button,
|
||||
config=False,
|
||||
):
|
||||
def set_dir(_source, result, _unused):
|
||||
try:
|
||||
path = window.file_chooser.select_folder_finish(result).get_path()
|
||||
|
||||
def response(widget, response):
|
||||
if response == "choose_folder":
|
||||
window.choose_folder(widget, set_dir)
|
||||
|
||||
if not any(
|
||||
os.path.exists(os.path.join(path, current_path))
|
||||
for current_path in paths
|
||||
):
|
||||
create_dialog(
|
||||
window.parent_widget,
|
||||
_("Installation Not Found"),
|
||||
# The variable is the name of the game launcher
|
||||
_(f"Select the {name} configuration directory.") if config
|
||||
# The variable is the name of the game launcher
|
||||
else _(f"Select the {name} data directory."),
|
||||
"choose_folder",
|
||||
_("Set Location"),
|
||||
).connect("response", response)
|
||||
else:
|
||||
window.schema.set_string(
|
||||
install_key,
|
||||
path,
|
||||
)
|
||||
path = Path(win.file_chooser.select_folder_finish(result).get_path())
|
||||
except GLib.GError:
|
||||
pass
|
||||
return
|
||||
|
||||
window.schema.bind(
|
||||
def response(widget, response):
|
||||
if response == "choose_folder":
|
||||
win.choose_folder(widget, set_dir)
|
||||
|
||||
if not check_func(win, path):
|
||||
create_dialog(
|
||||
win,
|
||||
_("Installation Not Found"),
|
||||
# The variable is the name of the game launcher
|
||||
_("Select the {} configuration directory.").format(name) if config
|
||||
# The variable is the name of the game launcher
|
||||
else _("Select the {} data directory.").format(name),
|
||||
"choose_folder",
|
||||
_("Set Location"),
|
||||
).connect("response", response)
|
||||
|
||||
win.schema.bind(
|
||||
source_id,
|
||||
expander_row,
|
||||
"enable-expansion",
|
||||
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")
|
||||
@@ -84,6 +82,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
||||
|
||||
general_page = Gtk.Template.Child()
|
||||
import_page = Gtk.Template.Child()
|
||||
sgdb_page = 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 = 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_file_chooser_button = Gtk.Template.Child()
|
||||
heroic_epic_switch = Gtk.Template.Child()
|
||||
@@ -107,12 +111,21 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
||||
bottles_expander_row = 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)
|
||||
self.schema = parent_widget.schema
|
||||
self.parent_widget = parent_widget
|
||||
self.schema = win.schema
|
||||
self.win = win
|
||||
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.set_button_label(_("Undo"))
|
||||
@@ -155,12 +168,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
||||
self,
|
||||
"steam",
|
||||
"Steam",
|
||||
"steam-location",
|
||||
[
|
||||
"steamapps",
|
||||
os.path.join("steam", "steamapps"),
|
||||
os.path.join("Steam", "steamapps"),
|
||||
],
|
||||
steam_installed,
|
||||
self.steam_expander_row,
|
||||
self.steam_file_chooser_button,
|
||||
)
|
||||
@@ -177,7 +185,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
||||
value.append(self.file_chooser.select_folder_finish(result).get_path())
|
||||
self.schema.set_strv("steam-extra-dirs", value)
|
||||
except GLib.GError:
|
||||
pass
|
||||
return
|
||||
update_revealer()
|
||||
|
||||
def clear_steam_dirs(*_unused):
|
||||
@@ -191,13 +199,54 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
||||
)
|
||||
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
|
||||
ImportPreferences(
|
||||
self,
|
||||
"heroic",
|
||||
"Heroic",
|
||||
"heroic-location",
|
||||
["config.json"],
|
||||
heroic_installed,
|
||||
self.heroic_expander_row,
|
||||
self.heroic_file_chooser_button,
|
||||
True,
|
||||
@@ -227,8 +276,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
||||
self,
|
||||
"bottles",
|
||||
"Bottles",
|
||||
"bottles-location",
|
||||
["library.yml"],
|
||||
bottles_installed,
|
||||
self.bottles_expander_row,
|
||||
self.bottles_file_chooser_button,
|
||||
)
|
||||
@@ -236,28 +284,96 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
||||
if os.name == "nt":
|
||||
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):
|
||||
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):
|
||||
deleted_covers_dir = self.win.cache_dir / "cartridges" / "deleted_covers"
|
||||
|
||||
for game_id in self.removed_games:
|
||||
data = get_games([game_id])[game_id]
|
||||
if "removed" in data.keys():
|
||||
data = get_games(self.win, [game_id])[game_id]
|
||||
if "removed" in data:
|
||||
data.pop("removed")
|
||||
save_game(data)
|
||||
self.parent_widget.update_games(self.removed_games)
|
||||
save_game(self.win, data)
|
||||
|
||||
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.toast.dismiss()
|
||||
|
||||
def remove_all_games(self, _widget):
|
||||
for game in get_games().values():
|
||||
if not "removed" in game.keys():
|
||||
deleted_covers_dir = self.win.cache_dir / "cartridges" / "deleted_covers"
|
||||
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"])
|
||||
game["removed"] = True
|
||||
save_game(game)
|
||||
save_game(self.win, game)
|
||||
|
||||
self.parent_widget.update_games(self.parent_widget.games)
|
||||
if self.parent_widget.stack.get_visible_child() == self.parent_widget.overview:
|
||||
self.parent_widget.on_go_back_action(None, None)
|
||||
cover_path = self.win.games[game["game_id"]].get_cover_path()
|
||||
if not cover_path:
|
||||
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)
|
||||
|
||||
@@ -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 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 .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 .steamgriddb import SGDBSave
|
||||
|
||||
|
||||
def create_details_window(parent_widget, game_id=None):
|
||||
def create_details_window(win, game_id=None):
|
||||
window = Adw.Window(
|
||||
modal=True, default_width=500, default_height=-1, transient_for=parent_widget
|
||||
modal=True, default_width=500, default_height=-1, transient_for=win
|
||||
)
|
||||
|
||||
games = parent_widget.games
|
||||
pixbuf = None
|
||||
games = win.games
|
||||
cover_changed = False
|
||||
|
||||
if game_id is None:
|
||||
window.set_title(_("Add New Game"))
|
||||
cover = Gtk.Picture.new_for_pixbuf(parent_widget.placeholder_pixbuf)
|
||||
name = Gtk.Entry()
|
||||
developer = Gtk.Entry()
|
||||
executable = Gtk.Entry()
|
||||
apply_button = Gtk.Button.new_with_label(_("Confirm"))
|
||||
else:
|
||||
cover_button_edit = 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_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"))
|
||||
cover = Gtk.Picture.new_for_pixbuf(parent_widget.games[game_id].pixbuf)
|
||||
developer = Gtk.Entry.new_with_buffer(
|
||||
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"))
|
||||
|
||||
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.add_pixbuf_formats()
|
||||
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.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(
|
||||
child=cover,
|
||||
halign=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(
|
||||
maximum_size=200,
|
||||
@@ -103,9 +138,9 @@ def create_details_window(parent_widget, game_id=None):
|
||||
developer_group.add(developer)
|
||||
|
||||
exec_info_button = Gtk.ToggleButton(
|
||||
icon_name="dialog-information-symbolic",
|
||||
icon_name="help-about-symbolic",
|
||||
valign=Gtk.Align.CENTER,
|
||||
css_classes=["flat", "circular"],
|
||||
css_classes=["flat"],
|
||||
)
|
||||
|
||||
# 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":
|
||||
exe_name += ".exe"
|
||||
# Translate this string as you would translate "path to {exe_name}"
|
||||
exe_path = _(f"C:\\path\\to\\{exe_name}")
|
||||
# Translate this string as you would translate "path to {file_name}"
|
||||
file_path = _(f"C:\\path\\to\\{file_name}")
|
||||
# Translate this string as you would translate "path to {}"
|
||||
exe_path = _("C:\\path\\to\\{}").format(exe_name)
|
||||
# Translate this string as you would translate "path to {}"
|
||||
file_path = _("C:\\path\\to\\{}").format(file_name)
|
||||
command = "start"
|
||||
else:
|
||||
# Translate this string as you would translate "path to {exe_name}"
|
||||
exe_path = _(f"/path/to/{exe_name}")
|
||||
# Translate this string as you would translate "path to {file_name}"
|
||||
file_path = _(f"/path/to/{file_name}")
|
||||
# Translate this string as you would translate "path to {}"
|
||||
exe_path = _("/path/to/{}").format(exe_name)
|
||||
# Translate this string as you would translate "path to {}"
|
||||
file_path = _("/path/to/{}").format(file_name)
|
||||
command = "xdg-open"
|
||||
|
||||
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(
|
||||
label=exec_info_text,
|
||||
@@ -184,21 +219,29 @@ def create_details_window(parent_widget, game_id=None):
|
||||
filechooser.open(window, None, set_cover, None)
|
||||
|
||||
def set_cover(_source, result, _unused):
|
||||
nonlocal pixbuf
|
||||
nonlocal game_cover
|
||||
nonlocal cover_changed
|
||||
|
||||
try:
|
||||
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(
|
||||
filechooser.open_finish(result).get_path(), 200, 300, False
|
||||
)
|
||||
cover.set_pixbuf(pixbuf)
|
||||
path = filechooser.open_finish(result).get_path()
|
||||
except GLib.GError:
|
||||
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):
|
||||
window.close()
|
||||
|
||||
def apply_preferences(_widget, _callback=None):
|
||||
nonlocal pixbuf
|
||||
nonlocal cover_changed
|
||||
nonlocal game_id
|
||||
nonlocal cover
|
||||
|
||||
values = {}
|
||||
|
||||
@@ -215,13 +258,13 @@ def create_details_window(parent_widget, game_id=None):
|
||||
create_dialog(
|
||||
window,
|
||||
_("Couldn't Add Game")
|
||||
if game_id is None
|
||||
if not game_id
|
||||
else _("Couldn't Apply Preferences"),
|
||||
f'{_("Executable")}: {exception}.',
|
||||
)
|
||||
return
|
||||
|
||||
if game_id is None:
|
||||
if not game_id:
|
||||
if final_name == "":
|
||||
create_dialog(
|
||||
window, _("Couldn't Add Game"), _("Game title cannot be empty.")
|
||||
@@ -267,44 +310,48 @@ def create_details_window(parent_widget, game_id=None):
|
||||
)
|
||||
return
|
||||
|
||||
if pixbuf is not None:
|
||||
save_cover(parent_widget, game_id, None, pixbuf)
|
||||
|
||||
values["name"] = final_name
|
||||
values["developer"] = final_developer or None
|
||||
values["executable"] = final_executable_split
|
||||
|
||||
path = os.path.join(
|
||||
os.path.join(
|
||||
os.getenv("XDG_DATA_HOME")
|
||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
||||
"cartridges",
|
||||
"games",
|
||||
f"{game_id}.json",
|
||||
win.game_covers[game_id] = game_cover
|
||||
|
||||
if cover_changed:
|
||||
save_cover(
|
||||
win,
|
||||
game_id,
|
||||
None,
|
||||
game_cover.get_pixbuf(),
|
||||
game_cover.get_animation(),
|
||||
)
|
||||
)
|
||||
|
||||
if os.path.exists(path):
|
||||
with open(path, "r") as open_file:
|
||||
data = json.loads(open_file.read())
|
||||
path = win.games_dir / f"{game_id}.json"
|
||||
|
||||
if path.exists():
|
||||
data = json.loads(path.read_text("utf-8"))
|
||||
data.update(values)
|
||||
save_game(data)
|
||||
save_game(win, data)
|
||||
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()
|
||||
parent_widget.show_overview(None, game_id)
|
||||
win.show_details_view(None, game_id)
|
||||
|
||||
def focus_executable(_widget):
|
||||
window.set_focus(executable)
|
||||
|
||||
cover_button.connect("clicked", choose_cover)
|
||||
cover_button_edit.connect("clicked", choose_cover)
|
||||
cancel_button.connect("clicked", close_window)
|
||||
apply_button.connect("clicked", apply_preferences)
|
||||
name.connect("activate", focus_executable)
|
||||
developer.connect("activate", focus_executable)
|
||||
executable.connect("activate", apply_preferences)
|
||||
|
||||
shortcut_controller = Gtk.ShortcutController()
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
from gi.repository import Adw
|
||||
|
||||
|
||||
def create_dialog(parent_widget, heading, body, extra_option=None, extra_label=None):
|
||||
dialog = Adw.MessageDialog.new(parent_widget, heading, body)
|
||||
def create_dialog(win, heading, body, extra_option=None, extra_label=None):
|
||||
dialog = Adw.MessageDialog.new(win, heading, body)
|
||||
dialog.add_response("dismiss", _("Dismiss"))
|
||||
|
||||
if extra_option:
|
||||
|
||||
@@ -18,29 +18,21 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
import json
|
||||
import os
|
||||
|
||||
|
||||
def get_games(game_ids=None):
|
||||
games_dir = os.path.join(
|
||||
os.getenv("XDG_DATA_HOME")
|
||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
||||
"cartridges",
|
||||
"games",
|
||||
)
|
||||
def get_games(win, game_ids=None):
|
||||
games = {}
|
||||
|
||||
if not os.path.exists(games_dir):
|
||||
if not win.games_dir.exists():
|
||||
return {}
|
||||
|
||||
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:
|
||||
game_files = os.listdir(games_dir)
|
||||
game_files = win.games_dir.iterdir()
|
||||
|
||||
for game in game_files:
|
||||
with open(os.path.join(games_dir, game), "r") as open_file:
|
||||
data = json.loads(open_file.read())
|
||||
data = json.loads(game.read_text("utf-8"))
|
||||
games[data["game_id"]] = data
|
||||
|
||||
return games
|
||||
|
||||
@@ -1,224 +0,0 @@
|
||||
# heroic_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 hashlib
|
||||
import json
|
||||
import os
|
||||
import time
|
||||
|
||||
|
||||
def heroic_parser(parent_widget):
|
||||
schema = parent_widget.schema
|
||||
heroic_dir = os.path.expanduser(schema.get_string("heroic-location"))
|
||||
|
||||
if not os.path.exists(os.path.join(heroic_dir, "config.json")):
|
||||
if os.path.exists(
|
||||
os.path.expanduser("~/.var/app/com.heroicgameslauncher.hgl/config/heroic/")
|
||||
):
|
||||
schema.set_string(
|
||||
"heroic-location",
|
||||
"~/.var/app/com.heroicgameslauncher.hgl/config/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(
|
||||
"heroic-location",
|
||||
os.path.join(
|
||||
os.getenv("XDG_CONFIG_HOME")
|
||||
or os.path.expanduser(os.path.join("~", ".config")),
|
||||
"heroic",
|
||||
),
|
||||
)
|
||||
elif os.name == "nt" and os.path.exists(
|
||||
os.path.join(os.getenv("appdata"), "heroic")
|
||||
):
|
||||
schema.set_string(
|
||||
"heroic-location", os.path.join(os.getenv("appdata"), "heroic")
|
||||
)
|
||||
else:
|
||||
return
|
||||
|
||||
heroic_dir = os.path.expanduser(schema.get_string("heroic-location"))
|
||||
current_time = int(time.time())
|
||||
|
||||
importer = parent_widget.importer
|
||||
|
||||
# Import Epic games
|
||||
if not schema.get_boolean("heroic-import-epic"):
|
||||
pass
|
||||
elif os.path.exists(os.path.join(heroic_dir, "lib-cache", "library.json")):
|
||||
with open(
|
||||
os.path.join(heroic_dir, "lib-cache", "library.json"), "r"
|
||||
) as open_file:
|
||||
data = open_file.read()
|
||||
library = json.loads(data)
|
||||
|
||||
try:
|
||||
for game in library["library"]:
|
||||
if not game["is_installed"]:
|
||||
continue
|
||||
|
||||
importer.total_queue += 1
|
||||
importer.queue += 1
|
||||
|
||||
values = {}
|
||||
|
||||
app_name = game["app_name"]
|
||||
values["game_id"] = f"heroic_epic_{app_name}"
|
||||
|
||||
if (
|
||||
values["game_id"] in parent_widget.games
|
||||
and not parent_widget.games[values["game_id"]].removed
|
||||
):
|
||||
importer.save_game()
|
||||
continue
|
||||
|
||||
values["name"] = game["title"]
|
||||
values["developer"] = game["developer"]
|
||||
values["executable"] = (
|
||||
["start", f"heroic://launch/{app_name}"]
|
||||
if os.name == "nt"
|
||||
else ["xdg-open", f"heroic://launch/{app_name}"]
|
||||
)
|
||||
values["hidden"] = False
|
||||
values["source"] = "heroic_epic"
|
||||
values["added"] = current_time
|
||||
values["last_played"] = 0
|
||||
|
||||
image_path = os.path.join(
|
||||
heroic_dir,
|
||||
"images-cache",
|
||||
hashlib.sha256(
|
||||
(f'{game["art_square"]}?h=400&resize=1&w=300').encode()
|
||||
).hexdigest(),
|
||||
)
|
||||
if os.path.exists(image_path):
|
||||
importer.save_cover(values["game_id"], image_path)
|
||||
|
||||
importer.save_game(values)
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
# Import GOG games
|
||||
if not schema.get_boolean("heroic-import-gog"):
|
||||
pass
|
||||
elif os.path.exists(os.path.join(heroic_dir, "gog_store", "installed.json")):
|
||||
with open(
|
||||
os.path.join(heroic_dir, "gog_store", "installed.json"), "r"
|
||||
) as open_file:
|
||||
data = open_file.read()
|
||||
installed = json.loads(data)
|
||||
|
||||
importer.total_queue += len(installed["installed"])
|
||||
importer.queue += len(installed["installed"])
|
||||
|
||||
for item in installed["installed"]:
|
||||
values = {}
|
||||
app_name = item["appName"]
|
||||
|
||||
values["game_id"] = f"heroic_gog_{app_name}"
|
||||
|
||||
if (
|
||||
values["game_id"] in parent_widget.games
|
||||
and not parent_widget.games[values["game_id"]].removed
|
||||
):
|
||||
importer.save_game()
|
||||
continue
|
||||
|
||||
# Get game title and developer from library.json as they are not present in installed.json
|
||||
with open(
|
||||
os.path.join(heroic_dir, "gog_store", "library.json"), "r"
|
||||
) as open_file:
|
||||
data = open_file.read()
|
||||
library = json.loads(data)
|
||||
for game in library["games"]:
|
||||
if game["app_name"] == app_name:
|
||||
values["developer"] = game["developer"]
|
||||
values["name"] = game["title"]
|
||||
image_path = os.path.join(
|
||||
heroic_dir,
|
||||
"images-cache",
|
||||
hashlib.sha256(game["art_square"].encode()).hexdigest(),
|
||||
)
|
||||
if os.path.exists(image_path):
|
||||
importer.save_cover(values["game_id"], image_path)
|
||||
break
|
||||
|
||||
values["executable"] = (
|
||||
["start", f"heroic://launch/{app_name}"]
|
||||
if os.name == "nt"
|
||||
else ["xdg-open", f"heroic://launch/{app_name}"]
|
||||
)
|
||||
values["hidden"] = False
|
||||
values["source"] = "heroic_gog"
|
||||
values["added"] = current_time
|
||||
values["last_played"] = 0
|
||||
|
||||
importer.save_game(values)
|
||||
|
||||
# Import sideloaded games
|
||||
if not schema.get_boolean("heroic-import-sideload"):
|
||||
pass
|
||||
elif os.path.exists(os.path.join(heroic_dir, "sideload_apps", "library.json")):
|
||||
with open(
|
||||
os.path.join(heroic_dir, "sideload_apps", "library.json"), "r"
|
||||
) as open_file:
|
||||
data = open_file.read()
|
||||
library = json.loads(data)
|
||||
|
||||
importer.total_queue += len(library["games"])
|
||||
importer.queue += len(library["games"])
|
||||
|
||||
for item in library["games"]:
|
||||
values = {}
|
||||
app_name = item["app_name"]
|
||||
|
||||
values["game_id"] = f"heroic_sideload_{app_name}"
|
||||
|
||||
if (
|
||||
values["game_id"] in parent_widget.games
|
||||
and not parent_widget.games[values["game_id"]].removed
|
||||
):
|
||||
importer.save_game()
|
||||
continue
|
||||
|
||||
values["name"] = item["title"]
|
||||
values["executable"] = (
|
||||
["start", f"heroic://launch/{app_name}"]
|
||||
if os.name == "nt"
|
||||
else ["xdg-open", f"heroic://launch/{app_name}"]
|
||||
)
|
||||
values["hidden"] = False
|
||||
values["source"] = "heroic_sideload"
|
||||
values["added"] = current_time
|
||||
values["last_played"] = 0
|
||||
image_path = os.path.join(
|
||||
heroic_dir,
|
||||
"images-cache",
|
||||
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)
|
||||
@@ -17,81 +17,139 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
from gi.repository import Adw, Gtk
|
||||
|
||||
from .create_dialog import create_dialog
|
||||
from .save_cover import save_cover
|
||||
from .save_game import save_game
|
||||
from .steamgriddb import SGDBSave
|
||||
|
||||
|
||||
class Importer:
|
||||
def __init__(self, parent_widget):
|
||||
self.parent_widget = parent_widget
|
||||
def __init__(self, win):
|
||||
self.win = win
|
||||
self.total_queue = 0
|
||||
self.queue = 0
|
||||
self.games_no = 0
|
||||
self.blocker = False
|
||||
self.games = set()
|
||||
self.sgdb_exception = None
|
||||
|
||||
self.progressbar = Gtk.ProgressBar(margin_start=12, margin_end=12)
|
||||
import_statuspage = Adw.StatusPage(
|
||||
self.import_statuspage = Adw.StatusPage(
|
||||
title=_("Importing Games…"),
|
||||
child=self.progressbar,
|
||||
)
|
||||
|
||||
self.import_dialog = Adw.Window(
|
||||
content=import_statuspage,
|
||||
content=self.import_statuspage,
|
||||
modal=True,
|
||||
default_width=350,
|
||||
default_height=-1,
|
||||
transient_for=parent_widget,
|
||||
transient_for=win,
|
||||
deletable=False,
|
||||
)
|
||||
|
||||
self.import_dialog.present()
|
||||
|
||||
def save_cover(self, game_id, cover_path):
|
||||
save_cover(self.parent_widget, game_id, cover_path)
|
||||
|
||||
def save_game(self, values=None):
|
||||
def save_game(self, values=None, cover_path=None, pixbuf=None):
|
||||
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
|
||||
save_game(values)
|
||||
self.parent_widget.update_games([values["game_id"]])
|
||||
if "blacklisted" in values.keys():
|
||||
if "blacklisted" in values:
|
||||
self.games_no -= 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:
|
||||
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):
|
||||
if response == "open_preferences":
|
||||
self.parent_widget.get_application().on_preferences_action(
|
||||
None, page_name="import"
|
||||
)
|
||||
def done(self):
|
||||
self.update_progressbar()
|
||||
if self.queue == 0:
|
||||
self.import_dialog.close()
|
||||
|
||||
if self.games_no == 0:
|
||||
create_dialog(
|
||||
self.parent_widget,
|
||||
self.win,
|
||||
_("No Games Found"),
|
||||
_("No new games were found on your system."),
|
||||
"open_preferences",
|
||||
_("Preferences"),
|
||||
).connect("response", response)
|
||||
).connect("response", self.response, "import")
|
||||
|
||||
elif self.games_no == 1:
|
||||
create_dialog(
|
||||
self.parent_widget,
|
||||
self.win,
|
||||
_("Game Imported"),
|
||||
_("Successfully imported 1 game."),
|
||||
)
|
||||
).connect("response", self.response, "import")
|
||||
elif self.games_no > 1:
|
||||
games_no = self.games_no
|
||||
create_dialog(
|
||||
self.parent_widget,
|
||||
self.win,
|
||||
_("Games Imported"),
|
||||
# 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
|
||||
|
||||
import os
|
||||
|
||||
from pathlib import Path
|
||||
from shutil import copyfile
|
||||
|
||||
from gi.repository import GdkPixbuf, Gio
|
||||
from PIL import Image, ImageSequence
|
||||
|
||||
|
||||
def save_cover(parent_widget, game_id, cover_path, pixbuf=None):
|
||||
covers_dir = os.path.join(
|
||||
os.getenv("XDG_DATA_HOME")
|
||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
||||
"cartridges",
|
||||
"covers",
|
||||
def resize_animation(cover_path):
|
||||
image = Image.open(cover_path)
|
||||
frames = tuple(
|
||||
frame.copy().resize((200, 300)) for frame in ImageSequence.Iterator(image)
|
||||
)
|
||||
|
||||
if not os.path.exists(covers_dir):
|
||||
os.makedirs(covers_dir)
|
||||
tmp_path = Path(Gio.File.new_tmp("XXXXXX.gif")[0].get_path())
|
||||
frames[0].save(
|
||||
tmp_path,
|
||||
format="gif",
|
||||
save_all=True,
|
||||
append_images=frames[1:],
|
||||
)
|
||||
|
||||
if pixbuf is None:
|
||||
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(cover_path, 400, 600, False)
|
||||
return tmp_path
|
||||
|
||||
def cover_callback(*_unused):
|
||||
pass
|
||||
|
||||
open_file = Gio.File.new_for_path(os.path.join(covers_dir, f"{game_id}.tiff"))
|
||||
parent_widget.pixbufs[game_id] = pixbuf
|
||||
pixbuf.save_to_streamv_async(
|
||||
open_file.replace(None, False, Gio.FileCreateFlags.NONE),
|
||||
def save_cover(
|
||||
win,
|
||||
game_id,
|
||||
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",
|
||||
["compression"],
|
||||
["8"] if parent_widget.schema.get_boolean("high-quality-images") else ["7"],
|
||||
callback=cover_callback,
|
||||
["8"] if win.schema.get_boolean("high-quality-images") else ["7"],
|
||||
)
|
||||
|
||||
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
|
||||
|
||||
import json
|
||||
import os
|
||||
|
||||
|
||||
def save_game(game):
|
||||
games_dir = os.path.join(
|
||||
os.getenv("XDG_DATA_HOME")
|
||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
||||
"cartridges",
|
||||
"games",
|
||||
def save_game(win, game):
|
||||
win.games_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
(win.games_dir / f'{game["game_id"]}.json').write_text(
|
||||
json.dumps(game, indent=4, sort_keys=True), "utf-8"
|
||||
)
|
||||
|
||||
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,203 +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.name == "nt" and 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")
|
||||
255
src/window.py
@@ -19,10 +19,13 @@
|
||||
|
||||
import datetime
|
||||
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 .save_game import save_game
|
||||
|
||||
@@ -34,7 +37,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
||||
toast_overlay = Gtk.Template.Child()
|
||||
primary_menu_button = Gtk.Template.Child()
|
||||
stack = Gtk.Template.Child()
|
||||
overview = Gtk.Template.Child()
|
||||
details_view = Gtk.Template.Child()
|
||||
library_view = Gtk.Template.Child()
|
||||
library = Gtk.Template.Child()
|
||||
scrolledwindow = Gtk.Template.Child()
|
||||
@@ -45,16 +48,17 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
||||
search_entry = Gtk.Template.Child()
|
||||
search_button = Gtk.Template.Child()
|
||||
|
||||
overview_box = Gtk.Template.Child()
|
||||
overview_cover = Gtk.Template.Child()
|
||||
overview_title = Gtk.Template.Child()
|
||||
overview_header_bar_title = Gtk.Template.Child()
|
||||
overview_launch = Gtk.Template.Child()
|
||||
overview_blurred_cover = Gtk.Template.Child()
|
||||
overview_menu_button = Gtk.Template.Child()
|
||||
overview_developer = Gtk.Template.Child()
|
||||
overview_added = Gtk.Template.Child()
|
||||
overview_last_played = Gtk.Template.Child()
|
||||
details_view_box = Gtk.Template.Child()
|
||||
details_view_cover = Gtk.Template.Child()
|
||||
details_view_spinner = Gtk.Template.Child()
|
||||
details_view_title = Gtk.Template.Child()
|
||||
details_view_header_bar_title = Gtk.Template.Child()
|
||||
details_view_play_button = Gtk.Template.Child()
|
||||
details_view_blurred_cover = Gtk.Template.Child()
|
||||
details_view_developer = Gtk.Template.Child()
|
||||
details_view_added = Gtk.Template.Child()
|
||||
details_view_last_played = Gtk.Template.Child()
|
||||
details_view_hide_button = Gtk.Template.Child()
|
||||
|
||||
hidden_library = Gtk.Template.Child()
|
||||
hidden_library_view = Gtk.Template.Child()
|
||||
@@ -68,52 +72,60 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
||||
def __init__(self, **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.game_covers = {}
|
||||
self.visible_widgets = {}
|
||||
self.hidden_widgets = {}
|
||||
self.filtered = {}
|
||||
self.hidden_filtered = {}
|
||||
self.previous_page = self.library_view
|
||||
self.toasts = {}
|
||||
self.pixbufs = {}
|
||||
self.active_game_id = None
|
||||
|
||||
self.overview.set_measure_overlay(self.overview_box, True)
|
||||
self.overview.set_clip_overlay(self.overview_box, False)
|
||||
self.scaled_pixbuf = None
|
||||
self.details_view_game_cover = None
|
||||
|
||||
self.schema = Gio.Settings.new("hu.kramo.Cartridges")
|
||||
self.placeholder_pixbuf = GdkPixbuf.Pixbuf.new_from_resource_at_scale(
|
||||
"/hu/kramo/Cartridges/library_placeholder.svg", 400, 600, False
|
||||
scale_factor = max(
|
||||
monitor.get_scale_factor()
|
||||
for monitor in Gdk.Display.get_default().get_monitors()
|
||||
)
|
||||
current_games = get_games()
|
||||
for current_game in current_games:
|
||||
if "removed" in current_games[current_game].keys():
|
||||
os.remove(
|
||||
os.path.join(
|
||||
os.getenv("XDG_DATA_HOME")
|
||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
||||
"cartridges",
|
||||
"games",
|
||||
f"{current_game}.json",
|
||||
)
|
||||
)
|
||||
try:
|
||||
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.image_size = (200 * scale_factor, 300 * scale_factor)
|
||||
|
||||
games = get_games(self)
|
||||
for game_id in games:
|
||||
if "removed" in games[game_id]:
|
||||
(self.games_dir / f"{game_id}.json").unlink(missing_ok=True)
|
||||
(self.covers_dir / f"{game_id}.tiff").unlink(missing_ok=True)
|
||||
(self.covers_dir / f"{game_id}.gif").unlink(missing_ok=True)
|
||||
|
||||
rmtree(self.cache_dir / "cartridges" / "deleted_covers", True)
|
||||
|
||||
self.details_view.set_measure_overlay(self.details_view_box, True)
|
||||
self.details_view.set_clip_overlay(self.details_view_box, False)
|
||||
|
||||
self.library.set_filter_func(self.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
|
||||
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)
|
||||
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):
|
||||
current_games = get_games()
|
||||
current_games = get_games(self)
|
||||
|
||||
for game_id in games:
|
||||
if game_id in self.visible_widgets:
|
||||
@@ -138,7 +157,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
||||
|
||||
current_game = current_games[game_id]
|
||||
|
||||
entry = game(self, current_game)
|
||||
entry = Game(self, current_game)
|
||||
self.games[current_game["game_id"]] = entry
|
||||
|
||||
if entry.removed:
|
||||
@@ -168,6 +187,9 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
||||
else:
|
||||
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.hidden_library.invalidate_filter()
|
||||
|
||||
@@ -236,49 +258,105 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
||||
return _("Yesterday")
|
||||
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("%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]
|
||||
|
||||
self.details_view_cover.set_visible(not current_game.loading)
|
||||
self.details_view_spinner.set_spinning(current_game.loading)
|
||||
|
||||
if current_game.developer:
|
||||
self.overview_developer.set_label(current_game.developer)
|
||||
self.overview_developer.set_visible(True)
|
||||
self.details_view_developer.set_label(current_game.developer)
|
||||
self.details_view_developer.set_visible(True)
|
||||
else:
|
||||
self.overview_developer.set_visible(False)
|
||||
self.details_view_developer.set_visible(False)
|
||||
|
||||
self.overview_menu_button.set_menu_model(
|
||||
current_game.menu_button.get_menu_model()
|
||||
)
|
||||
|
||||
if self.stack.get_visible_child() != self.overview:
|
||||
self.stack.set_transition_type(Gtk.StackTransitionType.OVER_LEFT)
|
||||
self.stack.set_visible_child(self.overview)
|
||||
if current_game.hidden:
|
||||
self.details_view_hide_button.set_icon_name("view-reveal-symbolic")
|
||||
self.details_view_hide_button.set_tooltip_text(_("Unhide"))
|
||||
else:
|
||||
self.details_view_hide_button.set_icon_name("view-conceal-symbolic")
|
||||
self.details_view_hide_button.set_tooltip_text(_("Hide"))
|
||||
|
||||
self.active_game_id = game_id
|
||||
|
||||
pixbuf = current_game.pixbuf
|
||||
self.overview_cover.set_pixbuf(pixbuf)
|
||||
self.overview_blurred_cover.set_pixbuf(
|
||||
pixbuf.scale_simple(2, 3, GdkPixbuf.InterpType.BILINEAR)
|
||||
)
|
||||
self.overview_title.set_label(current_game.name)
|
||||
self.overview_header_bar_title.set_title(current_game.name)
|
||||
if self.details_view_game_cover:
|
||||
self.details_view_game_cover.pictures.remove(self.details_view_cover)
|
||||
self.details_view_game_cover = self.game_covers[game_id]
|
||||
self.details_view_game_cover.add_picture(self.details_view_cover)
|
||||
|
||||
self.scaled_pixbuf = (
|
||||
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)
|
||||
self.overview_added.set_label(
|
||||
self.details_view_added.set_label(
|
||||
# The variable is the date when the game was added
|
||||
_(f"Added: {date}")
|
||||
_("Added: {}").format(date)
|
||||
)
|
||||
last_played_date = (
|
||||
self.get_time(current_game.last_played)
|
||||
if current_game.last_played != 0
|
||||
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
|
||||
_(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):
|
||||
name1 = child1.get_first_child().name.lower()
|
||||
name2 = child2.get_first_child().name.lower()
|
||||
@@ -321,11 +399,11 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
||||
def on_go_back_action(self, _widget, _unused, _x=None, _y=None):
|
||||
if self.stack.get_visible_child() == self.hidden_library_view:
|
||||
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)
|
||||
|
||||
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:
|
||||
self.on_show_library_action(None, None)
|
||||
else:
|
||||
@@ -393,7 +471,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
||||
search_entry.set_text("")
|
||||
|
||||
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)
|
||||
return
|
||||
if self.stack.get_visible_child() == self.library_view:
|
||||
@@ -412,23 +490,28 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
||||
search_button.set_active(False)
|
||||
search_entry.set_text("")
|
||||
|
||||
def on_undo_remove_action(self, _widget, game_id=None):
|
||||
# Remove the "removed=True" property from the game and dismiss the toast
|
||||
|
||||
if not game_id:
|
||||
def on_undo_action(self, _widget, game_id=None, undo=None):
|
||||
if not game_id: # If the action was activated via Ctrl + Z
|
||||
try:
|
||||
game_id = list(self.toasts)[-1]
|
||||
game_id = tuple(self.toasts.keys())[-1][0]
|
||||
undo = tuple(self.toasts.keys())[-1][1]
|
||||
except IndexError:
|
||||
return
|
||||
data = get_games([game_id])[game_id]
|
||||
data.pop("removed")
|
||||
save_game(data)
|
||||
self.update_games([game_id])
|
||||
self.toasts[game_id].dismiss()
|
||||
self.toasts.pop(game_id)
|
||||
|
||||
if undo == "hide":
|
||||
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.toasts[(game_id, undo)].dismiss()
|
||||
self.toasts.pop((game_id, undo))
|
||||
|
||||
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)
|
||||
else:
|
||||
self.overview_menu_button.set_active(True)
|
||||
|
||||