mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-25 22:30:22 +03:00
feat(i18n): second part of features translation
This commit is contained in:
parent
15bdd3cb6d
commit
920911ccf6
10 changed files with 40 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
game-settings-description = Управление настройками игры и сессией аккаунта
|
||||
sandbox-settings-description = Запускать игру в bubblewrap песочнице, схожей с используемой в Flatpak
|
||||
environment-settings-description = Указать переменные среды и команду запуска игры
|
||||
|
||||
wine = Wine
|
||||
|
||||
synchronization = Синхронизация
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 = 同步
|
||||
|
|
|
@ -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 = >k::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 = >k::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 = >k::Image {
|
||||
set_icon_name: Some("go-next-symbolic")
|
||||
|
|
Loading…
Reference in a new issue