增加刷新房间的动画提示
This commit is contained in:
@@ -106,7 +106,6 @@ return{
|
||||
chatStart="------Beginning of log------",
|
||||
chatHistory="------New messages below------",
|
||||
|
||||
noRooms="Such emptiness much void, come back later?",
|
||||
roomsCreateFailed="Failed to create room.",
|
||||
roomsFetchFailed="Failed to fetch room list.",
|
||||
|
||||
@@ -252,6 +251,8 @@ return{
|
||||
chat="Chat",
|
||||
},
|
||||
net_rooms={
|
||||
refreshing="Refreshing Rooms",
|
||||
noRooms="Such emptiness much void, come back later?",
|
||||
refresh="Refresh",
|
||||
new="New Room",
|
||||
join="Join",
|
||||
|
||||
@@ -107,7 +107,6 @@ return{
|
||||
chatStart="--------Début des logs--------",
|
||||
chatHistory="-Nouveaux messages en dessous-",
|
||||
|
||||
noRooms="Aucun salon actuellement",
|
||||
roomsCreateFailed="Echec de la création du salon",
|
||||
roomsFetchFailed="Echec de la récupération des salons",
|
||||
|
||||
@@ -225,8 +224,9 @@ return{
|
||||
chat="Chat",
|
||||
},
|
||||
net_rooms={
|
||||
-- refreshing="Refreshing Rooms",
|
||||
noRooms="Aucun salon actuellement",
|
||||
-- refresh="Refresh",
|
||||
new="Nouveau salon",
|
||||
join="Rejoindre",
|
||||
up="↑",
|
||||
down="↓",
|
||||
|
||||
@@ -106,7 +106,6 @@ return{
|
||||
chatStart="------Começo do log------",
|
||||
chatHistory="------Novas mensagens abaixo------",
|
||||
|
||||
noRooms="Nenhuma sala agora",
|
||||
-- roomsCreateFailed="Failed to create room",
|
||||
roomsFetchFailed="Falha ao buscar salas",
|
||||
|
||||
@@ -252,6 +251,8 @@ return{
|
||||
chat="Chat",
|
||||
},
|
||||
net_rooms={
|
||||
-- refreshing="Refreshing Rooms",
|
||||
noRooms="Nenhuma sala agora",
|
||||
-- refresh="Refresh",
|
||||
-- new="New room",
|
||||
-- join="Join",
|
||||
|
||||
@@ -108,7 +108,6 @@ return{
|
||||
-- chatStart="------Beginning of log------",
|
||||
-- chatHistory="------New messages below------",
|
||||
|
||||
-- noRooms="No Rooms Now",
|
||||
-- roomsCreateFailed="Failed to create room",
|
||||
-- roomsFetchFailed="Failed to fetch rooms",
|
||||
|
||||
@@ -231,6 +230,8 @@ return{
|
||||
-- chat="Chat",
|
||||
},
|
||||
net_rooms={
|
||||
-- refreshing="Refreshing Rooms",
|
||||
-- noRooms="No Rooms Now",
|
||||
-- refresh="Refresh",
|
||||
-- new="New room",
|
||||
-- join="Join",
|
||||
|
||||
@@ -106,7 +106,6 @@ return{
|
||||
chatStart="------消息的开头------",
|
||||
chatHistory="------以上是历史消息------",
|
||||
|
||||
noRooms="一个房间都没有哎...",
|
||||
roomsCreateFailed="创建房间失败",
|
||||
roomsFetchFailed="拉取房间列表失败",
|
||||
|
||||
@@ -252,6 +251,8 @@ return{
|
||||
chat="聊天室",
|
||||
},
|
||||
net_rooms={
|
||||
refreshing="刷新房间列表中",
|
||||
noRooms="一个房间都没有哎...",
|
||||
refresh="刷新",
|
||||
new="创建房间",
|
||||
join="加入",
|
||||
|
||||
Reference in New Issue
Block a user