mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
Merge branch 'main' into nl-rework
This commit is contained in:
commit
c3d069bfc2
37 changed files with 161 additions and 80 deletions
|
|
@ -2,8 +2,6 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Czech [cs]
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
Interaction.CopyImage
|
||||
|
|
@ -637,6 +635,9 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.DataPreset.SetActive
|
||||
Inspector.DataPreset.SetValues
|
||||
Inspector.DataPreset.AddAllChildren
|
||||
|
|
|
|||
|
|
@ -1282,7 +1282,6 @@ Settings.AudioAccessibilitySettings.WhisperVolume
|
|||
Settings.AudioAccessibilitySettings.WhisperVolume.Description
|
||||
Settings.AudioAccessibilitySettings.VoiceMessageVolume
|
||||
Settings.AudioAccessibilitySettings.VoiceMessageVolume.Description
|
||||
Settings.AudioInputFilteringSettings.UseVoiceNormalization
|
||||
Settings.AudioInputFilteringSettings.UseVoiceNormalization.Description
|
||||
Settings.AudioInputFilteringSettings.NoiseGateThreshold
|
||||
Settings.AudioInputFilteringSettings.NoiseGateThreshold.Description
|
||||
|
|
@ -1292,7 +1291,6 @@ Settings.AudioInputFilteringSettings.NoiseGateHold
|
|||
Settings.AudioInputFilteringSettings.NoiseGateHold.Description
|
||||
Settings.AudioInputFilteringSettings.NoiseGateRelease
|
||||
Settings.AudioInputFilteringSettings.NoiseGateRelease.Description
|
||||
Settings.AudioInputFilteringSettings.NormalizationThreshold
|
||||
Settings.AudioInputFilteringSettings.NormalizationThreshold.Description
|
||||
Settings.AudioInputFilteringSettings.UseNoiseSuppression
|
||||
Settings.AudioInputFilteringSettings.UseNoiseSuppression.Description
|
||||
|
|
@ -1747,6 +1745,9 @@ Inspector.Texture.ToNearestPOT
|
|||
Inspector.Texture.MakeTileable
|
||||
Inspector.Texture.TileLoop
|
||||
Inspector.Texture.TileMirror
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.Texture.InvalidFloats
|
||||
Inspector.Texture.GenerateMetadata
|
||||
Inspector.Material.VariantInfo
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Esperanto [eo]
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
Interaction.CopyImage
|
||||
|
|
@ -606,6 +604,9 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.DataPreset.SetActive
|
||||
Inspector.DataPreset.SetValues
|
||||
Inspector.DataPreset.AddAllChildren
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Spanish [es]
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
Profile.Status.Sociable
|
||||
|
|
@ -586,6 +584,9 @@ Inspector.Member.RemoveBlendshape
|
|||
Inspector.Member.SplitBlendshape.X
|
||||
Inspector.Member.SplitBlendshape.Y
|
||||
Inspector.Member.SplitBlendshape.Z
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.DataPreset.SetActive
|
||||
Inspector.DataPreset.SetValues
|
||||
Inspector.DataPreset.AddAllChildren
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ General.UI.MusicVolumeLocal
|
|||
General.UI.VoiceVolumeLocal
|
||||
General.UI.SoundVolumeLocal
|
||||
General.UI.PressToBegin
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Worlds.Home
|
||||
Worlds.Tutorial
|
||||
Interaction.SaveToInventory
|
||||
|
|
@ -1000,6 +998,9 @@ Inspector.Texture.NormalizeMaxOnly
|
|||
Inspector.Texture.NormalizeMinMax
|
||||
Inspector.Texture.NormalizeIndependent
|
||||
Inspector.Texture.BleedColorToAlpha
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.Material.VariantInfo
|
||||
Inspector.Material.WaitingForApply
|
||||
Inspector.Audio.BakeAudio
|
||||
|
|
|
|||
|
|
@ -246,6 +246,9 @@ Inspector.Texture.TileLoop
|
|||
Inspector.Texture.TileMirror
|
||||
Inspector.Texture.NormalizeIndependent
|
||||
Inspector.Texture.BleedColorToAlpha
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.Texture.InvalidFloats
|
||||
Inspector.Texture.GenerateMetadata
|
||||
Inspector.Audio.MakeLoopable
|
||||
|
|
|
|||
|
|
@ -1,13 +1,3 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# French [fr]
|
||||
Export.AudioExportable.OriginalFormat
|
||||
Export.VideoExportable.OriginalFormat
|
||||
Importer.Package.Progress.DecodingPackage
|
||||
Importer.Package.Progress.DecodingObject
|
||||
Importer.Package.Progress.ImportingAssets
|
||||
Importer.Package.Progress.LoadingObject
|
||||
Importer.Package.Progress.Imported
|
||||
Importer.Package.Progress.Fail
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@ Note that this file updates only during build processes and doesn't necessarily
|
|||
|
||||
# Icelandic [is]
|
||||
General.UI.ToggleEditMode
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
Interaction.Grab.Palm
|
||||
|
|
@ -1211,6 +1209,9 @@ Inspector.Texture.NormalizeMaxOnly
|
|||
Inspector.Texture.NormalizeMinMax
|
||||
Inspector.Texture.NormalizeIndependent
|
||||
Inspector.Texture.BleedColorToAlpha
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.Texture.InvalidFloats
|
||||
Inspector.Texture.GenerateMetadata
|
||||
Inspector.Material.VariantInfo
|
||||
|
|
|
|||
|
|
@ -2,12 +2,7 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Japanese [ja]
|
||||
Export.AudioExportable.OriginalFormat
|
||||
Export.VideoExportable.OriginalFormat
|
||||
Importer.Package.Progress.DecodingPackage
|
||||
Importer.Package.Progress.DecodingObject
|
||||
Importer.Package.Progress.ImportingAssets
|
||||
Importer.Package.Progress.LoadingObject
|
||||
Importer.Package.Progress.Imported
|
||||
Importer.Package.Progress.Fail
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,3 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Korean [ko]
|
||||
Export.PackageExportable.Package
|
||||
Export.PackageExportable.PackageWithVariants
|
||||
Export.AudioExportable.OriginalFormat
|
||||
Export.VideoExportable.OriginalFormat
|
||||
Importer.Package.Progress.DecodingPackage
|
||||
Importer.Package.Progress.DecodingObject
|
||||
Importer.Package.Progress.ImportingAssets
|
||||
Importer.Package.Progress.LoadingObject
|
||||
Importer.Package.Progress.Imported
|
||||
Importer.Package.Progress.Fail
|
||||
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@ General.Notice
|
|||
General.UnderstandEnable
|
||||
General.Dismiss
|
||||
General.Edit
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Worlds.Home
|
||||
Worlds.Tutorial
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
|
|
@ -914,6 +912,9 @@ Inspector.Texture.NormalizeMaxOnly
|
|||
Inspector.Texture.NormalizeMinMax
|
||||
Inspector.Texture.NormalizeIndependent
|
||||
Inspector.Texture.BleedColorToAlpha
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.DataPreset.SetActive
|
||||
Inspector.DataPreset.SetValues
|
||||
Inspector.DataPreset.AddAllChildren
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Norwegian [no]
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
Interaction.CopyImage
|
||||
|
|
@ -669,6 +667,9 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.DataPreset.SetActive
|
||||
Inspector.DataPreset.SetValues
|
||||
Inspector.DataPreset.AddAllChildren
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Polish [pl]
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
Profile.Status.Sociable
|
||||
|
|
@ -518,6 +516,9 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.DataPreset.SetActive
|
||||
Inspector.DataPreset.SetValues
|
||||
Inspector.DataPreset.AddAllChildren
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Portuguese (Brazil) [pt-br]
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
Interaction.CopyImage
|
||||
|
|
@ -670,6 +668,9 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.DataPreset.SetActive
|
||||
Inspector.DataPreset.SetValues
|
||||
Inspector.DataPreset.AddAllChildren
|
||||
|
|
|
|||
|
|
@ -1189,6 +1189,9 @@ Inspector.Texture.NormalizeMaxOnly
|
|||
Inspector.Texture.NormalizeMinMax
|
||||
Inspector.Texture.NormalizeIndependent
|
||||
Inspector.Texture.BleedColorToAlpha
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.Texture.InvalidFloats
|
||||
Inspector.Texture.GenerateMetadata
|
||||
Inspector.Material.VariantInfo
|
||||
|
|
|
|||
|
|
@ -1743,6 +1743,9 @@ Inspector.Texture.NormalizeMaxOnly
|
|||
Inspector.Texture.NormalizeMinMax
|
||||
Inspector.Texture.NormalizeIndependent
|
||||
Inspector.Texture.BleedColorToAlpha
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.Texture.InvalidFloats
|
||||
Inspector.Texture.GenerateMetadata
|
||||
Inspector.Material.VariantInfo
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@ General.UI.MusicVolumeLocal
|
|||
General.UI.VoiceVolumeLocal
|
||||
General.UI.SoundVolumeLocal
|
||||
General.UI.PressToBegin
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Worlds.Home
|
||||
Worlds.Tutorial
|
||||
Interaction.SaveToInventory
|
||||
|
|
@ -1034,6 +1032,9 @@ Inspector.Texture.NormalizeMaxOnly
|
|||
Inspector.Texture.NormalizeMinMax
|
||||
Inspector.Texture.NormalizeIndependent
|
||||
Inspector.Texture.BleedColorToAlpha
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.Material.VariantInfo
|
||||
Inspector.Material.WaitingForApply
|
||||
Inspector.Audio.DenoiseRNNoise
|
||||
|
|
|
|||
|
|
@ -10,4 +10,7 @@ Importer.Package.Progress.ImportingAssets
|
|||
Importer.Package.Progress.LoadingObject
|
||||
Importer.Package.Progress.Imported
|
||||
Importer.Package.Progress.Fail
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Chinese (Taiwan) [zh-tw]
|
||||
General.Units.Metric
|
||||
General.Units.Imperial
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
Interaction.CopyImage
|
||||
|
|
@ -665,6 +663,9 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Inspector.Texture.AlphaGamma
|
||||
Inspector.Texture.AdjustAlphaGamma
|
||||
Inspector.Texture.AddAlpha
|
||||
Inspector.DataPreset.SetActive
|
||||
Inspector.DataPreset.SetValues
|
||||
Inspector.DataPreset.AddAllChildren
|
||||
|
|
|
|||
40
README.md
40
README.md
|
|
@ -2,30 +2,30 @@
|
|||
This repository contains the locale assets for the core UI of [Resonite](https://resonite.com) and allows anyone to contribute translations. The contents of this repository will be periodically merged with the public build released on Steam (STEAM) and other platforms.
|
||||
|
||||
## Localization Status
|
||||
Czech [cs] - 70.6% - Missing keys: 669
|
||||
Czech [cs] - 70.5% - Missing keys: 670
|
||||
German [de] - 100.0% - Missing keys: 0
|
||||
English (United Kingdom) [en-gb] - 1.8% - Missing keys: 2231
|
||||
English (United Kingdom) [en-gb] - 1.9% - Missing keys: 2232
|
||||
English [en] - 100.0% - Missing keys: 0
|
||||
Esperanto [eo] - 71.9% - Missing keys: 638
|
||||
Spanish [es] - 73.4% - Missing keys: 604
|
||||
Estonian [et] - 36.2% - Missing keys: 1449
|
||||
Finnish [fi] - 84.3% - Missing keys: 356
|
||||
French [fr] - 99.6% - Missing keys: 8
|
||||
Icelandic [is] - 28.1% - Missing keys: 1634
|
||||
Japanese [ja] - 99.6% - Missing keys: 8
|
||||
Korean [ko] - 99.6% - Missing keys: 10
|
||||
Dutch [nl] - 45.5% - Missing keys: 1239
|
||||
Norwegian [no] - 69.1% - Missing keys: 703
|
||||
Polish [pl] - 76.1% - Missing keys: 543
|
||||
Portuguese (Brazil) [pt-br] - 69.0% - Missing keys: 704
|
||||
Esperanto [eo] - 71.9% - Missing keys: 639
|
||||
Spanish [es] - 73.4% - Missing keys: 605
|
||||
Estonian [et] - 36.3% - Missing keys: 1450
|
||||
Finnish [fi] - 84.2% - Missing keys: 359
|
||||
French [fr] - 100.0% - Missing keys: 0
|
||||
Icelandic [is] - 28.1% - Missing keys: 1635
|
||||
Japanese [ja] - 99.9% - Missing keys: 3
|
||||
Korean [ko] - 100.0% - Missing keys: 0
|
||||
Dutch [nl] - 45.5% - Missing keys: 1240
|
||||
Norwegian [no] - 69.1% - Missing keys: 704
|
||||
Polish [pl] - 76.1% - Missing keys: 544
|
||||
Portuguese (Brazil) [pt-br] - 69.0% - Missing keys: 705
|
||||
Russian [ru] - 100.0% - Missing keys: 0
|
||||
Swedish [sv] - 28.0% - Missing keys: 1635
|
||||
Thai [th] - 1.8% - Missing keys: 2232
|
||||
Turkish [tr] - 35.7% - Missing keys: 1461
|
||||
Chinese (China) [zh-cn] - 99.6% - Missing keys: 8
|
||||
Chinese (Taiwan) [zh-tw] - 69.3% - Missing keys: 698
|
||||
Swedish [sv] - 28.0% - Missing keys: 1638
|
||||
Thai [th] - 1.8% - Missing keys: 2235
|
||||
Turkish [tr] - 35.7% - Missing keys: 1462
|
||||
Chinese (China) [zh-cn] - 99.5% - Missing keys: 11
|
||||
Chinese (Taiwan) [zh-tw] - 69.3% - Missing keys: 699
|
||||
|
||||
Total keys: 2272
|
||||
Total keys: 2275
|
||||
|
||||
## How To Contribute
|
||||
If you'd like to contribute translations, create a fork of the repository, make the changes and **once they are ready** to be merged create a Pull Request, so the contributions can be checked and merged. You don't need to translate everything at once, if you cover part of the UI, the changes can be merged, with more translations coming later.
|
||||
|
|
|
|||
3
cs.json
3
cs.json
|
|
@ -55,6 +55,9 @@
|
|||
"General.Sort.Ascending": "Vzestupně",
|
||||
"General.Sort.Descending": "Sestupně",
|
||||
|
||||
"General.Units.Metric": "Metrická",
|
||||
"General.Units.Imperial": "Imperiální",
|
||||
|
||||
"Worlds.Home" : "Domov",
|
||||
"Worlds.Tutorial" : "Tutorial",
|
||||
|
||||
|
|
|
|||
7
de.json
7
de.json
|
|
@ -2045,9 +2045,9 @@
|
|||
"Inspector.Texture.Hue": "Farbton:",
|
||||
"Inspector.Texture.ShiftHue": "Farbton verschieben",
|
||||
"Inspector.Texture.Saturation": "Sättigung:",
|
||||
"Inspector.Texture.AdjustSaturation": "Sättigung Anpassen",
|
||||
"Inspector.Texture.AdjustSaturation": "Sättigung anpassen",
|
||||
"Inspector.Texture.Value": "Wert:",
|
||||
"Inspector.Texture.AdjustValue": "Wert Anpassen",
|
||||
"Inspector.Texture.AdjustValue": "Wert anpassen",
|
||||
"Inspector.Texture.Gamma": "Gamma:",
|
||||
"Inspector.Texture.AdjustGamma": "Gamma anpassen",
|
||||
"Inspector.Texture.LongestSide": "Längste Seite:",
|
||||
|
|
@ -2068,6 +2068,9 @@
|
|||
"Inspector.Texture.NormalizeMinMax": "Normalisieren (Min. und Max.)",
|
||||
"Inspector.Texture.NormalizeIndependent": "RGB unabhängig normalisieren (Min. und Max.)",
|
||||
"Inspector.Texture.BleedColorToAlpha": "Farbe zu Alphakanal überblenden",
|
||||
"Inspector.Texture.AlphaGamma": "Alpha Gamma",
|
||||
"Inspector.Texture.AdjustAlphaGamma": "Alpha Gamma anpassen",
|
||||
"Inspector.Texture.AddAlpha": "Alpha hinzufügen",
|
||||
|
||||
"Inspector.Texture.InvalidFloats": "Diagnose: Ungültige floats",
|
||||
"Inspector.Texture.GenerateMetadata": "Diagnose: Generiere Bitmap-Metadaten",
|
||||
|
|
|
|||
|
|
@ -57,6 +57,9 @@
|
|||
"Tools.Names.Color": "Colour Tool",
|
||||
"Tools.StreamAudio.Spatialized": "Spatialised",
|
||||
|
||||
"Settings.AudioInputFilteringSettings.UseVoiceNormalization": "Voice normalisation",
|
||||
"Settings.AudioInputFilteringSettings.NormalizationThreshold": "Normalisation threshold",
|
||||
|
||||
"Dummy": "Dummy"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
3
en.json
3
en.json
|
|
@ -2068,6 +2068,9 @@
|
|||
"Inspector.Texture.NormalizeMinMax": "Normalize (min and max)",
|
||||
"Inspector.Texture.NormalizeIndependent": "Normalize RGB independently (min and max)",
|
||||
"Inspector.Texture.BleedColorToAlpha": "Bleed Color To Alpha",
|
||||
"Inspector.Texture.AlphaGamma": "Alpha Gamma",
|
||||
"Inspector.Texture.AdjustAlphaGamma": " Adjust Alpha Gamma",
|
||||
"Inspector.Texture.AddAlpha": "Add Alpha",
|
||||
|
||||
"Inspector.Texture.InvalidFloats": "Diagnostic: Invalid floats",
|
||||
"Inspector.Texture.GenerateMetadata": "Diagnostic: Generate Bitmap Metadata",
|
||||
|
|
|
|||
3
eo.json
3
eo.json
|
|
@ -55,6 +55,9 @@
|
|||
"General.Sort.Ascending": "Kreskante",
|
||||
"General.Sort.Descending": "Malkreskante",
|
||||
|
||||
"General.Units.Metric": "Metrika",
|
||||
"General.Units.Imperial": "Imperia",
|
||||
|
||||
"Worlds.Home" : "Hejmo",
|
||||
"Worlds.Tutorial" : "Lernilo",
|
||||
|
||||
|
|
|
|||
3
es.json
3
es.json
|
|
@ -55,6 +55,9 @@
|
|||
"General.Sort.Ascending": "Ascendente",
|
||||
"General.Sort.Descending": "Descendente",
|
||||
|
||||
"General.Units.Metric": "Métrico",
|
||||
"General.Units.Imperial": "Imperial",
|
||||
|
||||
"Worlds.Home": "Hogar",
|
||||
"Worlds.Tutorial": "Tutorial",
|
||||
|
||||
|
|
|
|||
3
et.json
3
et.json
|
|
@ -32,6 +32,9 @@
|
|||
"General.Sort.Ascending": "Tõusvas",
|
||||
"General.Sort.Descending": "Langevas",
|
||||
|
||||
"General.Units.Metric": "Meetersüsteemis",
|
||||
"General.Units.Imperial": "Tollisüsteemis",
|
||||
|
||||
"Locomotion.Noclip.Name": "Takistusteta",
|
||||
"Locomotion.Noclip.Description": "Takistusteta lendamine, sobib ehitamiseks hästi.",
|
||||
"Locomotion.Teleport.Name": "Teleporteerumine",
|
||||
|
|
|
|||
14
fr.json
14
fr.json
|
|
@ -1026,6 +1026,17 @@
|
|||
"Export.PackageExportable.Package": "Paquet Resonite",
|
||||
"Export.PackageExportable.PackageWithVariants": "Paquet Resonite <size=50%>(+variants)</size>",
|
||||
|
||||
"Export.AudioExportable.OriginalFormat": "Audio <size=75%>(format original)</size>",
|
||||
|
||||
"Export.VideoExportable.OriginalFormat": "Vidéo <size=75%>(format original)</size>",
|
||||
|
||||
"Importer.Package.Progress.DecodingPackage" : "Décodage du paquet",
|
||||
"Importer.Package.Progress.DecodingObject" : "Décodage de l'objet",
|
||||
"Importer.Package.Progress.ImportingAssets" : "Importation des assets",
|
||||
"Importer.Package.Progress.LoadingObject" : "Chargement de l'objet",
|
||||
"Importer.Package.Progress.Imported" : "Paquet importé",
|
||||
"Importer.Package.Progress.Fail" : "Échec de l'importation. Veuillez voir les logs.",
|
||||
|
||||
"NewWorld.Title": "Nouveau monde",
|
||||
"NewWorld.SessionTitle": "Nouvelle session",
|
||||
"NewWorld.Template": "Modèle de monde:",
|
||||
|
|
@ -2060,6 +2071,9 @@
|
|||
"Inspector.Texture.NormalizeMinMax": "Normaliser (maximum et minimum)",
|
||||
"Inspector.Texture.NormalizeIndependent": "Normaliser indépendamment (maximum et minimum)",
|
||||
"Inspector.Texture.BleedColorToAlpha": "Liseré vers alpha",
|
||||
"Inspector.Texture.AlphaGamma": "Alpha Gamma",
|
||||
"Inspector.Texture.AdjustAlphaGamma": "Ajuster l'Alpha et Gamma",
|
||||
"Inspector.Texture.AddAlpha": "Ajouter l'Alpha",
|
||||
|
||||
"Inspector.Texture.InvalidFloats": "Diagnostique: Variables numériques invalides",
|
||||
"Inspector.Texture.GenerateMetadata": "Diagnostique: Générer les métadonnées des Bitmaps",
|
||||
|
|
|
|||
3
is.json
3
is.json
|
|
@ -55,6 +55,9 @@
|
|||
"General.Sort.Ascending": "Hækkandi",
|
||||
"General.Sort.Descending": "Lækkandi",
|
||||
|
||||
"General.Units.Metric": "Metrakerfi",
|
||||
"General.Units.Imperial": "Tómmumál",
|
||||
|
||||
"Worlds.Home" : "Heima",
|
||||
"Worlds.Tutorial" : "Byrjendanámskeið",
|
||||
|
||||
|
|
|
|||
13
ja.json
13
ja.json
|
|
@ -1026,6 +1026,17 @@
|
|||
"Export.PackageExportable.Package": "Resoniteパッケージ",
|
||||
"Export.PackageExportable.PackageWithVariants": "Resoniteパッケージ<size=50%>(+variants)</size>",
|
||||
|
||||
"Export.AudioExportable.OriginalFormat" : "音声<size=75%>(元のフォーマット)</size>",
|
||||
|
||||
"Export.VideoExportable.OriginalFormat" : "動画<size=75%>(元のフォーマット)</size>",
|
||||
|
||||
"Importer.Package.Progress.DecodingPackage" : "パッケージを解凍中",
|
||||
"Importer.Package.Progress.DecodingObject" : "オブジェクトを解凍中",
|
||||
"Importer.Package.Progress.ImportingAssets" : "アセットインポート中",
|
||||
"Importer.Package.Progress.LoadingObject" : "オブジェクト読込中",
|
||||
"Importer.Package.Progress.Imported" : "パッケージのインポート完了",
|
||||
"Importer.Package.Progress.Fail" : "インポート失敗。ログを確認してください。",
|
||||
|
||||
"NewWorld.Title": "新規ワールドを作成",
|
||||
"NewWorld.SessionTitle": "新しいセッション",
|
||||
"NewWorld.Template": "テンプレートを選択",
|
||||
|
|
@ -1688,7 +1699,7 @@
|
|||
"Settings.PhotoCaptureSettings.TimerSeconds": "タイマーの時間(秒)",
|
||||
"Settings.PhotoCaptureSettings.TimerSeconds.Description": "タイマー撮影時のタイマー時間の長さを設定できます。",
|
||||
"Settings.PhotoCaptureSettings.PhotoAutosavePath": "自動保存パス",
|
||||
"Settings.PhotoCaptureSettings.PhotoAutosavePath.Description": "保存先を示すパスを設定することで、撮影(またはコンテキストメニューから保存)した写真を自動でゲーム内インベントリに保存します。パスの例: <color=hero.yellowr>Photos/%year%/%month_name%</color>\n\n変数として次のものが使えます。\n\nn<size=75%>%second%, %minute%, %hour%, %day%, %month%, %year%, %day_name%, %day_name_en%, %month_name%, %month_name_en%, %session_second%, %session_minute%, %session_hour%, %session_day%, %session_month%, %session_year%, %session_day_name%, %session_day_name_en%, %session_month_name%, %session_month_name_en%, %location_name%, %app_version%</size",
|
||||
"Settings.PhotoCaptureSettings.PhotoAutosavePath.Description": "保存先を示すパスを設定することで、撮影(またはコンテキストメニューから保存)した写真を自動でゲーム内インベントリに保存します。例: <color=hero.yellow>Photos/%year%/%month_name%</color>\n\n変数として次のものが使えます。\n\n<size=75%>%second%, %minute%, %hour%, %day%, %month%, %year%, %day_name%, %day_name_en%, %month_name%, %month_name_en%, %session_second%, %session_minute%, %session_hour%, %session_day%, %session_month%, %session_year%, %session_day_name%, %session_day_name_en%, %session_month_name%, %session_month_name_en%, %location_name%, %app_version%</size>",
|
||||
"Settings.PhotoCaptureSettings.CapturePrivateUI": "プライベートUIを撮影",
|
||||
"Settings.PhotoCaptureSettings.CapturePrivateUI.Description": "有効にすると、ダッシュメニューなどのプライベートなUIが撮影時に含まれます。\n\nこの設定を有効にしたままにすると、誤って撮影してしまった場合に、個人情報が漏れてしまう可能性があるので、撮影が終わったらオフにすることをおすすめします。",
|
||||
"Settings.PhotoCaptureSettings.EncodeFormat": "エンコードフォーマット",
|
||||
|
|
|
|||
23
ko.json
23
ko.json
|
|
@ -1023,6 +1023,20 @@
|
|||
"Exporter.Export": "내보내기",
|
||||
"Exporter.Exporting": "내보내는 중...",
|
||||
|
||||
"Export.PackageExportable.Package": "레소나이트 패키지",
|
||||
"Export.PackageExportable.PackageWithVariants": "레소나이트 패키지 <size=75%>(베리언트 포함)</size>",
|
||||
|
||||
"Export.AudioExportable.OriginalFormat" : "음향 <size=75%>(원본 형식)</size>",
|
||||
|
||||
"Export.VideoExportable.OriginalFormat" : "영상 <size=75%>(원본 형식)</size>",
|
||||
|
||||
"Importer.Package.Progress.DecodingPackage" : "패키지 디코딩",
|
||||
"Importer.Package.Progress.DecodingObject" : "객체 디코딩",
|
||||
"Importer.Package.Progress.ImportingAssets" : "자산 가져오는 중",
|
||||
"Importer.Package.Progress.LoadingObject" : "객체 읽어오는 중",
|
||||
"Importer.Package.Progress.Imported" : "패키지를 가져왔습니다.",
|
||||
"Importer.Package.Progress.Fail" : "패키지 가져오기에 실패하였습니다. 로그를 확인해 주세요.",
|
||||
|
||||
"NewWorld.Title": "새 월드",
|
||||
"NewWorld.SessionTitle": "새로운 세션",
|
||||
"NewWorld.Template": "월드 템플릿:",
|
||||
|
|
@ -2013,7 +2027,7 @@
|
|||
"Inspector.Texture.InvertG": "녹색 반전",
|
||||
"Inspector.Texture.InvertB": "청색 반전",
|
||||
"Inspector.Texture.InvertA": "투명도 반전",
|
||||
"Inspector.Texture.ColorToAlphaWhite": "색상값을 투명도에 반비례 반영 및 흰색 채우기",
|
||||
"Inspector.Texture.ColorToAlphaWhite": "색상값을 투명도에 반비례 반영 및 백색 채우기",
|
||||
"Inspector.Texture.ColorToAlphaBlack": "색상값을 투명도에 반비례 반영 및 흑색 채우기",
|
||||
"Inspector.Texture.AlphaFromIntensity": "색상값을 투명도에 비례 반영",
|
||||
"Inspector.Texture.AlphaToMask": "투명도로 마스크 이미지 생성",
|
||||
|
|
@ -2054,9 +2068,12 @@
|
|||
"Inspector.Texture.NormalizeMinMax" : "정규화 (최소 및 최대)",
|
||||
"Inspector.Texture.NormalizeIndependent" : "RGB 독립적으로 정규화 (최소 및 최대)",
|
||||
"Inspector.Texture.BleedColorToAlpha" : "투명 경계선 흐리기",
|
||||
"Inspector.Texture.AlphaGamma": "투명도 감마",
|
||||
"Inspector.Texture.AdjustAlphaGamma": " 투명도 감마 조정",
|
||||
"Inspector.Texture.AddAlpha": "투명도 추가",
|
||||
|
||||
"Inspector.Texture.InvalidFloats": "Diagnostic: Invalid floats",
|
||||
"Inspector.Texture.GenerateMetadata": "Diagnostic: 비트맵 메타데이터 생성",
|
||||
"Inspector.Texture.InvalidFloats": "진단 : 유효하지 않은 수치",
|
||||
"Inspector.Texture.GenerateMetadata": "진단 : 비트맵 메타데이터 생성",
|
||||
|
||||
"Inspector.Material.VariantInfo": "변수정보: {variantID} (Raw: {rawVariantID})",
|
||||
"Inspector.Material.WaitingForApply": "적용 대기중: {waiting}",
|
||||
|
|
|
|||
3
no.json
3
no.json
|
|
@ -55,6 +55,9 @@
|
|||
"General.Sort.Ascending": "Stigende",
|
||||
"General.Sort.Descending": "synkende",
|
||||
|
||||
"General.Units.Metric": "Metrisk",
|
||||
"General.Units.Imperial": "Imperial",
|
||||
|
||||
"Worlds.Home": "Hjemme",
|
||||
"Worlds.Tutorial": "Veiledning",
|
||||
|
||||
|
|
|
|||
3
pl.json
3
pl.json
|
|
@ -55,6 +55,9 @@
|
|||
"General.Sort.Ascending": "Rosnąco",
|
||||
"General.Sort.Descending": "Malejąco",
|
||||
|
||||
"General.Units.Metric": "Metryczny",
|
||||
"General.Units.Imperial": "Imperialny",
|
||||
|
||||
"Worlds.Home": "Dom",
|
||||
"Worlds.Tutorial": "Tutorial",
|
||||
|
||||
|
|
|
|||
|
|
@ -55,6 +55,9 @@
|
|||
"General.Sort.Ascending": "Crescente",
|
||||
"General.Sort.Descending": "Decrescente",
|
||||
|
||||
"General.Units.Metric": "Métrico",
|
||||
"General.Units.Imperial": "Imperial",
|
||||
|
||||
"Worlds.Home" : "Casa",
|
||||
"Worlds.Tutorial" : "Tutorial",
|
||||
|
||||
|
|
|
|||
3
ru.json
3
ru.json
|
|
@ -2068,6 +2068,9 @@
|
|||
"Inspector.Texture.NormalizeMinMax": "Нормализовать (min и max)",
|
||||
"Inspector.Texture.NormalizeIndependent": "Нормализовать отдельно RGB (min и max)",
|
||||
"Inspector.Texture.BleedColorToAlpha": "Слияние цвета с Альфа-каналом",
|
||||
"Inspector.Texture.AlphaGamma": "Гамма Альфа-канала",
|
||||
"Inspector.Texture.AdjustAlphaGamma": "Поменять гамму Альфа-канала",
|
||||
"Inspector.Texture.AddAlpha": "Добавить Альфа-канал",
|
||||
|
||||
"Inspector.Texture.InvalidFloats": "Диагностика: Не действительные float числа",
|
||||
"Inspector.Texture.GenerateMetadata": "Диагностика: Генерация Bitmap Метаданных",
|
||||
|
|
|
|||
3
tr.json
3
tr.json
|
|
@ -29,6 +29,9 @@
|
|||
"General.Sort.Ascending": "Artan",
|
||||
"General.Sort.Descending": "Azalan",
|
||||
|
||||
"General.Units.Metric": "Metrik",
|
||||
"General.Units.Imperial": "Imperial",
|
||||
|
||||
"Locomotion.Noclip.Name": "Klipsiz",
|
||||
"Locomotion.Noclip.Description": "Basit, klipsiz uçuş modu, düzenleme için ideal.",
|
||||
"Locomotion.Teleport.Name": "Teleport",
|
||||
|
|
|
|||
|
|
@ -55,6 +55,9 @@
|
|||
"General.Sort.Ascending": "升序",
|
||||
"General.Sort.Descending": "降序",
|
||||
|
||||
"General.Units.Metric": "公制",
|
||||
"General.Units.Imperial": "英制",
|
||||
|
||||
"Worlds.Home" : "家",
|
||||
"Worlds.Tutorial" : "教程",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue