1. replace word group with room
This commit is contained in:
parent
e324355b63
commit
800568002e
3 changed files with 8 additions and 9 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
|
@ -5,7 +5,6 @@
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "keanuapp-weblite",
|
|
||||||
"version": "0.1.13",
|
"version": "0.1.13",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aes-js": "^3.1.2",
|
"aes-js": "^3.1.2",
|
||||||
|
|
|
||||||
|
|
@ -76,11 +76,11 @@
|
||||||
"new_room": "New Room",
|
"new_room": "New Room",
|
||||||
"create": "Create",
|
"create": "Create",
|
||||||
"next": "Next",
|
"next": "Next",
|
||||||
"name_room": "Name group",
|
"name_room": "Name room",
|
||||||
"room_topic": "Add a description if you like",
|
"room_topic": "Add a description if you like",
|
||||||
"join_permissions": "Join permissions",
|
"join_permissions": "Join permissions",
|
||||||
"set_join_permissions": "Set Join Permissions",
|
"set_join_permissions": "Set Join Permissions",
|
||||||
"join_permissions_info": "These permissions determine how people can join the group and how easily others can be invited. They can be changed anytime.",
|
"join_permissions_info": "These permissions determine how people can join the room and how easily others can be invited. They can be changed anytime.",
|
||||||
"get_link": "Get link",
|
"get_link": "Get link",
|
||||||
"add_people": "Add people",
|
"add_people": "Add people",
|
||||||
"link_copied": "Link copied!",
|
"link_copied": "Link copied!",
|
||||||
|
|
@ -147,9 +147,9 @@
|
||||||
"leave": {
|
"leave": {
|
||||||
"title_public": "Goodbye, {user}",
|
"title_public": "Goodbye, {user}",
|
||||||
"text_public": "You can always join this room again if you know the link.",
|
"text_public": "You can always join this room again if you know the link.",
|
||||||
"text_public_lastroom": "If you want to join this group again, you can join under a new identity. To keep {user}, {action}.",
|
"text_public_lastroom": "If you want to join this room again, you can join under a new identity. To keep {user}, {action}.",
|
||||||
"title_invite": "Are you sure you want to leave?",
|
"title_invite": "Are you sure you want to leave?",
|
||||||
"text_invite": "This group is locked. You cannot rejoin without a special permission.",
|
"text_invite": "This room is locked. You cannot rejoin without a special permission.",
|
||||||
"create_account": "create an account",
|
"create_account": "create an account",
|
||||||
"go_back": "Go back",
|
"go_back": "Go back",
|
||||||
"leave": "Leave"
|
"leave": "Leave"
|
||||||
|
|
@ -177,7 +177,7 @@
|
||||||
"version_info": "Powered by Guardian Project. Version: {version}"
|
"version_info": "Powered by Guardian Project. Version: {version}"
|
||||||
},
|
},
|
||||||
"room_info_sheet": {
|
"room_info_sheet": {
|
||||||
"this_room": "This group",
|
"this_room": "This room",
|
||||||
"view_details": "View details"
|
"view_details": "View details"
|
||||||
},
|
},
|
||||||
"voice_recorder": {
|
"voice_recorder": {
|
||||||
|
|
@ -200,4 +200,4 @@
|
||||||
"original_text": "<original text>",
|
"original_text": "<original text>",
|
||||||
"download_name": "Download"
|
"download_name": "Download"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
>{{$t('room_info_sheet.view_details')}}</v-btn
|
>{{$t('room_info_sheet.view_details')}}</v-btn
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<room-list :title="'Other groups'" v-on:close="close" v-on:newroom="createRoom" :showCreate="true" />
|
<room-list :title="'Other roomss'" v-on:close="close" v-on:newroom="createRoom" :showCreate="true" />
|
||||||
</div>
|
</div>
|
||||||
</BottomSheet>
|
</BottomSheet>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -63,4 +63,4 @@ export default {
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "@/assets/css/chat.scss";
|
@import "@/assets/css/chat.scss";
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue