From 919d6678c7df44fde69ed882b3b01aeb74734b3b Mon Sep 17 00:00:00 2001 From: StiefelJackal Date: Mon, 10 Jun 2024 21:36:16 -0400 Subject: [PATCH 01/16] fix: readd metric and imperial keys from previous legacy keys readd metric and imperial keys that were removed previously under legacy keys in some languages --- cs.json | 3 +++ eo.json | 3 +++ es.json | 3 +++ et.json | 3 +++ is.json | 3 +++ nl.json | 3 +++ no.json | 3 +++ pl.json | 3 +++ pt-br.json | 3 +++ tr.json | 3 +++ zh-tw.json | 3 +++ 11 files changed, 33 insertions(+) diff --git a/cs.json b/cs.json index e0546a3..9bf176b 100644 --- a/cs.json +++ b/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", diff --git a/eo.json b/eo.json index fa6be6a..aa1259c 100644 --- a/eo.json +++ b/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", diff --git a/es.json b/es.json index 809574c..a45f8ef 100644 --- a/es.json +++ b/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", diff --git a/et.json b/et.json index 0abdf90..648fd70 100644 --- a/et.json +++ b/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", diff --git a/is.json b/is.json index 6f1b8e3..72e6bcf 100644 --- a/is.json +++ b/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ð", diff --git a/nl.json b/nl.json index 1a82c76..2f6e499 100644 --- a/nl.json +++ b/nl.json @@ -45,6 +45,9 @@ "General.Sort.Ascending": "Oplopend", "General.Sort.Descending": "Aflopend", + "General.Units.Metric": "Metrisch", + "General.Units.Imperial": "Imperiaal", + "Locomotion.Noclip.Name": "Noclip", "Locomotion.Noclip.Description": "Eenvoudige vliegmodus zonder colisie, ideaal voor editing.", "Locomotion.Teleport.Name": "Teleporteren", diff --git a/no.json b/no.json index c9dba73..27c9377 100644 --- a/no.json +++ b/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", diff --git a/pl.json b/pl.json index 12e0b86..ac32e56 100644 --- a/pl.json +++ b/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", diff --git a/pt-br.json b/pt-br.json index 974d7f0..5c9d099 100644 --- a/pt-br.json +++ b/pt-br.json @@ -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", diff --git a/tr.json b/tr.json index 5484604..6e094b1 100644 --- a/tr.json +++ b/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", diff --git a/zh-tw.json b/zh-tw.json index 58d318f..e92c22a 100644 --- a/zh-tw.json +++ b/zh-tw.json @@ -55,6 +55,9 @@ "General.Sort.Ascending": "升序", "General.Sort.Descending": "降序", + "General.Units.Metric": "公制", + "General.Units.Imperial": "英制", + "Worlds.Home" : "家", "Worlds.Tutorial" : "教程", From 8deaf5c908f08a161b529cda7a0409e6692446be Mon Sep 17 00:00:00 2001 From: Gwang Sun Yun Date: Tue, 11 Jun 2024 12:16:19 +0900 Subject: [PATCH 02/16] KR:Packaging --- ko.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ko.json b/ko.json index 74985ad..2ad56ea 100644 --- a/ko.json +++ b/ko.json @@ -1023,6 +1023,20 @@ "Exporter.Export": "내보내기", "Exporter.Exporting": "내보내는 중...", + "Export.PackageExportable.Package": "레소나이트 패키지", + "Export.PackageExportable.PackageWithVariants": "레소나이트 패키지 (+variants)", + + "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" : "패키지 가져오기에 실패하였습니다. 로그를 확인해 주세요.", + "NewWorld.Title": "새 월드", "NewWorld.SessionTitle": "새로운 세션", "NewWorld.Template": "월드 템플릿:", From 762ec23b043d5fa085908561b011a7e926d71586 Mon Sep 17 00:00:00 2001 From: Gwang Sun Yun Date: Tue, 11 Jun 2024 12:18:08 +0900 Subject: [PATCH 03/16] Update ko.json --- ko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ko.json b/ko.json index 2ad56ea..3da88b0 100644 --- a/ko.json +++ b/ko.json @@ -1024,7 +1024,7 @@ "Exporter.Exporting": "내보내는 중...", "Export.PackageExportable.Package": "레소나이트 패키지", - "Export.PackageExportable.PackageWithVariants": "레소나이트 패키지 (+variants)", + "Export.PackageExportable.PackageWithVariants": "레소나이트 패키지 (베리언트 포함)", "Export.AudioExportable.OriginalFormat" : "음향 (원본 형식)", From e70818b6e630829f5f47e53be79baa5c99617a82 Mon Sep 17 00:00:00 2001 From: Aesc <49610790+Aesc3625@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:30:09 +0900 Subject: [PATCH 04/16] Update ja.json --- ja.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ja.json b/ja.json index cc35576..b3c7d00 100644 --- a/ja.json +++ b/ja.json @@ -1026,6 +1026,17 @@ "Export.PackageExportable.Package": "Resonite​パッケージ", "Export.PackageExportable.PackageWithVariants": "Resonite​パッケージ​(+variants)", + "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" : "インポート失敗。ログを確認してください。", + "NewWorld.Title": "新規ワールドを作成", "NewWorld.SessionTitle": "新しいセッション", "NewWorld.Template": "テンプレートを選択", From 758865387677ae7cbac511fde021ed0c4afa2879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=9E=E3=81=9E=E3=81=8B=E3=81=99?= Date: Tue, 11 Jun 2024 14:33:30 +0900 Subject: [PATCH 05/16] fix: typo --- ja.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ja.json b/ja.json index cc35576..c5d24da 100644 --- a/ja.json +++ b/ja.json @@ -1688,7 +1688,7 @@ "Settings.PhotoCaptureSettings.TimerSeconds": "タイマーの時間(秒)", "Settings.PhotoCaptureSettings.TimerSeconds.Description": "タイマー撮影時のタイマー時間の長さを設定できます。", "Settings.PhotoCaptureSettings.PhotoAutosavePath": "自動保存パス", - "Settings.PhotoCaptureSettings.PhotoAutosavePath.Description": "保存先を示すパスを設定することで、撮影(またはコンテキストメニューから保存)した写真を自動でゲーム内インベントリに保存します。パスの例: Photos/%year%/%month_name%\n\n変数として次のものが使えます。\n\nn%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%Photos/%year%/%month_name%\n\n変数として次のものが使えます。\n\n%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%", "Settings.PhotoCaptureSettings.CapturePrivateUI": "プライベートUIを撮影", "Settings.PhotoCaptureSettings.CapturePrivateUI.Description": "有効にすると、ダッシュメニューなどのプライベートなUIが撮影時に含まれます。\n\nこの設定を有効にしたままにすると、誤って撮影してしまった場合に、個人情報が漏れてしまう可能性があるので、撮影が終わったらオフにすることをおすすめします。", "Settings.PhotoCaptureSettings.EncodeFormat": "エンコードフォーマット", From 419751dbd8600b55791a73d9b6d69cd6b3871f05 Mon Sep 17 00:00:00 2001 From: "Jae Lo Presti [j4]" Date: Tue, 11 Jun 2024 10:26:30 +0300 Subject: [PATCH 06/16] chore: translate strings from Beta 2024.6.11.74 --- fr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/fr.json b/fr.json index a120701..ab99c2b 100644 --- a/fr.json +++ b/fr.json @@ -1026,6 +1026,17 @@ "Export.PackageExportable.Package": "Paquet Resonite", "Export.PackageExportable.PackageWithVariants": "Paquet Resonite (+variants)", + "Export.AudioExportable.OriginalFormat": "Audio (format original)", + + "Export.VideoExportable.OriginalFormat": "Vidéo (format original)", + + "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:", From 1e6b1f1032a6613149848b2192669afe9b6241d9 Mon Sep 17 00:00:00 2001 From: Autumn <110392755+paradoxical-autumn@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:45:15 +0100 Subject: [PATCH 07/16] Update en-gb.json --- en-gb.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en-gb.json b/en-gb.json index af7110e..205edc2 100644 --- a/en-gb.json +++ b/en-gb.json @@ -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" } } From b4cda3fc50b14f56d27fb788f65b6702dfee7fd2 Mon Sep 17 00:00:00 2001 From: Autumn <110392755+paradoxical-autumn@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:50:33 +0100 Subject: [PATCH 08/16] Update en-gb.json --- en-gb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-gb.json b/en-gb.json index 205edc2..0badab5 100644 --- a/en-gb.json +++ b/en-gb.json @@ -1,6 +1,6 @@ { "localeCode": "en-gb", - "authors": ["Nammi", "Enverex", "atomicwave", "CyberZott"], + "authors": ["Nammi", "Enverex", "atomicwave", "CyberZott", "paradox19"], "messages": { "Undo.ChangeColor": "Change Colour", From 9be0c91d3bcb78edb3038b4e8314d7149d42cd8c Mon Sep 17 00:00:00 2001 From: Autumn <110392755+paradoxical-autumn@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:00:17 +0100 Subject: [PATCH 09/16] Remove myself Actually, I don't deserve / want credit here. --- en-gb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-gb.json b/en-gb.json index 0badab5..205edc2 100644 --- a/en-gb.json +++ b/en-gb.json @@ -1,6 +1,6 @@ { "localeCode": "en-gb", - "authors": ["Nammi", "Enverex", "atomicwave", "CyberZott", "paradox19"], + "authors": ["Nammi", "Enverex", "atomicwave", "CyberZott"], "messages": { "Undo.ChangeColor": "Change Colour", From 950086613fea4dafe78edabcdca685112d213270 Mon Sep 17 00:00:00 2001 From: StiefelJackal Date: Sun, 23 Jun 2024 05:54:13 -0400 Subject: [PATCH 10/16] fix: add missing inspector texture keys for alpha and alpha gamma --- en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en.json b/en.json index 1d7a9ea..23dc575 100644 --- a/en.json +++ b/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", From de64775126e2fb6016e76a3cdeb5329998d96fc3 Mon Sep 17 00:00:00 2001 From: Shadow Panther Date: Tue, 25 Jun 2024 00:04:08 +0200 Subject: [PATCH 11/16] RU: Texture Alpha strings --- ru.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ru.json b/ru.json index 1fd2ef2..661c259 100644 --- a/ru.json +++ b/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 Метаданных", From c185eaabd893a2c857b61164535188dc9a876cf8 Mon Sep 17 00:00:00 2001 From: Frooxius Date: Tue, 25 Jun 2024 00:51:18 +0200 Subject: [PATCH 12/16] Update stats --- Missing/cs.md | 5 +++-- Missing/de.md | 5 +++++ Missing/en-gb.md | 5 +++-- Missing/eo.md | 5 +++-- Missing/es.md | 5 +++-- Missing/et.md | 5 +++-- Missing/fi.md | 3 +++ Missing/fr.md | 11 +++-------- Missing/is.md | 5 +++-- Missing/ja.md | 11 +++-------- Missing/ko.md | 13 +++---------- Missing/nl.md | 5 +++-- Missing/no.md | 5 +++-- Missing/pl.md | 5 +++-- Missing/pt-br.md | 5 +++-- Missing/ru.md | 5 +++++ Missing/sv.md | 3 +++ Missing/th.md | 3 +++ Missing/tr.md | 5 +++-- Missing/zh-cn.md | 3 +++ Missing/zh-tw.md | 5 +++-- README.md | 44 ++++++++++++++++++++++---------------------- 22 files changed, 89 insertions(+), 72 deletions(-) diff --git a/Missing/cs.md b/Missing/cs.md index 2b477f5..a380446 100644 --- a/Missing/cs.md +++ b/Missing/cs.md @@ -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 diff --git a/Missing/de.md b/Missing/de.md index 49c4e2e..845ec69 100644 --- a/Missing/de.md +++ b/Missing/de.md @@ -1,3 +1,8 @@ # Missing Keys Note that this file updates only during build processes and doesn't necessarily reflect the current state. +# German [de] +Inspector.Texture.AlphaGamma +Inspector.Texture.AdjustAlphaGamma +Inspector.Texture.AddAlpha + diff --git a/Missing/en-gb.md b/Missing/en-gb.md index 084c20c..291de87 100644 --- a/Missing/en-gb.md +++ b/Missing/en-gb.md @@ -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 diff --git a/Missing/eo.md b/Missing/eo.md index 0f48c3d..0d314c1 100644 --- a/Missing/eo.md +++ b/Missing/eo.md @@ -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 diff --git a/Missing/es.md b/Missing/es.md index 3d71d8a..7d3139d 100644 --- a/Missing/es.md +++ b/Missing/es.md @@ -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 diff --git a/Missing/et.md b/Missing/et.md index 30b249d..3ea8a20 100644 --- a/Missing/et.md +++ b/Missing/et.md @@ -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 diff --git a/Missing/fi.md b/Missing/fi.md index 18c377f..a62d9b7 100644 --- a/Missing/fi.md +++ b/Missing/fi.md @@ -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 diff --git a/Missing/fr.md b/Missing/fr.md index 5d2bebf..3d58536 100644 --- a/Missing/fr.md +++ b/Missing/fr.md @@ -2,12 +2,7 @@ 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 +Inspector.Texture.AlphaGamma +Inspector.Texture.AdjustAlphaGamma +Inspector.Texture.AddAlpha diff --git a/Missing/is.md b/Missing/is.md index 19860c2..1f41bf5 100644 --- a/Missing/is.md +++ b/Missing/is.md @@ -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 diff --git a/Missing/ja.md b/Missing/ja.md index 08ae794..0914c6c 100644 --- a/Missing/ja.md +++ b/Missing/ja.md @@ -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 diff --git a/Missing/ko.md b/Missing/ko.md index db27b82..14f1709 100644 --- a/Missing/ko.md +++ b/Missing/ko.md @@ -2,14 +2,7 @@ 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 +Inspector.Texture.AlphaGamma +Inspector.Texture.AdjustAlphaGamma +Inspector.Texture.AddAlpha diff --git a/Missing/nl.md b/Missing/nl.md index 7c1512b..29fccc5 100644 --- a/Missing/nl.md +++ b/Missing/nl.md @@ -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 diff --git a/Missing/no.md b/Missing/no.md index 8b7902c..3908f1f 100644 --- a/Missing/no.md +++ b/Missing/no.md @@ -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 diff --git a/Missing/pl.md b/Missing/pl.md index ea60258..ef81f2a 100644 --- a/Missing/pl.md +++ b/Missing/pl.md @@ -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 diff --git a/Missing/pt-br.md b/Missing/pt-br.md index 52decef..6963b7e 100644 --- a/Missing/pt-br.md +++ b/Missing/pt-br.md @@ -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 diff --git a/Missing/ru.md b/Missing/ru.md index 49c4e2e..e79eeb6 100644 --- a/Missing/ru.md +++ b/Missing/ru.md @@ -1,3 +1,8 @@ # Missing Keys Note that this file updates only during build processes and doesn't necessarily reflect the current state. +# Russian [ru] +Inspector.Texture.AlphaGamma +Inspector.Texture.AdjustAlphaGamma +Inspector.Texture.AddAlpha + diff --git a/Missing/sv.md b/Missing/sv.md index f0aee1d..36359ec 100644 --- a/Missing/sv.md +++ b/Missing/sv.md @@ -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 diff --git a/Missing/th.md b/Missing/th.md index 325ee5d..4f08010 100644 --- a/Missing/th.md +++ b/Missing/th.md @@ -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 diff --git a/Missing/tr.md b/Missing/tr.md index 4889e06..0913f0c 100644 --- a/Missing/tr.md +++ b/Missing/tr.md @@ -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 diff --git a/Missing/zh-cn.md b/Missing/zh-cn.md index 06d3c93..c8c9df6 100644 --- a/Missing/zh-cn.md +++ b/Missing/zh-cn.md @@ -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 diff --git a/Missing/zh-tw.md b/Missing/zh-tw.md index e5d1022..bfa0a69 100644 --- a/Missing/zh-tw.md +++ b/Missing/zh-tw.md @@ -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 diff --git a/README.md b/README.md index 5ba9505..79b3e12 100644 --- a/README.md +++ b/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 -German [de] - 100.0% - Missing keys: 0 -English (United Kingdom) [en-gb] - 1.8% - Missing keys: 2231 +Czech [cs] - 70.5% - Missing keys: 670 +German [de] - 99.9% - Missing keys: 3 +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 -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 +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] - 99.9% - Missing keys: 3 +Icelandic [is] - 28.1% - Missing keys: 1635 +Japanese [ja] - 99.9% - Missing keys: 3 +Korean [ko] - 99.9% - Missing keys: 3 +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] - 99.9% - Missing keys: 3 +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. From 8230c5117004faf0ee5bd0421baa47747e463f98 Mon Sep 17 00:00:00 2001 From: Gwang Sun Yun Date: Tue, 25 Jun 2024 08:43:51 +0900 Subject: [PATCH 13/16] KR:Inspector & Some word --- ko.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ko.json b/ko.json index 3da88b0..6f50f65 100644 --- a/ko.json +++ b/ko.json @@ -2027,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": "투명도로 마스크 이미지 생성", @@ -2068,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}", From 172e917981ccfaca139619a0a5973cf0adb6c350 Mon Sep 17 00:00:00 2001 From: "Jae Lo Presti [j4]" Date: Tue, 25 Jun 2024 11:50:55 +0300 Subject: [PATCH 14/16] chore: translate strings from Beta 2024.6.24.1317 --- fr.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fr.json b/fr.json index ab99c2b..bd5e3fe 100644 --- a/fr.json +++ b/fr.json @@ -2071,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", From 1d62c442a0765d4e4e1a668ec3edf3853f6b9679 Mon Sep 17 00:00:00 2001 From: Muppeq <147259359+Muppeq@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:57:02 +0200 Subject: [PATCH 15/16] de: added translated inspector aplha strings and consistent capitalisations --- de.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/de.json b/de.json index 3f0a663..4d6d406 100644 --- a/de.json +++ b/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", From 57ed3d127e5cec57353715f481856bf54c6c9aa6 Mon Sep 17 00:00:00 2001 From: Frooxius Date: Tue, 25 Jun 2024 21:04:27 +0200 Subject: [PATCH 16/16] Update stats --- Missing/de.md | 5 ----- Missing/fr.md | 5 ----- Missing/ko.md | 5 ----- Missing/ru.md | 5 ----- README.md | 8 ++++---- 5 files changed, 4 insertions(+), 24 deletions(-) diff --git a/Missing/de.md b/Missing/de.md index 845ec69..49c4e2e 100644 --- a/Missing/de.md +++ b/Missing/de.md @@ -1,8 +1,3 @@ # Missing Keys Note that this file updates only during build processes and doesn't necessarily reflect the current state. -# German [de] -Inspector.Texture.AlphaGamma -Inspector.Texture.AdjustAlphaGamma -Inspector.Texture.AddAlpha - diff --git a/Missing/fr.md b/Missing/fr.md index 3d58536..49c4e2e 100644 --- a/Missing/fr.md +++ b/Missing/fr.md @@ -1,8 +1,3 @@ # Missing Keys Note that this file updates only during build processes and doesn't necessarily reflect the current state. -# French [fr] -Inspector.Texture.AlphaGamma -Inspector.Texture.AdjustAlphaGamma -Inspector.Texture.AddAlpha - diff --git a/Missing/ko.md b/Missing/ko.md index 14f1709..49c4e2e 100644 --- a/Missing/ko.md +++ b/Missing/ko.md @@ -1,8 +1,3 @@ # Missing Keys Note that this file updates only during build processes and doesn't necessarily reflect the current state. -# Korean [ko] -Inspector.Texture.AlphaGamma -Inspector.Texture.AdjustAlphaGamma -Inspector.Texture.AddAlpha - diff --git a/Missing/ru.md b/Missing/ru.md index e79eeb6..49c4e2e 100644 --- a/Missing/ru.md +++ b/Missing/ru.md @@ -1,8 +1,3 @@ # Missing Keys Note that this file updates only during build processes and doesn't necessarily reflect the current state. -# Russian [ru] -Inspector.Texture.AlphaGamma -Inspector.Texture.AdjustAlphaGamma -Inspector.Texture.AddAlpha - diff --git a/README.md b/README.md index 79b3e12..8b794e3 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,22 @@ This repository contains the locale assets for the core UI of [Resonite](https:/ ## Localization Status Czech [cs] - 70.5% - Missing keys: 670 -German [de] - 99.9% - Missing keys: 3 +German [de] - 100.0% - Missing keys: 0 English (United Kingdom) [en-gb] - 1.9% - Missing keys: 2232 English [en] - 100.0% - Missing keys: 0 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] - 99.9% - Missing keys: 3 +French [fr] - 100.0% - Missing keys: 0 Icelandic [is] - 28.1% - Missing keys: 1635 Japanese [ja] - 99.9% - Missing keys: 3 -Korean [ko] - 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] - 99.9% - Missing keys: 3 +Russian [ru] - 100.0% - Missing keys: 0 Swedish [sv] - 28.0% - Missing keys: 1638 Thai [th] - 1.8% - Missing keys: 2235 Turkish [tr] - 35.7% - Missing keys: 1462