mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 06:28:27 +03:00
feat(i18n): added base locales to all unupdated languages
This way it will be easier to monitor missing localizations
This commit is contained in:
parent
8637c68402
commit
59aba5f84d
7 changed files with 99 additions and 0 deletions
|
@ -69,6 +69,7 @@ registry-editor = Registry editor
|
|||
explorer = Explorer
|
||||
task-manager = Task manager
|
||||
configuration = Configuration
|
||||
debugger = Debugger
|
||||
|
||||
dxvk-version = DXVK version
|
||||
dxvk-selection-disabled = DXVK auswahl ist durch ihre Wine auswahl deaktiviert
|
||||
|
|
24
assets/locales/de/sandbox.ftl
Normal file
24
assets/locales/de/sandbox.ftl
Normal file
|
@ -0,0 +1,24 @@
|
|||
sandbox = Sandbox
|
||||
sandbox-description = Run the game in isolated environment, preventing it from accessing your personal data
|
||||
|
||||
enable-sandboxing = Enable sandboxing
|
||||
enable-sandboxing-description = Run the game in read-only copy of your root filesystem
|
||||
|
||||
hide-home-directory = Hide home directory
|
||||
hide-home-directory-description = Isolate your /home, /var/home/$USER, and $HOME folders from the game
|
||||
|
||||
hostname = Hostname
|
||||
|
||||
private-directories = Private directories
|
||||
private-directories-description = These folders will be replaced by an empty virtual filesystem (tmpfs), and their original content will not be available to sandboxed game
|
||||
|
||||
path = Path
|
||||
|
||||
shared-directories = Shared directories
|
||||
shared-directories-description = These directories will be symlinked to directories in your host system
|
||||
|
||||
original-path = Original path
|
||||
new-path = New path
|
||||
|
||||
read-only = Read-only
|
||||
read-only-description = Forbid game to write any data to this directory
|
|
@ -69,6 +69,7 @@ registry-editor = Editor del Registro
|
|||
explorer = Explorador
|
||||
task-manager = Administrador de Tareas
|
||||
configuration = Configuración
|
||||
debugger = Debugger
|
||||
|
||||
dxvk-version = Versión de DXVK
|
||||
dxvk-selection-disabled = La selección de DXVK está deshabilitada por las preferencias de su grupo de vinos
|
||||
|
|
24
assets/locales/es/sandbox.ftl
Normal file
24
assets/locales/es/sandbox.ftl
Normal file
|
@ -0,0 +1,24 @@
|
|||
sandbox = Sandbox
|
||||
sandbox-description = Run the game in isolated environment, preventing it from accessing your personal data
|
||||
|
||||
enable-sandboxing = Enable sandboxing
|
||||
enable-sandboxing-description = Run the game in read-only copy of your root filesystem
|
||||
|
||||
hide-home-directory = Hide home directory
|
||||
hide-home-directory-description = Isolate your /home, /var/home/$USER, and $HOME folders from the game
|
||||
|
||||
hostname = Hostname
|
||||
|
||||
private-directories = Private directories
|
||||
private-directories-description = These folders will be replaced by an empty virtual filesystem (tmpfs), and their original content will not be available to sandboxed game
|
||||
|
||||
path = Path
|
||||
|
||||
shared-directories = Shared directories
|
||||
shared-directories-description = These directories will be symlinked to directories in your host system
|
||||
|
||||
original-path = Original path
|
||||
new-path = New path
|
||||
|
||||
read-only = Read-only
|
||||
read-only-description = Forbid game to write any data to this directory
|
24
assets/locales/fr/sandbox.ftl
Normal file
24
assets/locales/fr/sandbox.ftl
Normal file
|
@ -0,0 +1,24 @@
|
|||
sandbox = Sandbox
|
||||
sandbox-description = Run the game in isolated environment, preventing it from accessing your personal data
|
||||
|
||||
enable-sandboxing = Enable sandboxing
|
||||
enable-sandboxing-description = Run the game in read-only copy of your root filesystem
|
||||
|
||||
hide-home-directory = Hide home directory
|
||||
hide-home-directory-description = Isolate your /home, /var/home/$USER, and $HOME folders from the game
|
||||
|
||||
hostname = Hostname
|
||||
|
||||
private-directories = Private directories
|
||||
private-directories-description = These folders will be replaced by an empty virtual filesystem (tmpfs), and their original content will not be available to sandboxed game
|
||||
|
||||
path = Path
|
||||
|
||||
shared-directories = Shared directories
|
||||
shared-directories-description = These directories will be symlinked to directories in your host system
|
||||
|
||||
original-path = Original path
|
||||
new-path = New path
|
||||
|
||||
read-only = Read-only
|
||||
read-only-description = Forbid game to write any data to this directory
|
|
@ -69,6 +69,7 @@ registry-editor = Registry editor
|
|||
explorer = Explorer
|
||||
task-manager = Task manager
|
||||
configuration = Configuration
|
||||
debugger = Debugger
|
||||
|
||||
dxvk-version = DXVK versiyonu
|
||||
dxvk-selection-disabled = DXVK özelliği Wine grup tercihleriniz yüzünden devre dışı
|
||||
|
|
24
assets/locales/tr/sandbox.ftl
Normal file
24
assets/locales/tr/sandbox.ftl
Normal file
|
@ -0,0 +1,24 @@
|
|||
sandbox = Sandbox
|
||||
sandbox-description = Run the game in isolated environment, preventing it from accessing your personal data
|
||||
|
||||
enable-sandboxing = Enable sandboxing
|
||||
enable-sandboxing-description = Run the game in read-only copy of your root filesystem
|
||||
|
||||
hide-home-directory = Hide home directory
|
||||
hide-home-directory-description = Isolate your /home, /var/home/$USER, and $HOME folders from the game
|
||||
|
||||
hostname = Hostname
|
||||
|
||||
private-directories = Private directories
|
||||
private-directories-description = These folders will be replaced by an empty virtual filesystem (tmpfs), and their original content will not be available to sandboxed game
|
||||
|
||||
path = Path
|
||||
|
||||
shared-directories = Shared directories
|
||||
shared-directories-description = These directories will be symlinked to directories in your host system
|
||||
|
||||
original-path = Original path
|
||||
new-path = New path
|
||||
|
||||
read-only = Read-only
|
||||
read-only-description = Forbid game to write any data to this directory
|
Loading…
Add table
Reference in a new issue