|
@@ -6,63 +6,98 @@ function Strings( config ) {
|
|
|
|
|
|
en: {
|
|
|
|
|
|
+ 'prompt/file/open': 'Any unsaved data will be lost. Are you sure?',
|
|
|
+ 'prompt/file/failedToOpenProject': 'Failed to open project!',
|
|
|
+ 'prompt/file/export/noMeshSelected': 'No Mesh selected!',
|
|
|
+ 'prompt/file/export/noObjectSelected': 'No Object selected!',
|
|
|
+ 'prompt/script/remove': 'Are you sure?',
|
|
|
+ 'prompt/history/clear': 'The Undo/Redo History will be cleared. Are you sure?',
|
|
|
+ 'prompt/history/preserve': 'The history will be preserved across sessions.\nThis can have an impact on performance when working with textures.',
|
|
|
+ 'prompt/history/forbid': 'Undo/Redo disabled while scene is playing.',
|
|
|
+
|
|
|
+ 'command/AddObject': 'Add Object',
|
|
|
+ 'command/AddScript': 'Add Script',
|
|
|
+ 'command/MoveObject': 'Move Object',
|
|
|
+ 'command/MultiCmds': 'Multiple Changes',
|
|
|
+ 'command/RemoveObject': 'Remove Object',
|
|
|
+ 'command/RemoveScript': 'Remove Script',
|
|
|
+ 'command/SetColor': 'Set Color',
|
|
|
+ 'command/SetGeometry': 'Set Geometry',
|
|
|
+ 'command/SetGeometryValue': 'Set Geometry Value',
|
|
|
+ 'command/SetMaterialColor': 'Set Material Color',
|
|
|
+ 'command/SetMaterial': 'Set Material',
|
|
|
+ 'command/SetMaterialMap': 'Set Material Map',
|
|
|
+ 'command/SetMaterialRange': 'Set Material Range',
|
|
|
+ 'command/SetMaterialValue': 'Set Material Value',
|
|
|
+ 'command/SetMaterialVector': 'Set Material Vector',
|
|
|
+ 'command/SetPosition': 'Set Position',
|
|
|
+ 'command/SetRotation': 'Set Rotation',
|
|
|
+ 'command/SetScale': 'Set Scale',
|
|
|
+ 'command/SetScene': 'Set Scene',
|
|
|
+ 'command/SetScriptValue': 'Set Script Value',
|
|
|
+ 'command/SetUuid': 'Set UUID',
|
|
|
+ 'command/SetValue': 'Set Value',
|
|
|
+
|
|
|
'menubar/file': 'File',
|
|
|
'menubar/file/new': 'New',
|
|
|
+ 'menubar/file/new/empty': 'Empty',
|
|
|
+ 'menubar/file/new/Arkanoid': 'Arkanoid',
|
|
|
+ 'menubar/file/new/Camera': 'Camera',
|
|
|
+ 'menubar/file/new/Particles': 'Particles',
|
|
|
+ 'menubar/file/new/Pong': 'Pong',
|
|
|
+ 'menubar/file/new/Shaders': 'Shaders',
|
|
|
+ 'menubar/file/open': 'Open',
|
|
|
+ 'menubar/file/save': 'Save',
|
|
|
'menubar/file/import': 'Import',
|
|
|
- 'menubar/file/export/drc': 'Export DRC',
|
|
|
- 'menubar/file/export/glb': 'Export GLB',
|
|
|
- 'menubar/file/export/gltf': 'Export GLTF',
|
|
|
- 'menubar/file/export/obj': 'Export OBJ',
|
|
|
- 'menubar/file/export/ply': 'Export PLY',
|
|
|
- 'menubar/file/export/ply_binary': 'Export PLY (Binary)',
|
|
|
- 'menubar/file/export/stl': 'Export STL',
|
|
|
- 'menubar/file/export/stl_binary': 'Export STL (Binary)',
|
|
|
- 'menubar/file/export/usdz': 'Export USDZ',
|
|
|
+ 'menubar/file/export': 'Export',
|
|
|
|
|
|
'menubar/edit': 'Edit',
|
|
|
- 'menubar/edit/undo': 'Undo (Ctrl+Z)',
|
|
|
- 'menubar/edit/redo': 'Redo (Ctrl+Shift+Z)',
|
|
|
+ 'menubar/edit/undo': 'Undo',
|
|
|
+ 'menubar/edit/redo': 'Redo',
|
|
|
'menubar/edit/center': 'Center',
|
|
|
'menubar/edit/clone': 'Clone',
|
|
|
- 'menubar/edit/delete': 'Delete (Del)',
|
|
|
+ 'menubar/edit/delete': 'Delete',
|
|
|
|
|
|
'menubar/add': 'Add',
|
|
|
'menubar/add/group': 'Group',
|
|
|
- 'menubar/add/plane': 'Plane',
|
|
|
- 'menubar/add/box': 'Box',
|
|
|
- 'menubar/add/capsule': 'Capsule',
|
|
|
- 'menubar/add/circle': 'Circle',
|
|
|
- 'menubar/add/cylinder': 'Cylinder',
|
|
|
- 'menubar/add/ring': 'Ring',
|
|
|
- 'menubar/add/sphere': 'Sphere',
|
|
|
- 'menubar/add/dodecahedron': 'Dodecahedron',
|
|
|
- 'menubar/add/icosahedron': 'Icosahedron',
|
|
|
- 'menubar/add/octahedron': 'Octahedron',
|
|
|
- 'menubar/add/tetrahedron': 'Tetrahedron',
|
|
|
- 'menubar/add/torus': 'Torus',
|
|
|
- 'menubar/add/tube': 'Tube',
|
|
|
- 'menubar/add/torusknot': 'TorusKnot',
|
|
|
- 'menubar/add/lathe': 'Lathe',
|
|
|
- 'menubar/add/sprite': 'Sprite',
|
|
|
- 'menubar/add/pointlight': 'PointLight',
|
|
|
- 'menubar/add/spotlight': 'SpotLight',
|
|
|
- 'menubar/add/directionallight': 'DirectionalLight',
|
|
|
- 'menubar/add/hemispherelight': 'HemisphereLight',
|
|
|
- 'menubar/add/ambientlight': 'AmbientLight',
|
|
|
- 'menubar/add/perspectivecamera': 'PerspectiveCamera',
|
|
|
- 'menubar/add/orthographiccamera': 'OrthographicCamera',
|
|
|
|
|
|
- 'menubar/status/autosave': 'autosave',
|
|
|
+ 'menubar/add/mesh': 'Mesh',
|
|
|
+ 'menubar/add/mesh/plane': 'Plane',
|
|
|
+ 'menubar/add/mesh/box': 'Box',
|
|
|
+ 'menubar/add/mesh/capsule': 'Capsule',
|
|
|
+ 'menubar/add/mesh/circle': 'Circle',
|
|
|
+ 'menubar/add/mesh/cylinder': 'Cylinder',
|
|
|
+ 'menubar/add/mesh/ring': 'Ring',
|
|
|
+ 'menubar/add/mesh/sphere': 'Sphere',
|
|
|
+ 'menubar/add/mesh/dodecahedron': 'Dodecahedron',
|
|
|
+ 'menubar/add/mesh/icosahedron': 'Icosahedron',
|
|
|
+ 'menubar/add/mesh/octahedron': 'Octahedron',
|
|
|
+ 'menubar/add/mesh/tetrahedron': 'Tetrahedron',
|
|
|
+ 'menubar/add/mesh/torus': 'Torus',
|
|
|
+ 'menubar/add/mesh/tube': 'Tube',
|
|
|
+ 'menubar/add/mesh/torusknot': 'TorusKnot',
|
|
|
+ 'menubar/add/mesh/lathe': 'Lathe',
|
|
|
+ 'menubar/add/mesh/sprite': 'Sprite',
|
|
|
+
|
|
|
+ 'menubar/add/light': 'Light',
|
|
|
+ 'menubar/add/light/ambient': 'Ambient',
|
|
|
+ 'menubar/add/light/directional': 'Directional',
|
|
|
+ 'menubar/add/light/hemisphere': 'Hemisphere',
|
|
|
+ 'menubar/add/light/point': 'Point',
|
|
|
+ 'menubar/add/light/spot': 'Spot',
|
|
|
+
|
|
|
+ 'menubar/add/camera': 'Camera',
|
|
|
+ 'menubar/add/camera/perspective': 'Perspective',
|
|
|
+ 'menubar/add/camera/orthographic': 'Orthographic',
|
|
|
|
|
|
- 'menubar/examples': 'Examples',
|
|
|
- 'menubar/examples/Arkanoid': 'Arkanoid',
|
|
|
- 'menubar/examples/Camera': 'Camera',
|
|
|
- 'menubar/examples/Particles': 'Particles',
|
|
|
- 'menubar/examples/Pong': 'Pong',
|
|
|
- 'menubar/examples/Shaders': 'Shaders',
|
|
|
+ 'menubar/status/autosave': 'autosave',
|
|
|
|
|
|
'menubar/view': 'View',
|
|
|
'menubar/view/fullscreen': 'Fullscreen',
|
|
|
+ 'menubar/view/gridHelper': 'Grid Helper',
|
|
|
+ 'menubar/view/cameraHelpers': 'Camera Helpers',
|
|
|
+ 'menubar/view/lightHelpers': 'Light Helpers',
|
|
|
+ 'menubar/view/skeletonHelpers': 'Skeleton Helpers',
|
|
|
|
|
|
'menubar/help': 'Help',
|
|
|
'menubar/help/source_code': 'Source Code',
|
|
@@ -123,6 +158,7 @@ function Strings( config ) {
|
|
|
'sidebar/geometry/uuid': 'UUID',
|
|
|
'sidebar/geometry/name': 'Name',
|
|
|
'sidebar/geometry/bounds': 'Bounds',
|
|
|
+ 'sidebar/geometry/userdata': 'User Data',
|
|
|
'sidebar/geometry/show_vertex_normals': 'Show Vertex Normals',
|
|
|
'sidebar/geometry/compute_vertex_normals': 'Compute Vertex Normals',
|
|
|
'sidebar/geometry/compute_vertex_tangents': 'Compute Tangents',
|
|
@@ -161,7 +197,7 @@ function Strings( config ) {
|
|
|
'sidebar/geometry/extrude_geometry/curveSegments': 'Curve Segments',
|
|
|
'sidebar/geometry/extrude_geometry/steps': 'Steps',
|
|
|
'sidebar/geometry/extrude_geometry/depth': 'Depth',
|
|
|
- 'sidebar/geometry/extrude_geometry/bevelEnabled': 'Bevel?',
|
|
|
+ 'sidebar/geometry/extrude_geometry/bevelEnabled': 'Bevel',
|
|
|
'sidebar/geometry/extrude_geometry/bevelThickness': 'Thickness',
|
|
|
'sidebar/geometry/extrude_geometry/bevelSize': 'Size',
|
|
|
'sidebar/geometry/extrude_geometry/bevelOffset': 'Offset',
|
|
@@ -321,6 +357,7 @@ function Strings( config ) {
|
|
|
'sidebar/project/app/publish': 'Publish',
|
|
|
|
|
|
'sidebar/project/image': 'Image',
|
|
|
+ 'sidebar/project/image/samples': 'Samples',
|
|
|
'sidebar/project/video': 'Video',
|
|
|
|
|
|
'sidebar/project/shading': 'Shading',
|
|
@@ -350,72 +387,116 @@ function Strings( config ) {
|
|
|
'viewport/controls/grid': 'Grid',
|
|
|
'viewport/controls/helpers': 'Helpers',
|
|
|
|
|
|
+ 'viewport/info/object': 'Object',
|
|
|
'viewport/info/objects': 'Objects',
|
|
|
+ 'viewport/info/vertex': 'Vertex',
|
|
|
'viewport/info/vertices': 'Vertices',
|
|
|
+ 'viewport/info/triangle': 'Triangle',
|
|
|
'viewport/info/triangles': 'Triangles',
|
|
|
- 'viewport/info/rendertime': 'Render time'
|
|
|
+ 'viewport/info/sample': 'Sample',
|
|
|
+ 'viewport/info/samples': 'Samples',
|
|
|
+ 'viewport/info/rendertime': 'Render time',
|
|
|
+
|
|
|
+ 'script/title/vertexShader': 'Vertex Shader',
|
|
|
+ 'script/title/fragmentShader': 'Fragment Shader',
|
|
|
+ 'script/title/programInfo': 'Program Properties'
|
|
|
|
|
|
},
|
|
|
|
|
|
fr: {
|
|
|
|
|
|
+ 'prompt/file/open': 'Toutes les données non enregistrées seront perdues Êtes-vous sûr ?',
|
|
|
+ 'prompt/file/failedToOpenProject': 'Échec de l\'ouverture du projet !',
|
|
|
+ 'prompt/file/export/noMeshSelected': 'Aucun maillage sélectionné !',
|
|
|
+ 'prompt/file/export/noObjectSelected': 'Aucun objet sélectionné !',
|
|
|
+ 'prompt/script/remove': 'Es-tu sûr?',
|
|
|
+ 'prompt/history/clear': 'L\'historique d\'annulation/rétablissement sera effacé Êtes-vous sûr ?',
|
|
|
+ 'prompt/history/preserve': 'L\'histoire sera conservée entre les sessions.\nCela peut avoir un impact sur les performances lors de la manipulation des textures.',
|
|
|
+ 'prompt/history/forbid': 'Les fonctions Annuler/Rétablir sont désactivées pendant la lecture de la scène.',
|
|
|
+
|
|
|
+ 'command/AddObject': 'Ajouter un objet',
|
|
|
+ 'command/AddScript': 'Ajouter un script',
|
|
|
+ 'command/MoveObject': 'Déplacer l’objet',
|
|
|
+ 'command/MultiCmds': 'Changements multiples',
|
|
|
+ 'command/RemoveObject': 'Supprimer l’objet',
|
|
|
+ 'command/RemoveScript': 'Supprimer le script',
|
|
|
+ 'command/SetColor': 'Définir la couleur',
|
|
|
+ 'command/SetGeometry': 'Définir la géométrie',
|
|
|
+ 'command/SetGeometryValue': 'Définir la valeur de la géométrie',
|
|
|
+ 'command/SetMaterialColor': 'Définir la couleur du matériau',
|
|
|
+ 'command/SetMaterial': 'Matériel de l’ensemble',
|
|
|
+ 'command/SetMaterialMap': 'Définir la carte des matériaux',
|
|
|
+ 'command/SetMaterialRange': 'Définir la gamme de matériaux',
|
|
|
+ 'command/SetMaterialValue': 'Définir la valeur du matériau',
|
|
|
+ 'command/SetMaterialVector': 'Définir le vecteur de matériau',
|
|
|
+ 'command/SetPosition': 'Définir la position',
|
|
|
+ 'command/SetRotation': 'Définir la rotation',
|
|
|
+ 'command/SetScale': 'Définir l’échelle',
|
|
|
+ 'command/SetScene': 'Planter le décor',
|
|
|
+ 'command/SetScriptValue': 'Définir la valeur du script',
|
|
|
+ 'command/SetUuid': 'Définir l’UUID',
|
|
|
+ 'command/SetValue': 'Définir la valeur',
|
|
|
+
|
|
|
'menubar/file': 'Fichier',
|
|
|
'menubar/file/new': 'Nouveau',
|
|
|
+ 'menubar/file/new/empty': 'Vide',
|
|
|
+ 'menubar/file/new/Arkanoid': 'Arkanoid',
|
|
|
+ 'menubar/file/new/Camera': 'Camera',
|
|
|
+ 'menubar/file/new/Particles': 'Particles',
|
|
|
+ 'menubar/file/new/Pong': 'Pong',
|
|
|
+ 'menubar/file/new/Shaders': 'Shaders',
|
|
|
+ 'menubar/file/open': 'Open',
|
|
|
+ 'menubar/file/save': 'Save',
|
|
|
'menubar/file/import': 'Importer',
|
|
|
- 'menubar/file/export/drc': 'Exporter DRC',
|
|
|
- 'menubar/file/export/glb': 'Exporter GLB',
|
|
|
- 'menubar/file/export/gltf': 'Exporter GLTF',
|
|
|
- 'menubar/file/export/obj': 'Exporter OBJ',
|
|
|
- 'menubar/file/export/ply': 'Exporer PLY',
|
|
|
- 'menubar/file/export/ply_binary': 'Exporter PLY (Binaire)',
|
|
|
- 'menubar/file/export/stl': 'Exporter STL',
|
|
|
- 'menubar/file/export/stl_binary': 'Exporter STL (Binaire)',
|
|
|
- 'menubar/file/export/usdz': 'Exporter USDZ',
|
|
|
+ 'menubar/file/export': 'Exporter',
|
|
|
|
|
|
'menubar/edit': 'Edition',
|
|
|
- 'menubar/edit/undo': 'Annuler (Ctrl+Z)',
|
|
|
- 'menubar/edit/redo': 'Refaire (Ctrl+Shift+Z)',
|
|
|
+ 'menubar/edit/undo': 'Annuler',
|
|
|
+ 'menubar/edit/redo': 'Refaire',
|
|
|
'menubar/edit/center': 'Center',
|
|
|
'menubar/edit/clone': 'Cloner',
|
|
|
- 'menubar/edit/delete': 'Supprimer (Supp)',
|
|
|
+ 'menubar/edit/delete': 'Supprimer',
|
|
|
|
|
|
'menubar/add': 'Ajouter',
|
|
|
'menubar/add/group': 'Groupe',
|
|
|
- 'menubar/add/plane': 'Plan',
|
|
|
- 'menubar/add/box': 'Cube',
|
|
|
- 'menubar/add/capsule': 'Capsule',
|
|
|
- 'menubar/add/circle': 'Cercle',
|
|
|
- 'menubar/add/cylinder': 'Cylindre',
|
|
|
- 'menubar/add/ring': 'Bague',
|
|
|
- 'menubar/add/sphere': 'Sphère',
|
|
|
- 'menubar/add/dodecahedron': 'Dodécaèdre',
|
|
|
- 'menubar/add/icosahedron': 'Icosaèdre',
|
|
|
- 'menubar/add/octahedron': 'Octaèdre',
|
|
|
- 'menubar/add/tetrahedron': 'Tétraèdre',
|
|
|
- 'menubar/add/torus': 'Torus',
|
|
|
- 'menubar/add/tube': 'Tube',
|
|
|
- 'menubar/add/torusknot': 'Noeud Torus',
|
|
|
- 'menubar/add/lathe': 'Tour',
|
|
|
- 'menubar/add/sprite': 'Sprite',
|
|
|
- 'menubar/add/pointlight': 'Lumière ponctuelle',
|
|
|
- 'menubar/add/spotlight': 'Projecteur',
|
|
|
- 'menubar/add/directionallight': 'Lumière directionnelle',
|
|
|
- 'menubar/add/hemispherelight': 'Lumière hémisphérique',
|
|
|
- 'menubar/add/ambientlight': 'Lumière ambiante',
|
|
|
- 'menubar/add/perspectivecamera': 'Caméra perspective',
|
|
|
- 'menubar/add/orthographiccamera': 'Caméra orthographique',
|
|
|
|
|
|
- 'menubar/status/autosave': 'enregistrement automatique',
|
|
|
+ 'menubar/add/mesh': 'Maille',
|
|
|
+ 'menubar/add/mesh/plane': 'Plan',
|
|
|
+ 'menubar/add/mesh/box': 'Cube',
|
|
|
+ 'menubar/add/mesh/capsule': 'Capsule',
|
|
|
+ 'menubar/add/mesh/circle': 'Cercle',
|
|
|
+ 'menubar/add/mesh/cylinder': 'Cylindre',
|
|
|
+ 'menubar/add/mesh/ring': 'Bague',
|
|
|
+ 'menubar/add/mesh/sphere': 'Sphère',
|
|
|
+ 'menubar/add/mesh/dodecahedron': 'Dodécaèdre',
|
|
|
+ 'menubar/add/mesh/icosahedron': 'Icosaèdre',
|
|
|
+ 'menubar/add/mesh/octahedron': 'Octaèdre',
|
|
|
+ 'menubar/add/mesh/tetrahedron': 'Tétraèdre',
|
|
|
+ 'menubar/add/mesh/torus': 'Torus',
|
|
|
+ 'menubar/add/mesh/tube': 'Tube',
|
|
|
+ 'menubar/add/mesh/torusknot': 'Noeud Torus',
|
|
|
+ 'menubar/add/mesh/lathe': 'Tour',
|
|
|
+ 'menubar/add/mesh/sprite': 'Sprite',
|
|
|
+
|
|
|
+ 'menubar/add/light': 'Lumière',
|
|
|
+ 'menubar/add/light/ambient': 'Ambiante',
|
|
|
+ 'menubar/add/light/directional': 'Directionnelle',
|
|
|
+ 'menubar/add/light/hemisphere': 'Hémisphérique',
|
|
|
+ 'menubar/add/light/point': 'Ponctuelle',
|
|
|
+ 'menubar/add/light/spot': 'Projecteur',
|
|
|
+
|
|
|
+ 'menubar/add/camera': 'Caméra',
|
|
|
+ 'menubar/add/camera/perspective': 'Perspective',
|
|
|
+ 'menubar/add/camera/orthographic': 'Orthographique',
|
|
|
|
|
|
- 'menubar/examples': 'Exemples',
|
|
|
- 'menubar/examples/Arkanoid': 'Arkanoid',
|
|
|
- 'menubar/examples/Camera': 'Camera',
|
|
|
- 'menubar/examples/Particles': 'Particles',
|
|
|
- 'menubar/examples/Pong': 'Pong',
|
|
|
- 'menubar/examples/Shaders': 'Shaders',
|
|
|
+ 'menubar/status/autosave': 'enregistrement automatique',
|
|
|
|
|
|
'menubar/view': 'View',
|
|
|
'menubar/view/fullscreen': 'Fullscreen',
|
|
|
+ 'menubar/view/gridHelper': 'Assistant de grille',
|
|
|
+ 'menubar/view/cameraHelpers': 'Aides à la caméra',
|
|
|
+ 'menubar/view/lightHelpers': 'Aides Lumière',
|
|
|
+ 'menubar/view/skeletonHelpers': 'Aides squelettes',
|
|
|
|
|
|
'menubar/help': 'Aide',
|
|
|
'menubar/help/source_code': 'Code Source',
|
|
@@ -476,6 +557,7 @@ function Strings( config ) {
|
|
|
'sidebar/geometry/uuid': 'UUID',
|
|
|
'sidebar/geometry/name': 'Nom',
|
|
|
'sidebar/geometry/bounds': 'Limites',
|
|
|
+ 'sidebar/geometry/userdata': 'Données utilisateur',
|
|
|
'sidebar/geometry/show_vertex_normals': 'Afficher normales',
|
|
|
'sidebar/geometry/compute_vertex_normals': 'Compute Vertex Normals',
|
|
|
'sidebar/geometry/compute_vertex_tangents': 'Compute Tangents',
|
|
@@ -674,6 +756,7 @@ function Strings( config ) {
|
|
|
'sidebar/project/app/publish': 'Publier',
|
|
|
|
|
|
'sidebar/project/image': 'Image',
|
|
|
+ 'sidebar/project/image/samples': 'd\'échantillons',
|
|
|
'sidebar/project/video': 'Video',
|
|
|
|
|
|
'sidebar/project/shading': 'Shading',
|
|
@@ -703,72 +786,116 @@ function Strings( config ) {
|
|
|
'viewport/controls/grid': 'Grille',
|
|
|
'viewport/controls/helpers': 'Helpers',
|
|
|
|
|
|
+ 'viewport/info/object': 'Objet',
|
|
|
'viewport/info/objects': 'Objets',
|
|
|
+ 'viewport/info/vertex': 'Sommet',
|
|
|
'viewport/info/vertices': 'Sommets',
|
|
|
+ 'viewport/info/triangle': 'Triangle',
|
|
|
'viewport/info/triangles': 'Triangles',
|
|
|
- 'viewport/info/rendertime': 'Render time'
|
|
|
+ 'viewport/info/sample': 'Échantillon',
|
|
|
+ 'viewport/info/samples': 'Échantillons',
|
|
|
+ 'viewport/info/rendertime': 'Temps de rendu',
|
|
|
+
|
|
|
+ 'script/title/vertexShader': 'Vertex Shader',
|
|
|
+ 'script/title/fragmentShader': 'Fragment Shader',
|
|
|
+ 'script/title/programInfo': 'Propriétés du programme'
|
|
|
|
|
|
},
|
|
|
|
|
|
zh: {
|
|
|
|
|
|
+ 'prompt/file/open': '您确定吗?未保存的数据将会丢失。',
|
|
|
+ 'prompt/file/failedToOpenProject': '无法打开项目!',
|
|
|
+ 'prompt/file/export/noMeshSelected': '未选择网格!',
|
|
|
+ 'prompt/file/export/noObjectSelected': '未选择对象!',
|
|
|
+ 'prompt/script/remove': '你确定吗?',
|
|
|
+ 'prompt/history/clear': '撤销/重做历史记录将被清除。您确定吗?',
|
|
|
+ 'prompt/history/preserve': '历史将在会话之间保留。\n这可能会影响在处理纹理时的性能。',
|
|
|
+ 'prompt/history/forbid': '在播放场景时,撤消/重做被禁用。',
|
|
|
+
|
|
|
+ 'command/AddObject': '添加对象',
|
|
|
+ 'command/AddScript': '添加脚本',
|
|
|
+ 'command/MoveObject': '移动对象',
|
|
|
+ 'command/MultiCmds': '多次更改',
|
|
|
+ 'command/RemoveObject': '删除对象',
|
|
|
+ 'command/RemoveScript': '删除脚本',
|
|
|
+ 'command/SetColor': '设置颜色',
|
|
|
+ 'command/SetGeometry': '设置几何图形',
|
|
|
+ 'command/SetGeometryValue': '设置几何值',
|
|
|
+ 'command/SetMaterialColor': '设置材质颜色',
|
|
|
+ 'command/SetMaterial': '设置材质',
|
|
|
+ 'command/SetMaterialMap': '设置材质贴图',
|
|
|
+ 'command/SetMaterialRange': '设置材料范围',
|
|
|
+ 'command/SetMaterialValue': '设置材料值',
|
|
|
+ 'command/SetMaterialVector': '设置材质矢量',
|
|
|
+ 'command/SetPosition': '设置位置',
|
|
|
+ 'command/SetRotation': '设置旋转',
|
|
|
+ 'command/SetScale': '设置比例',
|
|
|
+ 'command/SetScene': '设置布景',
|
|
|
+ 'command/SetScriptValue': '设置脚本值',
|
|
|
+ 'command/SetUuid': '设置 UUID',
|
|
|
+ 'command/SetValue': '设定值',
|
|
|
+
|
|
|
'menubar/file': '文件',
|
|
|
- 'menubar/file/new': '新建',
|
|
|
+ 'menubar/file/new': '新建项目',
|
|
|
+ 'menubar/file/new/empty': '空',
|
|
|
+ 'menubar/file/new/Arkanoid': '打砖块',
|
|
|
+ 'menubar/file/new/Camera': ' 摄像机',
|
|
|
+ 'menubar/file/new/Particles': '粒子',
|
|
|
+ 'menubar/file/new/Pong': '乒乓球',
|
|
|
+ 'menubar/file/new/Shaders': '着色器',
|
|
|
+ 'menubar/file/open': '打开',
|
|
|
+ 'menubar/file/save': '保存',
|
|
|
'menubar/file/import': '导入',
|
|
|
- 'menubar/file/export/drc': '导出DRC',
|
|
|
- 'menubar/file/export/glb': '导出GLB',
|
|
|
- 'menubar/file/export/gltf': '导出GLTF',
|
|
|
- 'menubar/file/export/obj': '导出OBJ',
|
|
|
- 'menubar/file/export/ply': '导出PLY',
|
|
|
- 'menubar/file/export/ply_binary': '导出PLY(二进制)',
|
|
|
- 'menubar/file/export/stl': '导出STL',
|
|
|
- 'menubar/file/export/stl_binary': '导出STL(二进制)',
|
|
|
- 'menubar/file/export/usdz': '导出USDZ',
|
|
|
+ 'menubar/file/export': '导出',
|
|
|
|
|
|
'menubar/edit': '编辑',
|
|
|
- 'menubar/edit/undo': '撤销 (Ctrl+Z)',
|
|
|
- 'menubar/edit/redo': '重做 (Ctrl+Shift+Z)',
|
|
|
+ 'menubar/edit/undo': '撤销',
|
|
|
+ 'menubar/edit/redo': '重做',
|
|
|
'menubar/edit/center': '居中',
|
|
|
'menubar/edit/clone': '拷贝',
|
|
|
- 'menubar/edit/delete': '删除 (Del)',
|
|
|
+ 'menubar/edit/delete': '删除',
|
|
|
|
|
|
'menubar/add': '添加',
|
|
|
'menubar/add/group': '组',
|
|
|
- 'menubar/add/plane': '平面',
|
|
|
- 'menubar/add/box': '正方体',
|
|
|
- 'menubar/add/capsule': '胶囊',
|
|
|
- 'menubar/add/circle': '圆',
|
|
|
- 'menubar/add/cylinder': '圆柱体',
|
|
|
- 'menubar/add/ring': '环',
|
|
|
- 'menubar/add/sphere': '球体',
|
|
|
- 'menubar/add/dodecahedron': '十二面体',
|
|
|
- 'menubar/add/icosahedron': '二十面体',
|
|
|
- 'menubar/add/octahedron': '八面体',
|
|
|
- 'menubar/add/tetrahedron': '四面体',
|
|
|
- 'menubar/add/torus': '圆环体',
|
|
|
- 'menubar/add/torusknot': '环面纽结体',
|
|
|
- 'menubar/add/tube': '管',
|
|
|
- 'menubar/add/lathe': '酒杯',
|
|
|
- 'menubar/add/sprite': '精灵',
|
|
|
- 'menubar/add/pointlight': '点光源',
|
|
|
- 'menubar/add/spotlight': '聚光灯',
|
|
|
- 'menubar/add/directionallight': '平行光',
|
|
|
- 'menubar/add/hemispherelight': '半球光',
|
|
|
- 'menubar/add/ambientlight': '环境光',
|
|
|
- 'menubar/add/perspectivecamera': '透视相机',
|
|
|
- 'menubar/add/orthographiccamera': '正交相机',
|
|
|
|
|
|
- 'menubar/status/autosave': '自动保存',
|
|
|
+ 'menubar/add/mesh': '网格',
|
|
|
+ 'menubar/add/mesh/plane': '平面',
|
|
|
+ 'menubar/add/mesh/box': '正方体',
|
|
|
+ 'menubar/add/mesh/capsule': '胶囊',
|
|
|
+ 'menubar/add/mesh/circle': '圆',
|
|
|
+ 'menubar/add/mesh/cylinder': '圆柱体',
|
|
|
+ 'menubar/add/mesh/ring': '环',
|
|
|
+ 'menubar/add/mesh/sphere': '球体',
|
|
|
+ 'menubar/add/mesh/dodecahedron': '十二面体',
|
|
|
+ 'menubar/add/mesh/icosahedron': '二十面体',
|
|
|
+ 'menubar/add/mesh/octahedron': '八面体',
|
|
|
+ 'menubar/add/mesh/tetrahedron': '四面体',
|
|
|
+ 'menubar/add/mesh/torus': '圆环体',
|
|
|
+ 'menubar/add/mesh/torusknot': '环面纽结体',
|
|
|
+ 'menubar/add/mesh/tube': '管',
|
|
|
+ 'menubar/add/mesh/lathe': '酒杯',
|
|
|
+ 'menubar/add/mesh/sprite': '精灵',
|
|
|
+
|
|
|
+ 'menubar/add/light': '光源',
|
|
|
+ 'menubar/add/light/ambient': '环境光',
|
|
|
+ 'menubar/add/light/directional': '平行光',
|
|
|
+ 'menubar/add/light/hemisphere': '半球光',
|
|
|
+ 'menubar/add/light/point': '点光源',
|
|
|
+ 'menubar/add/light/spot': '聚光灯',
|
|
|
+
|
|
|
+ 'menubar/add/camera': '摄像机',
|
|
|
+ 'menubar/add/camera/perspective': '透视相机',
|
|
|
+ 'menubar/add/camera/orthographic': '正交相机',
|
|
|
|
|
|
- 'menubar/examples': '示例',
|
|
|
- 'menubar/examples/Arkanoid': '打砖块',
|
|
|
- 'menubar/examples/Camera': ' 摄像机',
|
|
|
- 'menubar/examples/Particles': '粒子',
|
|
|
- 'menubar/examples/Pong': '乒乓球',
|
|
|
- 'menubar/examples/Shaders': '着色器',
|
|
|
+ 'menubar/status/autosave': '自动保存',
|
|
|
|
|
|
'menubar/view': '视图',
|
|
|
'menubar/view/fullscreen': '全屏',
|
|
|
+ 'menubar/view/gridHelper': '网格助手',
|
|
|
+ 'menubar/view/cameraHelpers': '相机助手',
|
|
|
+ 'menubar/view/lightHelpers': '光助手',
|
|
|
+ 'menubar/view/skeletonHelpers': '骷髅助手',
|
|
|
|
|
|
'menubar/help': '帮助',
|
|
|
'menubar/help/source_code': '源码',
|
|
@@ -829,6 +956,7 @@ function Strings( config ) {
|
|
|
'sidebar/geometry/uuid': '识别码',
|
|
|
'sidebar/geometry/name': '名称',
|
|
|
'sidebar/geometry/bounds': '界限',
|
|
|
+ 'sidebar/geometry/userdata': '自定义数据',
|
|
|
'sidebar/geometry/show_vertex_normals': '显示顶点法线',
|
|
|
'sidebar/geometry/compute_vertex_normals': '计算顶点法线',
|
|
|
'sidebar/geometry/compute_vertex_tangents': 'Compute Tangents',
|
|
@@ -1027,6 +1155,7 @@ function Strings( config ) {
|
|
|
'sidebar/project/app/publish': '发布',
|
|
|
|
|
|
'sidebar/project/image': 'Image',
|
|
|
+ 'sidebar/project/image/samples': '样本',
|
|
|
'sidebar/project/video': '视频',
|
|
|
|
|
|
'sidebar/project/shading': 'Shading',
|
|
@@ -1056,72 +1185,116 @@ function Strings( config ) {
|
|
|
'viewport/controls/grid': '网格',
|
|
|
'viewport/controls/helpers': '辅助',
|
|
|
|
|
|
+ 'viewport/info/object': '物体',
|
|
|
'viewport/info/objects': '物体',
|
|
|
+ 'viewport/info/vertex': '顶点',
|
|
|
'viewport/info/vertices': '顶点',
|
|
|
+ 'viewport/info/triangle': '三角形',
|
|
|
'viewport/info/triangles': '三角形',
|
|
|
- 'viewport/info/rendertime': 'Render time'
|
|
|
+ 'viewport/info/sample': '样本',
|
|
|
+ 'viewport/info/samples': '样本',
|
|
|
+ 'viewport/info/rendertime': '渲染时间',
|
|
|
+
|
|
|
+ 'script/title/vertexShader': '顶点着色器',
|
|
|
+ 'script/title/fragmentShader': '片段着色器',
|
|
|
+ 'script/title/programInfo': '程序属性'
|
|
|
|
|
|
},
|
|
|
|
|
|
ja: {
|
|
|
|
|
|
+ 'prompt/file/open': '保存されていないデータは失われます。 本気ですか?',
|
|
|
+ 'prompt/file/failedToOpenProject': 'プロジェクトを開くことができませんでした!',
|
|
|
+ 'prompt/file/export/noMeshSelected': 'メッシュが選択されていません!',
|
|
|
+ 'prompt/file/export/noObjectSelected': 'オブジェクトが選択されていません!',
|
|
|
+ 'prompt/script/remove': '本気ですか?',
|
|
|
+ 'prompt/history/clear': '元に戻す/やり直しの履歴が消去されます。 本気ですか?',
|
|
|
+ 'prompt/history/preserve': '履歴はセッションをまたいで保存されます。\nこれは、テクスチャを操作する際のパフォーマンスに影響を与える可能性があります。',
|
|
|
+ 'prompt/history/forbid': 'シーンの再生中は元に戻す/やり直しは無効になります。',
|
|
|
+
|
|
|
+ 'command/AddObject': 'オブジェクトを追加',
|
|
|
+ 'command/AddScript': 'スクリプトを追加',
|
|
|
+ 'command/MoveObject': 'オブジェクトの移動',
|
|
|
+ 'command/MultiCmds': '複数の変更',
|
|
|
+ 'command/RemoveObject': 'オブジェクトを削除',
|
|
|
+ 'command/RemoveScript': 'スクリプトの削除',
|
|
|
+ 'command/SetColor': 'カラーを設定',
|
|
|
+ 'command/SetGeometry': 'ジオメトリの設定',
|
|
|
+ 'command/SetGeometryValue': 'ジオメトリ値の設定',
|
|
|
+ 'command/SetMaterialColor': 'マテリアル カラーの設定',
|
|
|
+ 'command/SetMaterial': 'マテリアルの設定',
|
|
|
+ 'command/SetMaterialMap': 'マテリアル マップの設定',
|
|
|
+ 'command/SetMaterialRange': 'マテリアル範囲の設定',
|
|
|
+ 'command/SetMaterialValue': 'マテリアル値の設定',
|
|
|
+ 'command/SetMaterialVector': '素材のベクトルを設定します',
|
|
|
+ 'command/SetPosition': '位置を設定',
|
|
|
+ 'command/SetRotation': '回転を設定',
|
|
|
+ 'command/SetScale': 'スケールを設定',
|
|
|
+ 'command/SetScene': 'セットシーン',
|
|
|
+ 'command/SetScriptValue': 'スクリプト値の設定',
|
|
|
+ 'command/SetUuid': 'UUIDの設定',
|
|
|
+ 'command/SetValue': '値の設定',
|
|
|
+
|
|
|
'menubar/file': 'ファイル',
|
|
|
- 'menubar/file/new': '新規',
|
|
|
+ 'menubar/file/new': '新規プロジェクト',
|
|
|
+ 'menubar/file/new/empty': '空',
|
|
|
+ 'menubar/file/new/Arkanoid': 'ブロック崩し',
|
|
|
+ 'menubar/file/new/Camera': 'カメラ',
|
|
|
+ 'menubar/file/new/Particles': 'パーティクル',
|
|
|
+ 'menubar/file/new/Pong': 'ピンポン',
|
|
|
+ 'menubar/file/new/Shaders': 'シェーダー',
|
|
|
+ 'menubar/file/open': '開く',
|
|
|
+ 'menubar/file/save': '保存',
|
|
|
'menubar/file/import': 'インポート',
|
|
|
- 'menubar/file/export/drc': 'エクスポート DRC',
|
|
|
- 'menubar/file/export/glb': 'エクスポート GLB',
|
|
|
- 'menubar/file/export/gltf': 'エクスポート GLTF',
|
|
|
- 'menubar/file/export/obj': 'エクスポート OBJ',
|
|
|
- 'menubar/file/export/ply': 'エクスポート PLY',
|
|
|
- 'menubar/file/export/ply_binary': 'エクスポート PLY(バイナリ)',
|
|
|
- 'menubar/file/export/stl': 'エクスポート STL',
|
|
|
- 'menubar/file/export/stl_binary': 'エクスポート STL(バイナリ)',
|
|
|
- 'menubar/file/export/usdz': 'エクスポート USDZ',
|
|
|
+ 'menubar/file/export': 'エクスポート',
|
|
|
|
|
|
'menubar/edit': '編集',
|
|
|
- 'menubar/edit/undo': '元に戻す(Ctrl+Z)',
|
|
|
- 'menubar/edit/redo': 'やり直す(Ctrl+Shift+Z)',
|
|
|
+ 'menubar/edit/undo': '元に戻す',
|
|
|
+ 'menubar/edit/redo': 'やり直す',
|
|
|
'menubar/edit/center': '中央揃え',
|
|
|
'menubar/edit/clone': '複製',
|
|
|
- 'menubar/edit/delete': '削除(Del)',
|
|
|
+ 'menubar/edit/delete': '削除',
|
|
|
|
|
|
'menubar/add': '追加',
|
|
|
'menubar/add/group': 'グループ',
|
|
|
- 'menubar/add/plane': '平面',
|
|
|
- 'menubar/add/box': '直方体',
|
|
|
- 'menubar/add/capsule': 'カプセル',
|
|
|
- 'menubar/add/circle': '円',
|
|
|
- 'menubar/add/cylinder': '円柱',
|
|
|
- 'menubar/add/ring': 'リング',
|
|
|
- 'menubar/add/sphere': '球',
|
|
|
- 'menubar/add/dodecahedron': '十二面体',
|
|
|
- 'menubar/add/icosahedron': '二十面体',
|
|
|
- 'menubar/add/octahedron': '八面体',
|
|
|
- 'menubar/add/tetrahedron': '四面体',
|
|
|
- 'menubar/add/torus': 'トーラス',
|
|
|
- 'menubar/add/tube': 'チューブ',
|
|
|
- 'menubar/add/torusknot': 'ノットトーラス',
|
|
|
- 'menubar/add/lathe': '旋盤形',
|
|
|
- 'menubar/add/sprite': 'スプライト',
|
|
|
- 'menubar/add/pointlight': 'ポイントライト',
|
|
|
- 'menubar/add/spotlight': 'スポットライト',
|
|
|
- 'menubar/add/directionallight': 'ディレクショナルライト',
|
|
|
- 'menubar/add/hemispherelight': 'ヘミスフィアライト',
|
|
|
- 'menubar/add/ambientlight': 'アンビエントライト',
|
|
|
- 'menubar/add/perspectivecamera': '透視投影カメラ',
|
|
|
- 'menubar/add/orthographiccamera': '平行投影カメラ',
|
|
|
|
|
|
- 'menubar/status/autosave': '自動保存',
|
|
|
+ 'menubar/add/mesh': 'メッシュ',
|
|
|
+ 'menubar/add/mesh/plane': '平面',
|
|
|
+ 'menubar/add/mesh/box': '直方体',
|
|
|
+ 'menubar/add/mesh/capsule': 'カプセル',
|
|
|
+ 'menubar/add/mesh/circle': '円',
|
|
|
+ 'menubar/add/mesh/cylinder': '円柱',
|
|
|
+ 'menubar/add/mesh/ring': 'リング',
|
|
|
+ 'menubar/add/mesh/sphere': '球',
|
|
|
+ 'menubar/add/mesh/dodecahedron': '十二面体',
|
|
|
+ 'menubar/add/mesh/icosahedron': '二十面体',
|
|
|
+ 'menubar/add/mesh/octahedron': '八面体',
|
|
|
+ 'menubar/add/mesh/tetrahedron': '四面体',
|
|
|
+ 'menubar/add/mesh/torus': 'トーラス',
|
|
|
+ 'menubar/add/mesh/tube': 'チューブ',
|
|
|
+ 'menubar/add/mesh/torusknot': 'ノットトーラス',
|
|
|
+ 'menubar/add/mesh/lathe': '旋盤形',
|
|
|
+ 'menubar/add/mesh/sprite': 'スプライト',
|
|
|
+
|
|
|
+ 'menubar/add/light': 'ライト',
|
|
|
+ 'menubar/add/light/ambient': 'アンビエント',
|
|
|
+ 'menubar/add/light/directional': 'ディレクショナル',
|
|
|
+ 'menubar/add/light/hemisphere': 'ヘミスフィア',
|
|
|
+ 'menubar/add/light/point': 'ポイント',
|
|
|
+ 'menubar/add/light/spot': 'スポット',
|
|
|
+
|
|
|
+ 'menubar/add/camera': 'カメラ',
|
|
|
+ 'menubar/add/camera/perspective': '透視投影',
|
|
|
+ 'menubar/add/camera/orthographic': '平行投影',
|
|
|
|
|
|
- 'menubar/examples': 'サンプル',
|
|
|
- 'menubar/examples/Arkanoid': 'ブロック崩し',
|
|
|
- 'menubar/examples/Camera': 'カメラ',
|
|
|
- 'menubar/examples/Particles': 'パーティクル',
|
|
|
- 'menubar/examples/Pong': 'ピンポン',
|
|
|
- 'menubar/examples/Shaders': 'シェーダー',
|
|
|
+ 'menubar/status/autosave': '自動保存',
|
|
|
|
|
|
'menubar/view': '表示',
|
|
|
'menubar/view/fullscreen': 'フルスクリーン',
|
|
|
+ 'menubar/view/gridHelper': 'グリッドヘルパー',
|
|
|
+ 'menubar/view/cameraHelpers': 'カメラヘルパー',
|
|
|
+ 'menubar/view/lightHelpers': 'ライトヘルパー',
|
|
|
+ 'menubar/view/skeletonHelpers': 'スケルトンヘルパー',
|
|
|
|
|
|
'menubar/help': 'ヘルプ',
|
|
|
'menubar/help/source_code': 'ソースコード',
|
|
@@ -1182,6 +1355,7 @@ function Strings( config ) {
|
|
|
'sidebar/geometry/uuid': 'UUID',
|
|
|
'sidebar/geometry/name': '名前',
|
|
|
'sidebar/geometry/bounds': '境界',
|
|
|
+ 'sidebar/geometry/userdata': 'ユーザーデータ',
|
|
|
'sidebar/geometry/show_vertex_normals': '頂点法線を表示',
|
|
|
'sidebar/geometry/compute_vertex_normals': '頂点法線を計算',
|
|
|
'sidebar/geometry/compute_vertex_tangents': '接線を計算',
|
|
@@ -1220,7 +1394,7 @@ function Strings( config ) {
|
|
|
'sidebar/geometry/extrude_geometry/curveSegments': '分割数',
|
|
|
'sidebar/geometry/extrude_geometry/steps': 'ステップ',
|
|
|
'sidebar/geometry/extrude_geometry/depth': '深さ',
|
|
|
- 'sidebar/geometry/extrude_geometry/bevelEnabled': 'ベベルを有効にするか?',
|
|
|
+ 'sidebar/geometry/extrude_geometry/bevelEnabled': 'ベベルを有効にするか',
|
|
|
'sidebar/geometry/extrude_geometry/bevelThickness': 'ベベルの厚さ',
|
|
|
'sidebar/geometry/extrude_geometry/bevelSize': 'ベベルのサイズ',
|
|
|
'sidebar/geometry/extrude_geometry/bevelOffset': 'ベベルのオフセット',
|
|
@@ -1380,6 +1554,7 @@ function Strings( config ) {
|
|
|
'sidebar/project/app/publish': 'アプリファイルとして保存',
|
|
|
|
|
|
'sidebar/project/image': '画像',
|
|
|
+ 'sidebar/project/image/samples': 'サンプル',
|
|
|
'sidebar/project/video': '動画',
|
|
|
|
|
|
'sidebar/project/shading': 'シェーディング',
|
|
@@ -1409,10 +1584,19 @@ function Strings( config ) {
|
|
|
'viewport/controls/grid': 'グリッド',
|
|
|
'viewport/controls/helpers': 'オーバーレイ表示',
|
|
|
|
|
|
+ 'viewport/info/object': 'オブジェクト',
|
|
|
'viewport/info/objects': 'オブジェクト',
|
|
|
+ 'viewport/info/vertex': '頂点',
|
|
|
'viewport/info/vertices': '頂点',
|
|
|
+ 'viewport/info/triangle': '三角形',
|
|
|
'viewport/info/triangles': '三角形',
|
|
|
- 'viewport/info/rendertime': 'レンダリング時間'
|
|
|
+ 'viewport/info/sample': 'サンプル',
|
|
|
+ 'viewport/info/samples': 'サンプル',
|
|
|
+ 'viewport/info/rendertime': 'レンダリング時間',
|
|
|
+
|
|
|
+ 'script/title/vertexShader': '頂点シェーダー',
|
|
|
+ 'script/title/fragmentShader': 'フラグメントシェーダ',
|
|
|
+ 'script/title/programInfo': 'プログラムのプロパティ'
|
|
|
|
|
|
}
|
|
|
|