mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-04-02 15:03:27 +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
|
wine = Wine
|
||||||
|
|
||||||
synchronization = Synchronisation
|
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
|
wine = Wine
|
||||||
|
|
||||||
synchronization = Synchronization
|
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
|
wine = Wine
|
||||||
|
|
||||||
synchronization = Sincronización
|
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
|
wine = Wine
|
||||||
|
|
||||||
synchronization = Synchronisation
|
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
|
wine = Wine
|
||||||
|
|
||||||
synchronization = Sinkronisasi
|
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
|
wine = Wine
|
||||||
|
|
||||||
synchronization = Sincronizzazione
|
synchronization = Sincronizzazione
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
game-settings-description = Управление настройками игры и сессией аккаунта
|
||||||
|
sandbox-settings-description = Запускать игру в bubblewrap песочнице, схожей с используемой в Flatpak
|
||||||
|
environment-settings-description = Указать переменные среды и команду запуска игры
|
||||||
|
|
||||||
wine = Wine
|
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
|
wine = Wine
|
||||||
|
|
||||||
synchronization = Senkronizasyon
|
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
|
wine = Wine
|
||||||
|
|
||||||
synchronization = 同步
|
synchronization = 同步
|
||||||
|
|
|
@ -59,11 +59,11 @@ impl SimpleAsyncComponent for EnhancementsApp {
|
||||||
set_icon_name: Some("applications-graphics-symbolic"),
|
set_icon_name: Some("applications-graphics-symbolic"),
|
||||||
|
|
||||||
add = &adw::PreferencesGroup {
|
add = &adw::PreferencesGroup {
|
||||||
set_title: "Options",
|
set_title: &tr("options"),
|
||||||
|
|
||||||
adw::ActionRow {
|
adw::ActionRow {
|
||||||
set_title: &tr("game"),
|
set_title: &tr("game"),
|
||||||
set_subtitle: "Manage in-game settings and account session",
|
set_subtitle: &tr("game-settings-description"),
|
||||||
|
|
||||||
add_suffix = >k::Image {
|
add_suffix = >k::Image {
|
||||||
set_icon_name: Some("go-next-symbolic")
|
set_icon_name: Some("go-next-symbolic")
|
||||||
|
@ -76,7 +76,7 @@ impl SimpleAsyncComponent for EnhancementsApp {
|
||||||
|
|
||||||
adw::ActionRow {
|
adw::ActionRow {
|
||||||
set_title: &tr("sandbox"),
|
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 {
|
add_suffix = >k::Image {
|
||||||
set_icon_name: Some("go-next-symbolic")
|
set_icon_name: Some("go-next-symbolic")
|
||||||
|
@ -89,7 +89,7 @@ impl SimpleAsyncComponent for EnhancementsApp {
|
||||||
|
|
||||||
adw::ActionRow {
|
adw::ActionRow {
|
||||||
set_title: &tr("environment"),
|
set_title: &tr("environment"),
|
||||||
set_subtitle: "Specify environment variables and game launching command",
|
set_subtitle: &tr("environment-settings-description"),
|
||||||
|
|
||||||
add_suffix = >k::Image {
|
add_suffix = >k::Image {
|
||||||
set_icon_name: Some("go-next-symbolic")
|
set_icon_name: Some("go-next-symbolic")
|
||||||
|
|
Loading…
Add table
Reference in a new issue