mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
Merge branch 'main' into settings-overhaul
This commit is contained in:
commit
3f5a44eb0a
34 changed files with 184 additions and 36 deletions
|
|
@ -358,23 +358,13 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.Camera.Automatic
|
||||
UI.Camera.Manual
|
||||
Discord.RichPresence.InPrivateWorld
|
||||
|
|
|
|||
|
|
@ -4,4 +4,11 @@ Note that this file updates only during build processes and doesn't necessarily
|
|||
# German [de]
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
|
||||
|
|
|
|||
|
|
@ -1890,6 +1890,13 @@ UI.TextDisplay.Landscape
|
|||
UI.TextDisplay.Portrait
|
||||
UI.TextDisplay.NormalText
|
||||
UI.TextDisplay.MonospaceText
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.VideoPlayer.GlobalSettings
|
||||
UI.VideoPlayer.LocalSettings
|
||||
UI.VideoPlayer.SpatialAudio
|
||||
|
|
|
|||
|
|
@ -346,6 +346,13 @@ Tutorial.Welcome.SidewaysStrafe
|
|||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
Discord.RichPresence.InPrivateWorld
|
||||
Discord.RichPresence.InPrivateLargeText
|
||||
Discord.RichPresence.InPublicWorld
|
||||
|
|
|
|||
|
|
@ -404,6 +404,13 @@ Tutorial.Welcome.SidewaysStrafe.Description
|
|||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Teleporter.Error
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.Camera.Automatic
|
||||
UI.Camera.Manual
|
||||
Discord.RichPresence.InPrivateWorld
|
||||
|
|
|
|||
|
|
@ -1108,6 +1108,13 @@ UI.TextDisplay.Landscape
|
|||
UI.TextDisplay.Portrait
|
||||
UI.TextDisplay.NormalText
|
||||
UI.TextDisplay.MonospaceText
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.VideoPlayer.GlobalSettings
|
||||
UI.VideoPlayer.LocalSettings
|
||||
UI.VideoPlayer.SpatialAudio
|
||||
|
|
|
|||
|
|
@ -519,6 +519,13 @@ Hints.Sundial.DequipExtra
|
|||
Hints.Sundial.Teleporter
|
||||
Hints.Sundial.TeleporterExtra
|
||||
UI.TextDisplay.MonospaceText
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.VideoPlayer.AreaBroadcast
|
||||
UI.VideoPlayer.BroascastAudio
|
||||
UI.VideoPlayer.AudioZoneTheater
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# French [fr]
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
|
||||
|
|
|
|||
|
|
@ -1319,6 +1319,13 @@ UI.TextDisplay.Landscape
|
|||
UI.TextDisplay.Portrait
|
||||
UI.TextDisplay.NormalText
|
||||
UI.TextDisplay.MonospaceText
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.VideoPlayer.GlobalSettings
|
||||
UI.VideoPlayer.LocalSettings
|
||||
UI.VideoPlayer.SpatialAudio
|
||||
|
|
|
|||
|
|
@ -38,4 +38,10 @@ Tutorial.Welcome.SidewaysStrafe
|
|||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
|
|
|
|||
|
|
@ -34,4 +34,11 @@ Tutorial.Welcome.SidewaysStrafe
|
|||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
|
||||
|
|
|
|||
|
|
@ -898,6 +898,13 @@ UI.TextDisplay.Landscape
|
|||
UI.TextDisplay.Portrait
|
||||
UI.TextDisplay.NormalText
|
||||
UI.TextDisplay.MonospaceText
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.VideoPlayer.GlobalSettings
|
||||
UI.VideoPlayer.LocalSettings
|
||||
UI.VideoPlayer.SpatialAudio
|
||||
|
|
|
|||
|
|
@ -408,6 +408,13 @@ Tutorial.Welcome.SidewaysStrafe.Description
|
|||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Teleporter.Error
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.VideoPlayer.AllUsersLoaded
|
||||
UI.Camera.Automatic
|
||||
UI.Camera.Manual
|
||||
|
|
|
|||
|
|
@ -336,4 +336,11 @@ Tutorial.Welcome.SidewaysStrafe
|
|||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
|
||||
|
|
|
|||
|
|
@ -409,6 +409,13 @@ Tutorial.Welcome.SidewaysStrafe.Description
|
|||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Teleporter.Error
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.VideoPlayer.AllUsersLoaded
|
||||
UI.Camera.Automatic
|
||||
UI.Camera.Manual
|
||||
|
|
|
|||
|
|
@ -138,4 +138,11 @@ Tutorial.Welcome.SidewaysStrafe
|
|||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
|
||||
|
|
|
|||
|
|
@ -1690,6 +1690,13 @@ UI.TextDisplay.Landscape
|
|||
UI.TextDisplay.Portrait
|
||||
UI.TextDisplay.NormalText
|
||||
UI.TextDisplay.MonospaceText
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.VideoPlayer.GlobalSettings
|
||||
UI.VideoPlayer.LocalSettings
|
||||
UI.VideoPlayer.SpatialAudio
|
||||
|
|
|
|||
|
|
@ -1118,6 +1118,13 @@ UI.TextDisplay.Landscape
|
|||
UI.TextDisplay.Portrait
|
||||
UI.TextDisplay.NormalText
|
||||
UI.TextDisplay.MonospaceText
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.VideoPlayer.GlobalSettings
|
||||
UI.VideoPlayer.LocalSettings
|
||||
UI.VideoPlayer.SpatialAudio
|
||||
|
|
|
|||
|
|
@ -404,6 +404,13 @@ Tutorial.Welcome.SidewaysStrafe.Description
|
|||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Teleporter.Error
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.Camera.Automatic
|
||||
UI.Camera.Manual
|
||||
Discord.RichPresence.InPrivateWorld
|
||||
|
|
|
|||
|
|
@ -404,6 +404,13 @@ Tutorial.Welcome.SidewaysStrafe.Description
|
|||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Teleporter.Error
|
||||
UI.DocumentDisplay.PageNumber
|
||||
UI.DocumentDisplay.DocumentQuality
|
||||
UI.DocumentDisplay.QualityLow
|
||||
UI.DocumentDisplay.QualityMedium
|
||||
UI.DocumentDisplay.QualityHigh
|
||||
UI.DocumentDisplay.Pages
|
||||
UI.DocumentDisplay.ResetZoom
|
||||
UI.Camera.Automatic
|
||||
UI.Camera.Manual
|
||||
Discord.RichPresence.InPrivateWorld
|
||||
|
|
|
|||
2
cs.json
2
cs.json
|
|
@ -1959,7 +1959,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "Lokální<br>nastavení",
|
||||
"UI.VideoPlayer.SpatialAudio": "Prostorové<br>audio",
|
||||
"UI.VideoPlayer.AreaBroadcast": "Oblastní<br>vysílání",
|
||||
"UI.VideoPlayer.BroascastAudio": "Vysílané<br>audio",
|
||||
"UI.VideoPlayer.BroadcastAudio": "Vysílané<br>audio",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>Zadejte URL zde</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Lokální <br>v kině",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "Slyšitelné<br>ve Světě",
|
||||
|
|
|
|||
14
de.json
14
de.json
|
|
@ -2003,7 +2003,7 @@
|
|||
"Migration.LoginResetID.Description": "Bitte verstehen Sie, dass dies zu <color=red>UNVORHERSEHBAREM ZERSTÖREN VON INHALTEN</color> führt. Alle Ihre Items, Welten, Kontakte und Nachrichten werden erfolgreich migriert werden, aber sämtliche Verhalten und Komponenten, die auf Ihrer UserID aufbauen, werden wahrscheinlich zerstört werden und manuelle Neukonfiguration und Reparatur benötigen. Sofern Sie keinen ernsthaften Grund für das Zurücksetzen Ihrer UserID haben, <color=red>WÄHLEN SIE DIESE OPTION NICHT</color>.",
|
||||
"Migration.LoginResetID.ResetButton": "Ja, zurücksetzen",
|
||||
|
||||
"Migration.ReservedUsername.Title":"<b>Reservierter Benutzername</b>",
|
||||
"Migration.ReservedUsername.Title": "<b>Reservierter Benutzername</b>",
|
||||
"Migration.ReservedUsername.Description": "Dieser Benutzername ist für den ursprünglichen Besitzer reserviert. Wenn dies Ihr Account ist, melden Sie sich bitte mit Ihren {platform} Anmeldedaten an, um ihn freizuschalten. Die Anmeldedaten werden nicht von uns gespeichert; sie werden nur verwendet, um den Besitz Ihres Accounts bei der Registrierung zu verifizieren.",
|
||||
"Migration.SourcePassword": "{platform} Passwort:",
|
||||
"Migration.SourceUsername": "{platform} Benutzername:",
|
||||
|
|
@ -2013,7 +2013,7 @@
|
|||
"Migration.Dialog.AccountDescription": "Um Ihren Account zu migrieren, benötigen wir Ihr {platform} Account-Passwort. Damit können wir uns anmelden und auf die Daten zugreifen.",
|
||||
|
||||
"Migration.ResetID.Title": "Meine UserID zurücksetzen",
|
||||
"Migration.ResetID.Description":"<color=red><b>WARNUNG:</b></color> Diese Option auszuwählen <b>WIRD TEILWEISE EXISTIERENDE INHALTE ZERSTÖREN UND IST IRREVERSIBEL</b>, dies beinhaltet jede UserID-Referenz in Nutzerinhalten, Community Diensten, Links, Cloud-Variablen und mehr. Diese Referenzen werden zurückgesetzt, aber Ihre Objekte, Welten, Kontakte und Nachrichten selbst werden nicht verloren gehen. Wir empfehlen die Verwendung dieser Option <b>NUR</b>, wenn Sie Ihre alte UserID durch eine zufällig generierte ersetzen wollen. Die meisten Benutzer <b>SOLLTEN</b> diese Option <b>NICHT</b> wählen. Ihre UserID wird sich so ändern:\n U-MeinBenutzername -> U-fX3pKe7AYYQ",
|
||||
"Migration.ResetID.Description": "<color=red><b>WARNUNG:</b></color> Diese Option auszuwählen <b>WIRD TEILWEISE EXISTIERENDE INHALTE ZERSTÖREN UND IST IRREVERSIBEL</b>, dies beinhaltet jede UserID-Referenz in Nutzerinhalten, Community Diensten, Links, Cloud-Variablen und mehr. Diese Referenzen werden zurückgesetzt, aber Ihre Objekte, Welten, Kontakte und Nachrichten selbst werden nicht verloren gehen. Wir empfehlen die Verwendung dieser Option <b>NUR</b>, wenn Sie Ihre alte UserID durch eine zufällig generierte ersetzen wollen. Die meisten Benutzer <b>SOLLTEN</b> diese Option <b>NICHT</b> wählen. Ihre UserID wird sich so ändern:\n U-MeinBenutzername -> U-fX3pKe7AYYQ",
|
||||
|
||||
"Migration.DataSelection.Title": "Wenn wir Ihren Account migrieren, welche Daten sollen wir übernehmen?",
|
||||
"Migration.DataSelection.Everything": "Alles",
|
||||
|
|
@ -2301,11 +2301,19 @@
|
|||
"UI.TextDisplay.NormalText": "Normal",
|
||||
"UI.TextDisplay.MonospaceText": "Monospace",
|
||||
|
||||
"UI.DocumentDisplay.PageNumber": "Seite {page_number}",
|
||||
"UI.DocumentDisplay.DocumentQuality": "Qualität",
|
||||
"UI.DocumentDisplay.QualityLow": "Niedrig",
|
||||
"UI.DocumentDisplay.QualityMedium": "Mittel",
|
||||
"UI.DocumentDisplay.QualityHigh": "Hoch",
|
||||
"UI.DocumentDisplay.Pages": "Seiten",
|
||||
"UI.DocumentDisplay.ResetZoom": "Zoom zurücksetzen",
|
||||
|
||||
"UI.VideoPlayer.GlobalSettings": "Globale<br>Optionen",
|
||||
"UI.VideoPlayer.LocalSettings": "Lokale<br>Optionen",
|
||||
"UI.VideoPlayer.SpatialAudio": "<nobr>Räumliches</nobr><br>Audio",
|
||||
"UI.VideoPlayer.AreaBroadcast": "<nobr>Umgebungs</nobr><br>Broadcast",
|
||||
"UI.VideoPlayer.BroascastAudio": "Broadcast<br>Audio",
|
||||
"UI.VideoPlayer.BroadcastAudio": "Broadcast<br>Audio",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>URL hier eingeben</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Im Theater<br>hörbar",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "Sitzungsweit<br>hörbar",
|
||||
|
|
|
|||
10
en.json
10
en.json
|
|
@ -2301,11 +2301,19 @@
|
|||
"UI.TextDisplay.NormalText": "Normal",
|
||||
"UI.TextDisplay.MonospaceText": "Monospace",
|
||||
|
||||
"UI.DocumentDisplay.PageNumber": "Page {page_number}",
|
||||
"UI.DocumentDisplay.DocumentQuality": "Quality",
|
||||
"UI.DocumentDisplay.QualityLow": "Low",
|
||||
"UI.DocumentDisplay.QualityMedium": "Medium",
|
||||
"UI.DocumentDisplay.QualityHigh": "High",
|
||||
"UI.DocumentDisplay.Pages": "Pages",
|
||||
"UI.DocumentDisplay.ResetZoom": "Reset Zoom",
|
||||
|
||||
"UI.VideoPlayer.GlobalSettings": "Global<br>Settings",
|
||||
"UI.VideoPlayer.LocalSettings": "Local<br>Settings",
|
||||
"UI.VideoPlayer.SpatialAudio": "Spatialized<br>Audio",
|
||||
"UI.VideoPlayer.AreaBroadcast": "Area<br>Broadcast",
|
||||
"UI.VideoPlayer.BroascastAudio": "Broadcast<br>Audio",
|
||||
"UI.VideoPlayer.BroadcastAudio": "Broadcast<br>Audio",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>Enter URL Here</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Local to<br>Theater",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "Audible<br>to World",
|
||||
|
|
|
|||
2
eo.json
2
eo.json
|
|
@ -2001,7 +2001,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "Loka<br>Agordoj",
|
||||
"UI.VideoPlayer.SpatialAudio": "Spaca<br>Aŭdio",
|
||||
"UI.VideoPlayer.AreaBroadcast": "Zona<br>Elsendo",
|
||||
"UI.VideoPlayer.BroascastAudio": "Ellsendata<br>Sono",
|
||||
"UI.VideoPlayer.BroadcastAudio": "Ellsendata<br>Sono",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>Eniru URL-on Ĉi tien</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Loke al<br>Teatro",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "Aŭdebla<br>al Mondo",
|
||||
|
|
|
|||
2
es.json
2
es.json
|
|
@ -1906,7 +1906,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "Opciones<br>Locales",
|
||||
"UI.VideoPlayer.SpatialAudio": "Audio<br>Espacializado",
|
||||
"UI.VideoPlayer.AreaBroadcast": "Emisión<br>en Área",
|
||||
"UI.VideoPlayer.BroascastAudio": "Emitir<br>Audio",
|
||||
"UI.VideoPlayer.BroadcastAudio": "Emitir<br>Audio",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>Ingrese URL aquí</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Local al<br>Teatro",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "Audible<br>al Mundo",
|
||||
|
|
|
|||
10
fr.json
10
fr.json
|
|
@ -2300,11 +2300,19 @@
|
|||
"UI.TextDisplay.NormalText": "Normal",
|
||||
"UI.TextDisplay.MonospaceText": "Monospace",
|
||||
|
||||
"UI.DocumentDisplay.PageNumber": "Page {page_number}",
|
||||
"UI.DocumentDisplay.DocumentQuality": "Qualité",
|
||||
"UI.DocumentDisplay.QualityLow": "Basse",
|
||||
"UI.DocumentDisplay.QualityMedium": "Moyenne",
|
||||
"UI.DocumentDisplay.QualityHigh": "Haute",
|
||||
"UI.DocumentDisplay.Pages": "Pages",
|
||||
"UI.DocumentDisplay.ResetZoom": "Réinitialiser le zoom",
|
||||
|
||||
"UI.VideoPlayer.GlobalSettings": "Options<br>Globales",
|
||||
"UI.VideoPlayer.LocalSettings": "Option<br>Locales",
|
||||
"UI.VideoPlayer.SpatialAudio": "Audio<br>Spatial",
|
||||
"UI.VideoPlayer.AreaBroadcast": "Diffusion<br>de zone",
|
||||
"UI.VideoPlayer.BroascastAudio": "Diffusion<br>globale",
|
||||
"UI.VideoPlayer.BroadcastAudio": "Diffusion<br>globale",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>Entrez une URL ici</alpha></i>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Local vers<br>home cinéma",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "Audible<br>dans le monde",
|
||||
|
|
|
|||
2
ja.json
2
ja.json
|
|
@ -2370,7 +2370,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "ローカル<br>音量設定",
|
||||
"UI.VideoPlayer.SpatialAudio": "空間<br>音響",
|
||||
"UI.VideoPlayer.AreaBroadcast": "エリア<br>ブロードキャスト",
|
||||
"UI.VideoPlayer.BroascastAudio": "2D<br>音響",
|
||||
"UI.VideoPlayer.BroadcastAudio": "2D<br>音響",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>ここにURLを入力</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "シアター内<br>のみ",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "ワールド内<br>全体",
|
||||
|
|
|
|||
4
ko.json
4
ko.json
|
|
@ -1931,7 +1931,7 @@
|
|||
"Wizard.AssetOptimization.CleanupUnusedAssets": "사용하지 않는 에셋 정리",
|
||||
"Wizard.AssetOptimization.CleanupEmptySlots": "비어있는 에셋 정리",
|
||||
"Wizard.AssetOptimization.CleanupDisabledMeshRenderers": "비활성 상태인 메시 렌더러 정리",
|
||||
"Wizard.AssetOptimization.DeduplicateMaterials": "중복되어 있는 머리티럴 병합",
|
||||
"Wizard.AssetOptimization.DeduplicateMaterials": "중복되어 있는 머티리얼 병합",
|
||||
"Wizard.AssetOptimization.CleanupFileItems": "파일 아이템 정리",
|
||||
"Wizard.AssetOptimization.MaxTextureResolution": "텍스쳐 최대 해상도 지정",
|
||||
"Wizard.AssetOptimization.RecompressTextures": "텍스쳐 다시압축",
|
||||
|
|
@ -2383,7 +2383,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "로컬",
|
||||
"UI.VideoPlayer.SpatialAudio": "구역",
|
||||
"UI.VideoPlayer.AreaBroadcast": "지역",
|
||||
"UI.VideoPlayer.BroascastAudio": "음향송출",
|
||||
"UI.VideoPlayer.BroadcastAudio": "음향송출",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>여기에 주소를 입력하세요</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "로컬에서<br>극장모드로",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "전역<br>송출",
|
||||
|
|
|
|||
2
no.json
2
no.json
|
|
@ -1900,7 +1900,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "Lokale<br>innstillinger",
|
||||
"UI.VideoPlayer.SpatialAudio": "Romlig<br>lyd",
|
||||
"UI.VideoPlayer.AreaBroadcast": "Område<br>sending",
|
||||
"UI.VideoPlayer.BroascastAudio": "Sending<br>lyd",
|
||||
"UI.VideoPlayer.BroadcastAudio": "Sending<br>lyd",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>Skriv inn URL her</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Lokal til<br>teater",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "Hørbar<br>til verden",
|
||||
|
|
|
|||
2
pl.json
2
pl.json
|
|
@ -2025,7 +2025,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "Ustawienia<br>Lokalne",
|
||||
"UI.VideoPlayer.SpatialAudio": "Przestrzenny<br>Dźwięk",
|
||||
"UI.VideoPlayer.AreaBroadcast": "Obszar<br>nadawania",
|
||||
"UI.VideoPlayer.BroascastAudio": "Nadawanie<br>Audio",
|
||||
"UI.VideoPlayer.BroadcastAudio": "Nadawanie<br>Audio",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>Wpisz tutaj adres URL</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Lokalnie do<br>Teatru",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "Słyszalne<br>dla świata",
|
||||
|
|
|
|||
|
|
@ -1900,7 +1900,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "Opções<br>Locais",
|
||||
"UI.VideoPlayer.SpatialAudio": "Áudio<br>Espacial",
|
||||
"UI.VideoPlayer.AreaBroadcast": "Áudio<br>Global",
|
||||
"UI.VideoPlayer.BroascastAudio": "Áudio<br>Transmitido",
|
||||
"UI.VideoPlayer.BroadcastAudio": "Áudio<br>Transmitido",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>Digite a URL aqui</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Local para<br>o Ambiente",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "Audível<br>para o Mundo Todo",
|
||||
|
|
|
|||
2
ru.json
2
ru.json
|
|
@ -2274,7 +2274,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "Локальные<br>настройки",
|
||||
"UI.VideoPlayer.SpatialAudio": "Пространственное<br>Аудио",
|
||||
"UI.VideoPlayer.AreaBroadcast": "Вещание<br>в области",
|
||||
"UI.VideoPlayer.BroascastAudio": "Глобальное<br>вещание",
|
||||
"UI.VideoPlayer.BroadcastAudio": "Глобальное<br>вещание",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>Введите URL...</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Звук:<br>Кинозал",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "Звук:<br>Глобальный",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"localeCode": "zh-ch",
|
||||
"localeCode": "zh-cn",
|
||||
"authors": ["Melnus", "Holy_Water", "huang825172"],
|
||||
"messages": {
|
||||
|
||||
|
|
@ -1905,7 +1905,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "本地<br>设置",
|
||||
"UI.VideoPlayer.SpatialAudio": "空间<br>音频",
|
||||
"UI.VideoPlayer.AreaBroadcast": "区域<br>广播",
|
||||
"UI.VideoPlayer.BroascastAudio": "广播<br>音频",
|
||||
"UI.VideoPlayer.BroadcastAudio": "广播<br>音频",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>在此输入URL</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "本地<br>剧院",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "世界<br>音频",
|
||||
|
|
|
|||
|
|
@ -1905,7 +1905,7 @@
|
|||
"UI.VideoPlayer.LocalSettings": "本地<br>設置",
|
||||
"UI.VideoPlayer.SpatialAudio": "空間<br>音頻",
|
||||
"UI.VideoPlayer.AreaBroadcast": "區域<br>廣播",
|
||||
"UI.VideoPlayer.BroascastAudio": "廣播<br>音頻",
|
||||
"UI.VideoPlayer.BroadcastAudio": "廣播<br>音頻",
|
||||
"UI.VideoPlayer.EnterURL": "<i><alpha=#77>在此輸入URL</closeall>",
|
||||
"UI.VideoPlayer.AudioZoneTheater": "本地<br>劇院",
|
||||
"UI.VideoPlayer.AudioZoneGlobal": "世界<br>音頻",
|
||||
|
|
|
|||
Loading…
Reference in a new issue