Fix channelcontextmenu keys in locales

This commit is contained in:
joker-x 2020-05-05 04:58:30 +02:00
parent 60c40ad64e
commit 0d97e365ae
2 changed files with 20 additions and 20 deletions

View file

@ -51,16 +51,16 @@
"remove_friend": "Remove Friend"
},
"channelcontextmenu": {
"channelcontextmenu.join": "Join Channel",
"channelcontextmenu.add": "Add",
"channelcontextmenu.edit": "Edit",
"channelcontextmenu.remove": "Remove",
"channelcontextmenu.link": "Link",
"channelcontextmenu.unlink": "Unlink",
"channelcontextmenu.unlink_all": "Unlink All",
"channelcontextmenu.copy_mumble_url": "Copy Mumble URL",
"channelcontextmenu.copy_mumble_web_url": "Copy Mumble-Web URL",
"channelcontextmenu.send_message": "Send Message"
"join": "Join Channel",
"add": "Add",
"edit": "Edit",
"remove": "Remove",
"link": "Link",
"unlink": "Unlink",
"unlink_all": "Unlink All",
"copy_mumble_url": "Copy Mumble URL",
"copy_mumble_web_url": "Copy Mumble-Web URL",
"send_message": "Send Message"
}
}

View file

@ -51,16 +51,16 @@
"remove_friend": "Eliminar amigo"
},
"channelcontextmenu": {
"channelcontextmenu.join": "Unirse al canal",
"channelcontextmenu.add": "Añadir",
"channelcontextmenu.edit": "Editar",
"channelcontextmenu.remove": "Eliminar",
"channelcontextmenu.link": "Link",
"channelcontextmenu.unlink": "Unlink",
"channelcontextmenu.unlink_all": "Unlink All",
"channelcontextmenu.copy_mumble_url": "Copiar Mumble URL",
"channelcontextmenu.copy_mumble_web_url": "Copiar Mumble-Web URL",
"channelcontextmenu.send_message": "Enviar mensaje"
"join": "Unirse al canal",
"add": "Añadir",
"edit": "Editar",
"remove": "Eliminar",
"link": "Link",
"unlink": "Unlink",
"unlink_all": "Unlink All",
"copy_mumble_url": "Copiar Mumble URL",
"copy_mumble_web_url": "Copiar Mumble-Web URL",
"send_message": "Enviar mensaje"
}
}