citra_qt: retranslate status bar

This commit is contained in:
zhupengfei 2018-07-24 18:57:45 +08:00
parent 87872aa369
commit 76465dd0f5
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
5 changed files with 39 additions and 4 deletions

View file

@ -46,10 +46,11 @@ struct ChatEntry {
class RoomMember final {
public:
enum class State : u8 {
Idle, ///< Default state
Error, ///< Some error [permissions to network device missing or something]
Joining, ///< The client is attempting to join a room.
Joined, ///< The client is connected to the room and is ready to send/receive packets.
Uninitialized, ///< Not initialized
Idle, ///< Default state
Error, ///< Some error [permissions to network device missing or something]
Joining, ///< The client is attempting to join a room.
Joined, ///< The client is connected to the room and is ready to send/receive packets.
LostConnection, ///< Connection closed
// Reasons why connection was rejected