diff --git a/client/src/i18n/fr.json b/client/src/i18n/fr.json index e143fbd6..54baafe9 100644 --- a/client/src/i18n/fr.json +++ b/client/src/i18n/fr.json @@ -18,6 +18,9 @@ "uploaded": "Transféré !", "add": "Ajouter" }, + "AssetType": { + "size": null + }, "AudioSettings": { "proximity_audio": "Proximité audio:" }, @@ -41,9 +44,47 @@ "title": "Avatar", "unique_color": "Couleur personnelle" }, + "BuildPanel": { + "add": null, + "modify": null, + "actions": null, + "settings": null + }, "CameraSettings": { "field_of_view": "Angle de vue" }, + "CenterCamera": { + "recenter": null + }, + "ChatDialog": { + "title": null + }, + "ColorPreview": { + "invalid_color": null + }, + "DebugPane": { + "debug_physics": null, + "show_errors": null, + "framerate": null, + "fps": null, + "audio": null, + "video": null, + "loading": null, + "viewport": null, + "participants": null + }, + "Overlay": { + "tooltips": { + "set_up_video": null, + "build_mode": null, + "mute": null, + "unmute": null, + "share_screen": null, + "chat_open": null, + "invite_someone": null, + "profile": null + } + }, "EditorPanel": { "modify": "Modifier", "nothing_selected": "Aucune sélection", @@ -56,26 +97,84 @@ "internal_components": "Documents internes", "entity_deactivated": "Entité désactivée" }, + "EntrywaySettings": { + "set_default": null, + "new_entryway_name": null + }, "ExportPanel": { "title": "Import / Export", "invalid_json": "JSON non valide", "apply": "Appliquer" }, + "FogSettings": { + "fog": null + }, "GroupUngroupButton": { "group": "Grouper", "ungroup": "Dégrouper" }, + "InviteDialog": { + "allow_build_mode": null, + "allow_inviting": null, + "loading": null, + "max_uses": null, + "title": null, + "close": null + }, + "LanguageDialog": { + "title": null + }, + "LightingSettings": { + "lighting" : null, + "ambient": null, + "hemisphere": null, + "sky": null, + "ground": null, + "directional": null, + "position": null, + "reset_lighting": null + }, + "LoginManager": { + "invalid_credentials": null, + "invalid_email": null, + "email_already_used": null + }, + "MediaSetup":{ + "you're_about_to_join": null, + "or": null, + "join_without": null, + "logo": null + }, + "MessageHistory": { + "empty_chat": null + }, "Pause": { "title": "en pause", "continue": "reprendre" }, + "PerformancePanel": { + "performance": null, + "fps": null, + "render_calls": null, + "triangles": null, + "extended_stats": null, + "systems": null, + "shaders": null, + "id": null, + "name": null, + "used": null + }, + "PortalOccupancy": { + "count": null + }, "ProfileButton": { "sign_in": "Connectez-vous", "sign_out": "Déconnexion", "language": "Langue", "graphics_quality": "Niveau des graphismes", "change_avatar": "Personnalisez votre avatar", - "signed_in_as": "Authentifié. Votre nom : {name}" + "signed_in_as": "Authentifié. Votre nom : {name}", + "example": null }, "RenderQualityDialog": { "title": "Détails", @@ -90,6 +189,31 @@ "4": "Highest", "4_desc": "Niveau ultra haut. Affichage des ombres." }, + "SettingsPanel": { + "relm_settings": null, + "import_export": null, + "performance": null + }, + "SignUpDialog": { + "already_have_account": null, + "sign_in": null, + "sign_up": null, + "pass_code": null, + "email": null + }, + "SkyboxSettings": { + "skybox": null, + "blue_sky": null, + "stars": null, + "pink_clouds": null, + "galaxy": null + }, + "SystemToggle": { + "enabled": null + }, + "UploadButton": { + "upload": null + }, "VideoMirror": { "join_cam_off": "Entrer sans caméra", "join_mic_off": "Entrer sans micro", diff --git a/client/src/i18n/zh-Hans.json b/client/src/i18n/zh-Hans.json index 80fcfd27..18ec75d6 100644 --- a/client/src/i18n/zh-Hans.json +++ b/client/src/i18n/zh-Hans.json @@ -18,6 +18,9 @@ "uploaded": "已上传!", "add": "添加" }, + "AssetType": { + "size": null + }, "AudioSettings": { "proximity_audio": "附近的语音:" }, @@ -41,9 +44,47 @@ "title": "装扮", "unique_color": "专属颜色" }, + "BuildPanel": { + "add": null, + "modify": null, + "actions": null, + "settings": null + }, "CameraSettings": { "field_of_view": "视野范围" }, + "CenterCamera": { + "recenter": null + }, + "ChatDialog": { + "title": null + }, + "ColorPreview": { + "invalid_color": null + }, + "DebugPane": { + "debug_physics": null, + "show_errors": null, + "framerate": null, + "fps": null, + "audio": null, + "video": null, + "loading": null, + "viewport": null, + "participants": null + }, + "Overlay": { + "tooltips": { + "set_up_video": null, + "build_mode": null, + "mute": null, + "unmute": null, + "share_screen": null, + "chat_open": null, + "invite_someone": null, + "profile": null + } + }, "EditorPanel": { "modify": "修改", "nothing_selected": "没有选中", @@ -56,26 +97,84 @@ "internal_components": "内部组件", "entity_deactivated": "主体未激活" }, + "EntrywaySettings": { + "set_default": null, + "new_entryway_name": null + }, "ExportPanel": { "title": "导入 / 导出", "invalid_json": "不存在 JSON", "apply": "应用" }, + "FogSettings": { + "fog": null + }, "GroupUngroupButton": { "title": "暂停", "continue": "继续" }, + "InviteDialog": { + "allow_build_mode": null, + "allow_inviting": null, + "loading": null, + "max_uses": null, + "title": null, + "close": null + }, + "LanguageDialog": { + "title": null + }, + "LightingSettings": { + "lighting" : null, + "ambient": null, + "hemisphere": null, + "sky": null, + "ground": null, + "directional": null, + "position": null, + "reset_lighting": null + }, + "LoginManager": { + "invalid_credentials": null, + "invalid_email": null, + "email_already_used": null + }, + "MediaSetup":{ + "you're_about_to_join": null, + "or": null, + "join_without": null, + "logo": null + }, + "MessageHistory": { + "empty_chat": null + }, "Pause": { "title": "Paused", "continue": "Continue" }, + "PerformancePanel": { + "performance": null, + "fps": null, + "render_calls": null, + "triangles": null, + "extended_stats": null, + "systems": null, + "shaders": null, + "id": null, + "name": null, + "used": null + }, + "PortalOccupancy": { + "count": null + }, "ProfileButton": { "sign_in": "登入", "sign_out": "登出", "language": "语言", "graphics_quality": "图像质量", "change_avatar": "装扮", - "signed_in_as": "登入名称 {name}" + "signed_in_as": "登入名称 {name}", + "example": null }, "RenderQualityDialog": { "title": "图像质量", @@ -90,6 +189,31 @@ "4": "最高", "4_desc": "最高质量,较高帧率(60 fps), 阴影效果" }, + "SettingsPanel": { + "relm_settings": null, + "import_export": null, + "performance": null + }, + "SignUpDialog": { + "already_have_account": null, + "sign_in": null, + "sign_up": null, + "pass_code": null, + "email": null + }, + "SkyboxSettings": { + "skybox": null, + "blue_sky": null, + "stars": null, + "pink_clouds": null, + "galaxy": null + }, + "SystemToggle": { + "enabled": null + }, + "UploadButton": { + "upload": null + }, "VideoMirror": { "join_cam_off": "仅使用麦克风加入", "join_mic_off": "仅使用摄像头加入",