feat(i18n): second part of features translation

This commit is contained in:
Observer KRypt0n_ 2023-05-24 18:48:32 +02:00
parent 15bdd3cb6d
commit 920911ccf6
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
10 changed files with 40 additions and 4 deletions

View file

@ -1,3 +1,7 @@
game-settings-description = Manage in-game settings and account session
sandbox-settings-description = Run the game in a bubblewrap sandbox, similar to what Flatpak does
environment-settings-description = Specify environment variables and game launching command
wine = Wine
synchronization = Synchronisation

View file

@ -1,3 +1,7 @@
game-settings-description = Manage in-game settings and account session
sandbox-settings-description = Run the game in a bubblewrap sandbox, similar to what Flatpak does
environment-settings-description = Specify environment variables and game launching command
wine = Wine
synchronization = Synchronization

View file

@ -1,3 +1,7 @@
game-settings-description = Manage in-game settings and account session
sandbox-settings-description = Run the game in a bubblewrap sandbox, similar to what Flatpak does
environment-settings-description = Specify environment variables and game launching command
wine = Wine
synchronization = Sincronización

View file

@ -1,3 +1,7 @@
game-settings-description = Manage in-game settings and account session
sandbox-settings-description = Run the game in a bubblewrap sandbox, similar to what Flatpak does
environment-settings-description = Specify environment variables and game launching command
wine = Wine
synchronization = Synchronisation

View file

@ -1,3 +1,7 @@
game-settings-description = Manage in-game settings and account session
sandbox-settings-description = Run the game in a bubblewrap sandbox, similar to what Flatpak does
environment-settings-description = Specify environment variables and game launching command
wine = Wine
synchronization = Sinkronisasi

View file

@ -1,3 +1,7 @@
game-settings-description = Manage in-game settings and account session
sandbox-settings-description = Run the game in a bubblewrap sandbox, similar to what Flatpak does
environment-settings-description = Specify environment variables and game launching command
wine = Wine
synchronization = Sincronizzazione

View file

@ -1,3 +1,7 @@
game-settings-description = Управление настройками игры и сессией аккаунта
sandbox-settings-description = Запускать игру в bubblewrap песочнице, схожей с используемой в Flatpak
environment-settings-description = Указать переменные среды и команду запуска игры
wine = Wine
synchronization = Синхронизация

View file

@ -1,3 +1,7 @@
game-settings-description = Manage in-game settings and account session
sandbox-settings-description = Run the game in a bubblewrap sandbox, similar to what Flatpak does
environment-settings-description = Specify environment variables and game launching command
wine = Wine
synchronization = Senkronizasyon

View file

@ -1,3 +1,7 @@
game-settings-description = Manage in-game settings and account session
sandbox-settings-description = Run the game in a bubblewrap sandbox, similar to what Flatpak does
environment-settings-description = Specify environment variables and game launching command
wine = Wine
synchronization = 同步

View file

@ -59,11 +59,11 @@ impl SimpleAsyncComponent for EnhancementsApp {
set_icon_name: Some("applications-graphics-symbolic"),
add = &adw::PreferencesGroup {
set_title: "Options",
set_title: &tr("options"),
adw::ActionRow {
set_title: &tr("game"),
set_subtitle: "Manage in-game settings and account session",
set_subtitle: &tr("game-settings-description"),
add_suffix = &gtk::Image {
set_icon_name: Some("go-next-symbolic")
@ -76,7 +76,7 @@ impl SimpleAsyncComponent for EnhancementsApp {
adw::ActionRow {
set_title: &tr("sandbox"),
set_subtitle: "Run the game in a bubblewrap sandbox, similar to what Flatpak does",
set_subtitle: &tr("sandbox-settings-description"),
add_suffix = &gtk::Image {
set_icon_name: Some("go-next-symbolic")
@ -89,7 +89,7 @@ impl SimpleAsyncComponent for EnhancementsApp {
adw::ActionRow {
set_title: &tr("environment"),
set_subtitle: "Specify environment variables and game launching command",
set_subtitle: &tr("environment-settings-description"),
add_suffix = &gtk::Image {
set_icon_name: Some("go-next-symbolic")