add updatePublicGroupDialogTitle and strip trailing whitespace

pull/679/head
Ryan Tharp 6 years ago
parent e9773c05be
commit 29090ad80a

@ -1992,54 +1992,44 @@
"message": "Note: Your display name will be visible to your contacts", "message": "Note: Your display name will be visible to your contacts",
"description": "Shown to the user as a warning about setting display name" "description": "Shown to the user as a warning about setting display name"
}, },
"copyPublicKey": { "copyPublicKey": {
"message": "Copy public key", "message": "Copy public key",
"description": "description":
"Button action that the user can click to copy their public keys" "Button action that the user can click to copy their public keys"
}, },
"banUser": { "banUser": {
"message": "Ban user", "message": "Ban user",
"description": "Ban user from public chat by public key." "description": "Ban user from public chat by public key."
}, },
"banUserConfirm": { "banUserConfirm": {
"message": "Are you sure you want to ban user?", "message": "Are you sure you want to ban user?",
"description": "Message shown when confirming user ban." "description": "Message shown when confirming user ban."
}, },
"userBanned": { "userBanned": {
"message": "User successfully banned", "message": "User successfully banned",
"description": "Toast on succesful user ban." "description": "Toast on succesful user ban."
}, },
"userBanFailed": { "userBanFailed": {
"message": "User ban failed!", "message": "User ban failed!",
"description": "Toast on unsuccesful user ban." "description": "Toast on unsuccesful user ban."
}, },
"copyChatId": { "copyChatId": {
"message": "Copy Chat ID" "message": "Copy Chat ID"
}, },
"updateGroup": { "updateGroup": {
"message": "Update Group", "message": "Update Group",
"description": "description":
"Button action that the user can click to rename the group or add a new member" "Button action that the user can click to rename the group or add a new member"
}, },
"leaveGroup": { "leaveGroup": {
"message": "Leave Group", "message": "Leave Group",
"description": "Button action that the user can click to leave the group" "description": "Button action that the user can click to leave the group"
}, },
"leaveGroupDialogTitle": { "leaveGroupDialogTitle": {
"message": "Are you sure you want to leave this group?", "message": "Are you sure you want to leave this group?",
"description": "description":
"Title shown to the user to confirm they want to leave the group" "Title shown to the user to confirm they want to leave the group"
}, },
"copiedPublicKey": { "copiedPublicKey": {
"message": "Copied public key", "message": "Copied public key",
"description": "A toast message telling the user that the key was copied" "description": "A toast message telling the user that the key was copied"
@ -2062,18 +2052,20 @@
"message": "Edit profile", "message": "Edit profile",
"description": "Button action that the user can click to edit their profile" "description": "Button action that the user can click to edit their profile"
}, },
"createGroupDialogTitle": { "createGroupDialogTitle": {
"message": "Creating a Private Group Chat", "message": "Creating a Private Group Chat",
"description": "Title for the dialog box used to create a new private group" "description": "Title for the dialog box used to create a new private group"
}, },
"updateGroupDialogTitle": { "updateGroupDialogTitle": {
"message": "Updating a Private Group Chat", "message": "Updating a Private Group Chat",
"description": "description":
"Title for the dialog box used to update an existing private group" "Title for the dialog box used to update an existing private group"
}, },
"updatePublicGroupDialogTitle": {
"message": "Updating a Public Chat Channel",
"description":
"Title for the dialog box used to update an existing public chat channel"
},
"showSeed": { "showSeed": {
"message": "Show seed", "message": "Show seed",
"description": "description":
@ -2093,25 +2085,21 @@
"description": "description":
"Title for the dialog box used to connect to a new public server" "Title for the dialog box used to connect to a new public server"
}, },
"createPrivateGroup": { "createPrivateGroup": {
"message": "Create Private Group", "message": "Create Private Group",
"description": "description":
"Button action that the user can click to show a dialog for creating a new private group chat" "Button action that the user can click to show a dialog for creating a new private group chat"
}, },
"seedViewTitle": { "seedViewTitle": {
"message": "message":
"Please save the seed below in a safe location. They can be used to restore your account if you lose access or migrate to a new device.", "Please save the seed below in a safe location. They can be used to restore your account if you lose access or migrate to a new device.",
"description": "The title shown when the user views their seeds" "description": "The title shown when the user views their seeds"
}, },
"copiedMnemonic": { "copiedMnemonic": {
"message": "Copied seed to clipboard", "message": "Copied seed to clipboard",
"description": "description":
"A toast message telling the user that the mnemonic seed was copied" "A toast message telling the user that the mnemonic seed was copied"
}, },
"passwordViewTitle": { "passwordViewTitle": {
"message": "Type in your password", "message": "Type in your password",
"description": "description":
@ -2125,7 +2113,6 @@
"description": "description":
"A button action that the user can click to reset the database" "A button action that the user can click to reset the database"
}, },
"setPassword": { "setPassword": {
"message": "Set Password", "message": "Set Password",
"description": "Button action that the user can click to set a password" "description": "Button action that the user can click to set a password"
@ -2210,7 +2197,6 @@
"message": "Invalid Pubkey Format", "message": "Invalid Pubkey Format",
"description": "Error string shown when user types an invalid pubkey format" "description": "Error string shown when user types an invalid pubkey format"
}, },
"conversationsTab": { "conversationsTab": {
"message": "Conversations", "message": "Conversations",
"description": "conversation tab title" "description": "conversation tab title"

Loading…
Cancel
Save