|
@@ -1,3 +1,24 @@
|
|
|
export default {
|
|
|
debuginfo: 'debug info',
|
|
|
+ floorPlan: 'floorPlan',
|
|
|
+ dollhouse: 'dollhouse',
|
|
|
+ threeDModel: '3D Model',
|
|
|
+ saySomething: 'Comment',
|
|
|
+ memberManager: 'Member Management',
|
|
|
+ sceneList: 'Scene List',
|
|
|
+ inviteFriends: 'Invite Friends',
|
|
|
+ copy: 'copy',
|
|
|
+ share: 'share',
|
|
|
+ cancel: 'cancel',
|
|
|
+ tips: 'tips',
|
|
|
+ maxRooms: 'The maximum number of viewers has been reached; you can switch to Walkthrough.',
|
|
|
+ freeWalk: 'Walkthrough',
|
|
|
+ endRoom: 'Confirm to end the livestream',
|
|
|
+ endNow: 'end',
|
|
|
+ disabledTalk: 'The host is muted you',
|
|
|
+ floorPlanView: 'Floor plan/ Dollhouse',
|
|
|
+ copySuccess: 'Successfully copied',
|
|
|
+ errorRoom: 'Abnormal studio, please contact the host.',
|
|
|
+ knowIt: 'Confirm。',
|
|
|
+ view: 'view',
|
|
|
};
|