From e569bce8050ceeb08e06d7dc8f1b8660d6e3db13 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 29 Oct 2021 16:41:04 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Release=20note=20=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/implementation/first_person.md | 2 +- docs/release/079/v0.88.0.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/implementation/first_person.md b/docs/implementation/first_person.md index 20ca3247c..dd7bab5a8 100644 --- a/docs/implementation/first_person.md +++ b/docs/implementation/first_person.md @@ -10,7 +10,7 @@ | true | FirstPersonOnly | ✅ | ❌ | FIRSTPERSON | | true | ThirdPersonOnly | ❌ | ✅ | THIRDPERSON | | true | Both | ✅ | ✅ | default | -| true | Auto | - | - | FirstPersonOnly と ThirdPersonOnly に分割する | +| true | Auto | - | - | Both と ThirdPersonOnly に分割する | | false | FirstPersonOnly | ❌ | ❌ | 完全に描画されない。Rendererの描画を止める | | false | ThirdPersonOnly | ✅ | ✅ | default | | false | Both | ✅ | ✅ | default | diff --git a/docs/release/079/v0.88.0.md b/docs/release/079/v0.88.0.md index 71fa91a36..cd72234d9 100644 --- a/docs/release/079/v0.88.0.md +++ b/docs/release/079/v0.88.0.md @@ -12,6 +12,11 @@ * [Error when load glb file (buffer.uri)](https://github.com/vrm-c/UniVRM/issues/1326) ## 1.0 +* [[\#1346](https://github.com/vrm-c/UniVRM/pull/1346)] Fix10/fix expression migration +* [[\#1347](https://github.com/vrm-c/UniVRM/pull/1347)] [1.0] Expression UV Binding の挙動 +* [[\#1353](https://github.com/vrm-c/UniVRM/pull/1353)] Migrate legacy Unlit shaders +* [[\#1349](https://github.com/vrm-c/UniVRM/pull/1349)] fix (VRM1.0, MToon): exported emissive factor should be in linear colorspace +* [[\#1348](https://github.com/vrm-c/UniVRM/pull/1348)] fix (VRM1.0, MToon): change export spec version to 1.0-beta * [[\#1347](https://github.com/vrm-c/UniVRM/pull/1347)] [1.0] Expression UV Binding の挙動 * [[\#1346](https://github.com/vrm-c/UniVRM/pull/1346)] Fix10/fix expression migration * [[\#1344](https://github.com/vrm-c/UniVRM/pull/1344)] [1.0] const LICENSE_URL_JA From f923280a4b91eb7f2b84f7fdebd78fe4933346f9 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 29 Oct 2021 16:42:57 +0900 Subject: [PATCH 2/3] update po --- .../en/LC_MESSAGES/gltf/0_82_glb_import.po | 18 +++++--- .../implementation/first_person.po | 7 ++- .../en/LC_MESSAGES/release/056/index.po | 5 ++- .../en/LC_MESSAGES/release/079/v0.79.0.po | 7 ++- .../en/LC_MESSAGES/release/079/v0.80.0.po | 7 ++- .../en/LC_MESSAGES/release/079/v0.81.0.po | 7 ++- .../en/LC_MESSAGES/release/079/v0.82.0.po | 11 +++-- docs/locale/en/LC_MESSAGES/vrm0/index.po | 45 +++++++++---------- docs/vrm0/index.md | 2 +- 9 files changed, 63 insertions(+), 46 deletions(-) diff --git a/docs/locale/en/LC_MESSAGES/gltf/0_82_glb_import.po b/docs/locale/en/LC_MESSAGES/gltf/0_82_glb_import.po index 1b6fd2bc4..0aa08da39 100644 --- a/docs/locale/en/LC_MESSAGES/gltf/0_82_glb_import.po +++ b/docs/locale/en/LC_MESSAGES/gltf/0_82_glb_import.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: UniVRM Programming Document \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-15 16:47+0900\n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -101,16 +101,16 @@ msgid "materialGenerator で URP 用のマテリアルをロードする" msgstr "Load URP material by materialGenerator argument" #: ../../gltf/0_82_glb_import.md:100 -msgid "`materialGenerator` 引き数(省略可能)を指定することで URP マテリアルを生成するようにカスタムできます。" +msgid "" +"{doc}`Import 時に生成される Material をカスタマイズする " +"`" msgstr "" -"You can load URP materials by setting the `materialGenerator` Argument " -"(optional)." -#: ../../gltf/0_82_glb_import.md:114 +#: ../../gltf/0_82_glb_import.md:102 msgid "3. インスタンスを使用する" msgstr "3. Use instance" -#: ../../gltf/0_82_glb_import.md:123 +#: ../../gltf/0_82_glb_import.md:111 msgid "使用後に以下のように破棄してください。関連する Asset(Texture, Material, Meshなど)も破棄されます。" msgstr "" "Destroy after use and discard related assets (textures, materials, " @@ -122,3 +122,9 @@ msgstr "" #~ msgid "`0.82.1` の API です。 `0.82.0` の場合は更新をお願いします。" #~ msgstr "If use `0.82.0`, please upgrade." +#~ msgid "`materialGenerator` 引き数(省略可能)を指定することで URP マテリアルを生成するようにカスタムできます。" +#~ msgstr "" +#~ "You can load URP materials by " +#~ "setting the `materialGenerator` Argument " +#~ "(optional)." + diff --git a/docs/locale/en/LC_MESSAGES/implementation/first_person.po b/docs/locale/en/LC_MESSAGES/implementation/first_person.po index 8047045d6..7e716b7fa 100644 --- a/docs/locale/en/LC_MESSAGES/implementation/first_person.po +++ b/docs/locale/en/LC_MESSAGES/implementation/first_person.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: UniVRM Programming Document \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 16:50+0900\n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -103,7 +103,7 @@ msgid "-" msgstr "" #: ../../implementation/first_person.md -msgid "FirstPersonOnly と ThirdPersonOnly に分割する" +msgid "Both と ThirdPersonOnly に分割する" msgstr "" #: ../../implementation/first_person.md @@ -118,3 +118,6 @@ msgstr "" msgid "default。メッシュ分割など特別な処理は不要" msgstr "" +#~ msgid "FirstPersonOnly と ThirdPersonOnly に分割する" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/056/index.po b/docs/locale/en/LC_MESSAGES/release/056/index.po index a12561ea8..a9ac29eeb 100644 --- a/docs/locale/en/LC_MESSAGES/release/056/index.po +++ b/docs/locale/en/LC_MESSAGES/release/056/index.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: UniVRM Programming Document \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-15 16:47+0900\n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,7 +19,8 @@ msgstr "" "Generated-By: Babel 2.9.1\n" #: ../../release/056/index.md:1 -msgid "v0.56-v0.67 (Unity-2018.4) 推奨バージョンv0.66" +#, fuzzy +msgid "v0.56~v0.67 (Unity-2018.4) 推奨バージョンv0.66" msgstr "v0.56 to v0.67 (Unity-2018.4) Recommended version v0.66" #: ../../release/056/index.md:3 diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.79.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.79.0.po index 104b2b07d..68bbba871 100644 --- a/docs/locale/en/LC_MESSAGES/release/079/v0.79.0.po +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.79.0.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: UniVRM Programming Document \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-15 15:45+0900\n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,7 +27,7 @@ msgid "[v0.79.0](https://github.com/vrm-c/UniVRM/tree/v0.79.0) (2021-07-19)" msgstr "" #: ../../release/079/v0.79.0.md:5 -msgid "[0.79.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.79.0)" +msgid "[Release](http://github.com/vrm-c/UniVRM/releases/tag/v0.79.0)" msgstr "" #: ../../release/079/v0.79.0.md:6 @@ -310,3 +310,6 @@ msgstr "" #~ msgid "[ ] (GLB, GLTF) ScriptedImporter の導入 と Extract の説明" #~ msgstr "" +#~ msgid "[0.79.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.79.0)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.80.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.80.0.po index 48295687a..a228fd7d0 100644 --- a/docs/locale/en/LC_MESSAGES/release/079/v0.80.0.po +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.80.0.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: UniVRM Programming Document \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-15 15:45+0900\n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,7 +27,7 @@ msgid "[v0.80.0](https://github.com/vrm-c/UniVRM/tree/v0.80.0) (2021-08-11)" msgstr "" #: ../../release/079/v0.80.0.md:4 -msgid "[0.80.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.80.0)" +msgid "[Release](http://github.com/vrm-c/UniVRM/releases/tag/v0.80.0)" msgstr "" #: ../../release/079/v0.80.0.md:5 @@ -241,3 +241,6 @@ msgstr "" #~ msgid "[Milestone](https://github.com/vrm-c/UniVRM/milestone/42?closed=1)" #~ msgstr "" +#~ msgid "[0.80.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.80.0)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.81.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.81.0.po index a1fe060fa..f890e5b96 100644 --- a/docs/locale/en/LC_MESSAGES/release/079/v0.81.0.po +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.81.0.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: UniVRM Programming Document \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-15 15:45+0900\n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,7 @@ msgid "[v0.81.0](https://github.com/vrm-c/UniVRM/tree/v0.81.0) (2021-08-20)" msgstr "" #: ../../release/079/v0.81.0.md:7 -msgid "[0.81.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.81.0)" +msgid "[Release](http://github.com/vrm-c/UniVRM/releases/tag/v0.81.0)" msgstr "" #: ../../release/079/v0.81.0.md:8 @@ -263,3 +263,6 @@ msgstr "" #~ msgid "[Milestone](https://github.com/vrm-c/UniVRM/milestone/43?closed=1)" #~ msgstr "" +#~ msgid "[0.81.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.81.0)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.82.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.82.0.po index 7d09494fd..2e612662b 100644 --- a/docs/locale/en/LC_MESSAGES/release/079/v0.82.0.po +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.82.0.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: UniVRM Programming Document \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-15 15:45+0900\n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,7 +27,7 @@ msgid "[v0.82.0](https://github.com/vrm-c/UniVRM/tree/v0.82.0) (2021-09-01)" msgstr "" #: ../../release/079/v0.82.0.md:4 -msgid "[0.82.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.82.0)" +msgid "[Release](http://github.com/vrm-c/UniVRM/releases/tag/v0.82.0)" msgstr "" #: ../../release/079/v0.82.0.md:5 @@ -158,8 +158,11 @@ msgstr "" #~ msgstr "" #~ msgid "" -#~ "[Milestone](https://github.com/vrm-c/UniVRM/milestone/44?closed=1)" -#~ " [Full " +#~ "[Milestone](https://github.com/vrm-c/UniVRM/milestone/44?closed=1) " +#~ "[Full " #~ "Changelog](https://github.com/vrm-c/UniVRM/compare/v0.81.0...v0.82.0)" #~ msgstr "" +#~ msgid "[0.82.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.82.0)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/vrm0/index.po b/docs/locale/en/LC_MESSAGES/vrm0/index.po index 6fc39f720..912bc9c96 100644 --- a/docs/locale/en/LC_MESSAGES/vrm0/index.po +++ b/docs/locale/en/LC_MESSAGES/vrm0/index.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: UniVRM Programming Document \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-15 16:47+0900\n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,42 +22,22 @@ msgstr "" msgid "VRM" msgstr "" -#: ../../vrm0/index.md:16 +#: ../../vrm0/index.md:17 msgid "{doc}`FastSpringBone(0.85) `" msgstr "" -#: ../../vrm0/index.md:18 +#: ../../vrm0/index.md:19 msgid "TODO:" msgstr "" -#: ../../vrm0/index.md:20 +#: ../../vrm0/index.md:21 msgid "🚧 materialGenerator" msgstr "" -#: ../../vrm0/index.md:21 +#: ../../vrm0/index.md:22 msgid "🚧 firstPerson" msgstr "" -#: ../../vrm0/index.md:23 -msgid "Samples" -msgstr "" - -#: ../../vrm0/index.md:25 -msgid "SimpleViewer" -msgstr "" - -#: ../../vrm0/index.md:26 -msgid "RuntimeExporerSample" -msgstr "" - -#: ../../vrm0/index.md:27 -msgid "FirstPersonSample" -msgstr "" - -#: ../../vrm0/index.md:28 -msgid "AnimationBridgeSample" -msgstr "" - #~ msgid "version" #~ msgstr "" @@ -67,3 +47,18 @@ msgstr "" #~ msgid "BlendShapeKey の仕様変更" #~ msgstr "BlendShapeKey API update" +#~ msgid "Samples" +#~ msgstr "" + +#~ msgid "SimpleViewer" +#~ msgstr "" + +#~ msgid "RuntimeExporerSample" +#~ msgstr "" + +#~ msgid "FirstPersonSample" +#~ msgstr "" + +#~ msgid "AnimationBridgeSample" +#~ msgstr "" + diff --git a/docs/vrm0/index.md b/docs/vrm0/index.md index b9f66dd95..85f0f5dc8 100644 --- a/docs/vrm0/index.md +++ b/docs/vrm0/index.md @@ -16,7 +16,7 @@ firstperson * {doc}`FastSpringBone(0.85) ` -### TODO: +## TODO: * 🚧 materialGenerator * 🚧 firstPerson From db2e954424dd09d61203800acd21ffb8f7ea0e82 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 29 Oct 2021 16:47:45 +0900 Subject: [PATCH 3/3] update po --- .../gltf/how_to_customize_material_import.po | 40 ++++ docs/locale/en/LC_MESSAGES/history.po | 76 ++++++++ .../implementation/scripted_importer.po | 83 ++++++++ .../implementation/transparent_zwrite.po | 138 ++++++++++++++ docs/locale/en/LC_MESSAGES/package.po | 80 ++++++++ .../en/LC_MESSAGES/release/079/v0.87.0.po | 168 ++++++++++++++++ .../en/LC_MESSAGES/release/079/v0.88.0.po | 180 ++++++++++++++++++ .../en/LC_MESSAGES/release/unitypackage.po | 124 ++++++++++++ .../vrm0/sample/AnimationBridgeSample.po | 28 +++ .../vrm0/sample/FirstPersonSample.po | 48 +++++ .../vrm0/sample/RuntimeExporterSample.po | 32 ++++ .../LC_MESSAGES/vrm0/sample/SimpleViewer.po | 32 ++++ .../en/LC_MESSAGES/vrm0/sample/index.po | 24 +++ 13 files changed, 1053 insertions(+) create mode 100644 docs/locale/en/LC_MESSAGES/gltf/how_to_customize_material_import.po create mode 100644 docs/locale/en/LC_MESSAGES/history.po create mode 100644 docs/locale/en/LC_MESSAGES/implementation/scripted_importer.po create mode 100644 docs/locale/en/LC_MESSAGES/implementation/transparent_zwrite.po create mode 100644 docs/locale/en/LC_MESSAGES/package.po create mode 100644 docs/locale/en/LC_MESSAGES/release/079/v0.87.0.po create mode 100644 docs/locale/en/LC_MESSAGES/release/079/v0.88.0.po create mode 100644 docs/locale/en/LC_MESSAGES/release/unitypackage.po create mode 100644 docs/locale/en/LC_MESSAGES/vrm0/sample/AnimationBridgeSample.po create mode 100644 docs/locale/en/LC_MESSAGES/vrm0/sample/FirstPersonSample.po create mode 100644 docs/locale/en/LC_MESSAGES/vrm0/sample/RuntimeExporterSample.po create mode 100644 docs/locale/en/LC_MESSAGES/vrm0/sample/SimpleViewer.po create mode 100644 docs/locale/en/LC_MESSAGES/vrm0/sample/index.po diff --git a/docs/locale/en/LC_MESSAGES/gltf/how_to_customize_material_import.po b/docs/locale/en/LC_MESSAGES/gltf/how_to_customize_material_import.po new file mode 100644 index 000000000..bfaa7078a --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/gltf/how_to_customize_material_import.po @@ -0,0 +1,40 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../gltf/how_to_customize_material_import.md:1 +msgid "Import 時に生成される Material をカスタマイズする" +msgstr "" + +#: ../../gltf/how_to_customize_material_import.md:3 +msgid "`IMaterialDescriptorGenerator` を実装することで import 時に適用されるマテリアルを差し替えることができます。" +msgstr "" + +#: ../../gltf/how_to_customize_material_import.md:5 +msgid "materialGenerator で URP 用のマテリアルをロードする" +msgstr "" + +#: ../../gltf/how_to_customize_material_import.md:7 +msgid "URP マテリアルを生成するようにカスタムする例です。" +msgstr "" + +#: ../../gltf/how_to_customize_material_import.md:9 +msgid "" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/history.po b/docs/locale/en/LC_MESSAGES/history.po new file mode 100644 index 000000000..cf1de6cef --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/history.po @@ -0,0 +1,76 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-11 16:50+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../history.md:1 +msgid "Version" +msgstr "" + +#: ../../history.md +msgid "version" +msgstr "" + +#: ../../history.md +msgid "v0.82.1" +msgstr "" + +#: ../../history.md +msgid "`materialGenerator(URP対応)` 引き数と `VrmData`" +msgstr "" + +#: ../../history.md +msgid "v0.79" +msgstr "" + +#: ../../history.md +msgid "`GltfData`" +msgstr "" + +#: ../../history.md +msgid "v0.77" +msgstr "" + +#: ../../history.md +msgid "`RuntimeGltfInstance`" +msgstr "" + +#: ../../history.md +msgid "v0.68" +msgstr "" + +#: ../../history.md +msgid "`GltfParser`" +msgstr "" + +#: ../../history.md +msgid "v0.63.2" +msgstr "" + +#: ../../history.md +msgid "gltf の extension の実装方法を変更" +msgstr "" + +#: ../../history.md +msgid "v0.56" +msgstr "" + +#: ../../history.md +msgid "BlendShapeKey の仕様変更" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/implementation/scripted_importer.po b/docs/locale/en/LC_MESSAGES/implementation/scripted_importer.po new file mode 100644 index 000000000..cf00c194a --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/implementation/scripted_importer.po @@ -0,0 +1,83 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../implementation/scripted_importer.md:1 +msgid "ScriptedImporter の実装" +msgstr "" + +#: ../../implementation/scripted_importer.md:3 +msgid "" +"`v0.68.0` 以降 の `glb/gltf editor importer` と `VRM-1.0 editor importer` " +"の実装で使用している " +"[ScriptedImporter](https://docs.unity3d.com/ja/2019.4/ScriptReference/Experimental.AssetImporters.ScriptedImporter.html)" +" に関して。" +msgstr "" + +#: ../../implementation/scripted_importer.md:5 +msgid "`VRM-1.0` の実装と拡張子がぶつかってしまうので `VRM-0.x` への `ScriptedImporter` 実装はしません" +msgstr "" + +#: ../../implementation/scripted_importer.md:7 +msgid "ScriptedImporter 採用の利点" +msgstr "" + +#: ../../implementation/scripted_importer.md:9 +msgid "Texture の Asset化 が楽" +msgstr "" + +#: ../../implementation/scripted_importer.md:11 +msgid "" +"`AssetPostprocessor` だと普通の方法では実装できない Texture のバイト列を出力して Asset 化して、 " +"これを参照する Material をアセット化するということが、 `ScriptedImporter.GetExternalObjectMap` " +"により無理をせずに実装できます。" +msgstr "" + +#: ../../implementation/scripted_importer.md:15 +msgid "UniVRM では抜け道として `EditorApplication.delayCall` を使用しています。" +msgstr "" + +#: ../../implementation/scripted_importer.md:17 +msgid "Import 設定を作れる" +msgstr "" + +#: ../../implementation/scripted_importer.md:19 +msgid "" +"`ScriptedImporter` を継承したクラスの `public member` や `[SerializeField]` " +"に情報を保存できます。" +msgstr "" + +#: ../../implementation/scripted_importer.md:32 +msgid "ForceText 時に import が低速化するのを回避できる" +msgstr "" + +#: ../../implementation/scripted_importer.md:34 +msgid "" +"`ScriptedImporter` の SubAsset にすることで、 `mesh` などがテキスト(yaml)で Asset " +"化されることを回避できます。 巨大なアセットで差が出ます。" +msgstr "" + +#: ../../implementation/scripted_importer.md:37 +msgid "ScriptedImporter 実装" +msgstr "" + +#: ../../implementation/scripted_importer.md:39 +msgid "TODO: ExternalObjectMap の扱い" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/implementation/transparent_zwrite.po b/docs/locale/en/LC_MESSAGES/implementation/transparent_zwrite.po new file mode 100644 index 000000000..cb174c839 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/implementation/transparent_zwrite.po @@ -0,0 +1,138 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../implementation/transparent_zwrite.md:1 +msgid "UnlitTransparentZWrite" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:3 +msgid "対応状況。" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "UniVRM" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "export" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "import" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "comment" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "✅" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "GLTFの仕様外で MToon でもないので仕様の無い存在に。" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "{doc}`v0.44 `" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "❌" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "MToon のみを extensions.VRM に記述し、 `PBR` と `Unilt` は GLTF として記録する。" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "{doc}`v0.76 `" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "" +"[\\#1004](https://github.com/vrm-c/UniVRM/pull/1004) 仕様外のため削除。import すると " +"MToon になるが調整されていない。" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "{doc}`v0.85 `" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "🔺" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "[\\#1248](https://github.com/vrm-c/UniVRM/pull/1248) import すると MToon になる。" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "{doc}`v0.88 `" +msgstr "" + +#: ../../implementation/transparent_zwrite.md +msgid "[\\#1331](https://github.com/vrm-c/UniVRM/pull/1331) MToon 変換を見直し。" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:13 +msgid "`UniVRM-0.75` 以前はロードできます。" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:14 +msgid "`UniVRM-0.88` 以降は見た目が同様になるように MToon に変換されます。" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:15 +msgid "新規に `ZWriteTransparent` にしたい場合は、 `MToon` を使用してください。" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:17 +msgid "MToon を Unlit 的に設定する" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:19 +msgid "Emission を使うのがこつです。" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:21 +msgid "_MainTex: 元の _MainTex" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:22 +msgid "_Color: (0, 0, 0, 1)" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:23 +msgid "_ShadeTex: null" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:24 +msgid "_ShadeColor: (0, 0, 0, 1)" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:25 +msgid "_EmissiveMap: 元の _MainTex" +msgstr "" + +#: ../../implementation/transparent_zwrite.md:26 +msgid "_Emission: (1, 1, 1, 1)" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/package.po b/docs/locale/en/LC_MESSAGES/package.po new file mode 100644 index 000000000..1b5ba483e --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/package.po @@ -0,0 +1,80 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-11 16:50+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../package.md:1 +msgid "パッケージ構成" +msgstr "" + +#: ../../package.md:3 +msgid "パッケージ" +msgstr "" + +#: ../../package.md +msgid "unitypackage" +msgstr "" + +#: ../../package.md +msgid "folder" +msgstr "" + +#: ../../package.md +msgid "contents" +msgstr "" + +#: ../../package.md +msgid "VRMShaders_UniGLTF" +msgstr "" + +#: ../../package.md +msgid "Assets/VRMShaders, Assets/UniGLTF" +msgstr "" + +#: ../../package.md +msgid "VRMShaders と UniGLTF" +msgstr "" + +#: ../../package.md +msgid "UniVRM" +msgstr "" + +#: ../../package.md +msgid "Assets/VRM" +msgstr "" + +#: ../../package.md +msgid "VRM-0.X" +msgstr "" + +#: ../../package.md +msgid "VRM" +msgstr "" + +#: ../../package.md +msgid "Assets/VRM10" +msgstr "" + +#: ../../package.md +msgid "VRM-1.0(β)" +msgstr "" + +#: ../../package.md:22 +msgid "UPM" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.87.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.87.0.po new file mode 100644 index 000000000..b01d19b4e --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.87.0.po @@ -0,0 +1,168 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../release/079/v0.87.0.md:1 +msgid "v0.87.0: 1.0準備" +msgstr "v0.87.0: Road to 1.0." + +#: ../../release/079/v0.87.0.md:3 +msgid "1.0" +msgstr "" + +#: ../../release/079/v0.87.0.md:5 +msgid "[[\\#1317](https://github.com/vrm-c/UniVRM/pull/1317)] 1.0-beta" +msgstr "" + +#: ../../release/079/v0.87.0.md:6 +msgid "" +"[[\\#1314](https://github.com/vrm-c/UniVRM/pull/1314)] " +"FastSpringBone1.0の内部構造を動的に変更するための仕組みを追加しました" +msgstr "" + +#: ../../release/079/v0.87.0.md:7 +msgid "[[\\#1312](https://github.com/vrm-c/UniVRM/pull/1312)] [1.0] Scale 対応" +msgstr "" + +#: ../../release/079/v0.87.0.md:8 +msgid "" +"[[\\#1308](https://github.com/vrm-c/UniVRM/pull/1308)] [1.0] ushort, byte" +" 型の indices を持つモデルのマイグレーション" +msgstr "" + +#: ../../release/079/v0.87.0.md:9 +msgid "" +"[[\\#1306](https://github.com/vrm-c/UniVRM/pull/1306)] " +"Hierarchyの構築が終わるまでVrm10Instanceの有効化を遅延させる" +msgstr "" + +#: ../../release/079/v0.87.0.md:10 +msgid "[[\\#1305](https://github.com/vrm-c/UniVRM/pull/1305)] [1.0] Migration の修正" +msgstr "" + +#: ../../release/079/v0.87.0.md:12 +msgid "unitypackage" +msgstr "" + +#: ../../release/079/v0.87.0.md:14 +msgid "[[\\#1320](https://github.com/vrm-c/UniVRM/pull/1320)] unity_package" +msgstr "" + +#: ../../release/079/v0.87.0.md:15 +msgid "" +"[[\\#1309](https://github.com/vrm-c/UniVRM/pull/1309)] copy Samples~ to " +"under Assets" +msgstr "" + +#: ../../release/079/v0.87.0.md:16 +msgid "" +"[[\\#1299](https://github.com/vrm-c/UniVRM/pull/1299)] [Maintenance] " +"Samples を Samples~ に移動" +msgstr "" + +#: ../../release/079/v0.87.0.md:18 +msgid "doc" +msgstr "" + +#: ../../release/079/v0.87.0.md:20 +msgid "[[\\#1313](https://github.com/vrm-c/UniVRM/pull/1313)] Doc/update 20211015" +msgstr "" + +#: ../../release/079/v0.87.0.md:21 +msgid "" +"[[\\#1302](https://github.com/vrm-c/UniVRM/pull/1302)] " +"rtdテンプレート向けの言語スイッチリンク" +msgstr "" + +#: ../../release/079/v0.87.0.md:22 +msgid "" +"[[\\#1301](https://github.com/vrm-c/UniVRM/pull/1301)] update release " +"notes" +msgstr "" + +#: ../../release/079/v0.87.0.md:23 +msgid "[[\\#1298](https://github.com/vrm-c/UniVRM/pull/1298)] Doc/update theme" +msgstr "" + +#: ../../release/079/v0.87.0.md:24 +msgid "[[\\#1297](https://github.com/vrm-c/UniVRM/pull/1297)] Doc/reelease page" +msgstr "" + +#: ../../release/079/v0.87.0.md:25 +msgid "" +"[[\\#1292](https://github.com/vrm-c/UniVRM/pull/1292)] Put English " +"version in msgstr" +msgstr "" + +#: ../../release/079/v0.87.0.md:26 +msgid "" +"[[\\#1291](https://github.com/vrm-c/UniVRM/pull/1291)] update release " +"note v0.86.0(en)" +msgstr "" + +#: ../../release/079/v0.87.0.md:27 +msgid "[[\\#1290](https://github.com/vrm-c/UniVRM/pull/1290)] 新しい順に並べ替え" +msgstr "" + +#: ../../release/079/v0.87.0.md:28 +msgid "[[\\#1289](https://github.com/vrm-c/UniVRM/pull/1289)] Doc/release v0.86.0" +msgstr "" + +#: ../../release/079/v0.87.0.md:30 +msgid "other" +msgstr "" + +#: ../../release/079/v0.87.0.md:32 +msgid "" +"[[\\#1318](https://github.com/vrm-c/UniVRM/pull/1318)] Trim whitespaces " +"at generated object field serialization code." +msgstr "" + +#: ../../release/079/v0.87.0.md:33 +msgid "" +"[[\\#1315](https://github.com/vrm-c/UniVRM/pull/1315)] At importing, " +"Unity asset name is fixed with ignore-case comparison." +msgstr "" + +#: ../../release/079/v0.87.0.md:34 +msgid "" +"[[\\#1316](https://github.com/vrm-c/UniVRM/pull/1316)] " +"Quaternion.AngleAxisの単位が間違えていたことによるバグを修正" +msgstr "" + +#: ../../release/079/v0.87.0.md:35 +msgid "" +"[[\\#1311](https://github.com/vrm-c/UniVRM/pull/1311)] Implements " +"asynchronous AwaitCaller at runtime." +msgstr "" + +#: ../../release/079/v0.87.0.md:36 +msgid "[[\\#1310](https://github.com/vrm-c/UniVRM/pull/1310)] UniVRM-0.87.0" +msgstr "" + +#: ../../release/079/v0.87.0.md:37 +msgid "" +"[[\\#1307](https://github.com/vrm-c/UniVRM/pull/1307)] VRMShaders.GLTF.IO" +" 以下のディレクトリ整理" +msgstr "" + +#: ../../release/079/v0.87.0.md:38 +msgid "[[\\#1300](https://github.com/vrm-c/UniVRM/pull/1300)] fix warnings" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.88.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.88.0.po new file mode 100644 index 000000000..c15c90eb1 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.88.0.po @@ -0,0 +1,180 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../release/079/v0.88.0.md:1 +msgid "v0.88.0: 1.0準備" +msgstr "v0.88.0: Road to 1.0." + +#: ../../release/079/v0.88.0.md:3 +msgid "過去に TransparentZWrite シェーダーでエクスポートしたファイルをロード時に変換する修正" +msgstr "For files that were exported with the TransparentZWrite shader in the past, Fix import" + +#: ../../release/079/v0.88.0.md:5 +msgid "{doc}`TransparentZWrite `" +msgstr "" + +#: ../../release/079/v0.88.0.md:6 +msgid "" +"[[\\#1331](https://github.com/vrm-c/UniVRM/pull/1331)] Fix " +"UnlitTransparentZWrite fallback code." +msgstr "" + +#: ../../release/079/v0.88.0.md:8 +msgid "buffer.uri に `data:` を使っている glb/gltf に対応" +msgstr "Buffer data: uri supported" + +#: ../../release/079/v0.88.0.md:10 +msgid "`image.uri` では `data:` に対応していたのだけど、`buffer.uri` は対応していなかった。" +msgstr "'image.uri' supported 'data:', but 'buffer.uri' didn't." + +#: ../../release/079/v0.88.0.md:12 +msgid "" +"[Error when load glb file " +"(buffer.uri)](https://github.com/vrm-c/UniVRM/issues/1326)" +msgstr "" + +#: ../../release/079/v0.88.0.md:14 +msgid "1.0" +msgstr "" + +#: ../../release/079/v0.88.0.md:15 ../../release/079/v0.88.0.md:21 +msgid "" +"[[\\#1346](https://github.com/vrm-c/UniVRM/pull/1346)] Fix10/fix " +"expression migration" +msgstr "" + +#: ../../release/079/v0.88.0.md:16 ../../release/079/v0.88.0.md:20 +msgid "" +"[[\\#1347](https://github.com/vrm-c/UniVRM/pull/1347)] [1.0] Expression " +"UV Binding の挙動" +msgstr "Fix UV Binding" + +#: ../../release/079/v0.88.0.md:17 +msgid "" +"[[\\#1353](https://github.com/vrm-c/UniVRM/pull/1353)] Migrate legacy " +"Unlit shaders" +msgstr "" + +#: ../../release/079/v0.88.0.md:18 +msgid "" +"[[\\#1349](https://github.com/vrm-c/UniVRM/pull/1349)] fix (VRM1.0, " +"MToon): exported emissive factor should be in linear colorspace" +msgstr "" + +#: ../../release/079/v0.88.0.md:19 +msgid "" +"[[\\#1348](https://github.com/vrm-c/UniVRM/pull/1348)] fix (VRM1.0, " +"MToon): change export spec version to 1.0-beta" +msgstr "" + +#: ../../release/079/v0.88.0.md:22 +msgid "" +"[[\\#1344](https://github.com/vrm-c/UniVRM/pull/1344)] [1.0] const " +"LICENSE_URL_JA" +msgstr "" + +#: ../../release/079/v0.88.0.md:23 +msgid "" +"[[\\#1342](https://github.com/vrm-c/UniVRM/pull/1342)] [1.0] migration " +"fail safe" +msgstr "" + +#: ../../release/079/v0.88.0.md:24 +msgid "" +"[[\\#1340](https://github.com/vrm-c/UniVRM/pull/1340)] " +"ReconstructSpringBoneを呼んだ時、デフォルトの回転角の指定が正しく行えない問題を修正" +msgstr "" + +#: ../../release/079/v0.88.0.md:26 +msgid "doc" +msgstr "" + +#: ../../release/079/v0.88.0.md:27 +msgid "[[\\#1337](https://github.com/vrm-c/UniVRM/pull/1337)] sphinx エラー修正" +msgstr "" + +#: ../../release/079/v0.88.0.md:28 +msgid "[[\\#1336](https://github.com/vrm-c/UniVRM/pull/1336)] Doc/update 20211022" +msgstr "" + +#: ../../release/079/v0.88.0.md:29 +msgid "[[\\#1323](https://github.com/vrm-c/UniVRM/pull/1323)] Doc/update 20211018" +msgstr "" + +#: ../../release/079/v0.88.0.md:30 +msgid "" +"[[\\#1321](https://github.com/vrm-c/UniVRM/pull/1321)] UniVRM-0.87.0 " +"release note" +msgstr "" + +#: ../../release/079/v0.88.0.md:32 +msgid "Others" +msgstr "" + +#: ../../release/079/v0.88.0.md:33 +msgid "[[\\#1345](https://github.com/vrm-c/UniVRM/pull/1345)] UniVRM-0.88.0" +msgstr "" + +#: ../../release/079/v0.88.0.md:34 +msgid "" +"[[\\#1343](https://github.com/vrm-c/UniVRM/pull/1343)] bufferView の data " +"uri を実装" +msgstr "" + +#: ../../release/079/v0.88.0.md:35 +msgid "" +"[[\\#1339](https://github.com/vrm-c/UniVRM/pull/1339)] [Maintenance] " +"refactoring gltf buffer access" +msgstr "" + +#: ../../release/079/v0.88.0.md:36 +msgid "" +"[[\\#1338](https://github.com/vrm-c/UniVRM/pull/1338)] " +"MaterialDescriptorをreadonly structに変更" +msgstr "" + +#: ../../release/079/v0.88.0.md:37 +msgid "" +"[[\\#1327](https://github.com/vrm-c/UniVRM/pull/1327)] Merge duplicated " +"gltfExporter argument `GltfExportSettings`" +msgstr "" + +#: ../../release/079/v0.88.0.md:38 +msgid "" +"[[\\#1334](https://github.com/vrm-c/UniVRM/pull/1334)] [0.x] Remove " +"RuntimeGltfInstance before saving a prefab." +msgstr "" + +#: ../../release/079/v0.88.0.md:39 +msgid "" +"[[\\#1330](https://github.com/vrm-c/UniVRM/pull/1330)] " +"FastSpringBoneがMathf関連のエラーを吐く問題を修正" +msgstr "" + +#: ../../release/079/v0.88.0.md:40 +msgid "" +"[[\\#1324](https://github.com/vrm-c/UniVRM/pull/1324)] Normalize " +"quaternion on update headTransform.rotation" +msgstr "" + +#: ../../release/079/v0.88.0.md:41 +msgid "[[\\#1322](https://github.com/vrm-c/UniVRM/pull/1322)] fix download url" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/unitypackage.po b/docs/locale/en/LC_MESSAGES/release/unitypackage.po new file mode 100644 index 000000000..29aede7cd --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/release/unitypackage.po @@ -0,0 +1,124 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../release/unitypackage.md:1 +msgid "バージョン毎の UnityPackage" +msgstr "" + +#: ../../release/unitypackage.md +msgid "version" +msgstr "" + +#: ../../release/unitypackage.md +msgid "gltf" +msgstr "" + +#: ../../release/unitypackage.md +msgid "vrm" +msgstr "" + +#: ../../release/unitypackage.md +msgid "sample" +msgstr "" + +#: ../../release/unitypackage.md +msgid "vrm-1.0beta" +msgstr "" + +#: ../../release/unitypackage.md +msgid "1.0-sample" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniVRM` に含まれる" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniVRM`" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniVRM-samples`" +msgstr "" + +#: ../../release/unitypackage.md +msgid "v0.80.0" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniVRMXX` に含まれる" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniVRM0X`" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniVRM0X-samples`" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniVRM10`" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniVRM10-samples`" +msgstr "" + +#: ../../release/unitypackage.md +msgid "v0.81.0[^1]" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniGLTF_VRMShaders`" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`VRM`" +msgstr "" + +#: ../../release/unitypackage.md +msgid "UPM only" +msgstr "" + +#: ../../release/unitypackage.md +msgid "v0.87.0[^2]" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniVRM`, `VRM` に含まれる" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`UniVRM_Samples`" +msgstr "" + +#: ../../release/unitypackage.md +msgid "`VRM_Samples`" +msgstr "" + +#: ../../release/unitypackage.md:10 +msgid "`GLTF`, `VRM`, `VRM-1.0` で内容に重複無し。2パッケージ要るのが分かりづらく不評" +msgstr "" + +#: ../../release/unitypackage.md:11 +msgid "`VRM` と `VRM-1.0` で内容が重複するが、1パッケージで済む" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/vrm0/sample/AnimationBridgeSample.po b/docs/locale/en/LC_MESSAGES/vrm0/sample/AnimationBridgeSample.po new file mode 100644 index 000000000..52aa90523 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/vrm0/sample/AnimationBridgeSample.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../vrm0/sample/AnimationBridgeSample.md:1 +msgid "AnimationBridgeSample" +msgstr "" + +#: ../../vrm0/sample/AnimationBridgeSample.md:3 +msgid "AnimationClip に BlendShape の変換を記録して反映するサンプルです。" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/vrm0/sample/FirstPersonSample.po b/docs/locale/en/LC_MESSAGES/vrm0/sample/FirstPersonSample.po new file mode 100644 index 000000000..388a72533 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/vrm0/sample/FirstPersonSample.po @@ -0,0 +1,48 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../vrm0/sample/FirstPersonSample.md:1 +msgid "FirstPersonSample" +msgstr "" + +#: ../../vrm0/sample/FirstPersonSample.md:3 +msgid "VR アプリで FistPerson の設定に合わせて、可視設定を反映するサンプルです。" +msgstr "" + +#: ../../vrm0/sample/FirstPersonSample.md:5 +msgid "画面が4分割されて、" +msgstr "" + +#: ../../vrm0/sample/FirstPersonSample.md:7 +msgid "HMDカメラ" +msgstr "" + +#: ../../vrm0/sample/FirstPersonSample.md:8 +msgid "その他のカメラ" +msgstr "" + +#: ../../vrm0/sample/FirstPersonSample.md:10 +msgid "の描画を例示します。" +msgstr "" + +#: ../../vrm0/sample/FirstPersonSample.md:12 +msgid "v0.87.0 Assets/VRM_Samples/FirstPersonSample/VRMRuntimeLoader.cs" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/vrm0/sample/RuntimeExporterSample.po b/docs/locale/en/LC_MESSAGES/vrm0/sample/RuntimeExporterSample.po new file mode 100644 index 000000000..49ee44420 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/vrm0/sample/RuntimeExporterSample.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../vrm0/sample/RuntimeExporterSample.md:1 +msgid "RuntimeExporter" +msgstr "" + +#: ../../vrm0/sample/RuntimeExporterSample.md:3 +msgid "VRM を Runtime Export するサンプルです。" +msgstr "" + +#: ../../vrm0/sample/RuntimeExporterSample.md:5 +msgid "v0.87.0 Assets/VRM_Samples/RuntimeExporterSample/VRMRuntimeExporter.cs" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/vrm0/sample/SimpleViewer.po b/docs/locale/en/LC_MESSAGES/vrm0/sample/SimpleViewer.po new file mode 100644 index 000000000..453a50723 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/vrm0/sample/SimpleViewer.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../vrm0/sample/SimpleViewer.md:1 +msgid "SimpleViewer" +msgstr "" + +#: ../../vrm0/sample/SimpleViewer.md:3 +msgid "Runtime ローダーのサンプルです。" +msgstr "" + +#: ../../vrm0/sample/SimpleViewer.md:5 +msgid "c89e Assets/VRM_Samples/SimpleViewer/ViewerUI.cs" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/vrm0/sample/index.po b/docs/locale/en/LC_MESSAGES/vrm0/sample/index.po new file mode 100644 index 000000000..ec4dacc21 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/vrm0/sample/index.po @@ -0,0 +1,24 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-29 16:41+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../vrm0/sample/index.md:1 +msgid "Sample" +msgstr "" +