Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed May 15, 2022
1 parent ab3fdd7 commit 850319f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
6 changes: 3 additions & 3 deletions client/assets/langs/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"ADD_FRIEND": "Add",
"AGREE": "Agree",
"APP_UPDATE": "App Update",
"APP_UPDATE_DESC": "There are no big updates. These updates can be reflected by reloading the app. Do you want to reflect now?",
"BAN_USER": "Ban User",
"BAN_USER_TEXT": "Do you want to ban current user? If then, you will not receive any messages from the user.",
"BLOCKED_USER": "Blocked User",
Expand Down Expand Up @@ -124,7 +126,5 @@
"VIDEO": "Video",
"WARNING": "Warning",
"WRITE_MESSAGE": "Write message...",
"YES": "Yes",
"APP_UPDATE": "App Update",
"APP_UPDATE_DESC": "There are no big updates. These updates can be reflected by reloading the app. Do you want to reflect now?"
"YES": "Yes"
}
6 changes: 3 additions & 3 deletions client/assets/langs/ko.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"ADD_FRIEND": "친구추가",
"AGREE": "동의",
"APP_UPDATE": "앱 업데이트",
"APP_UPDATE_DESC": "크지 않은 업데이트가 있습니다. 해당 업데이트는 앱을 새로고침하여 반영할 수 있습니다. 지금 반영 하시겠습니까?",
"BAN_USER": "유저 차단",
"BAN_USER_TEXT": "선택한 유저를 차단하시겠습니까? 유저를 차단하면 해당 유저의 모든 메시지를 보거나 받을 수 없습니다.",
"BLOCKED_USER": "차단된 유저",
Expand Down Expand Up @@ -124,7 +126,5 @@
"VIDEO": "비디오",
"WARNING": "경고",
"WRITE_MESSAGE": "메세지를 입력해주세요…",
"YES": "",
"APP_UPDATE": "앱 업데이트",
"APP_UPDATE_DESC": "크지 않은 업데이트가 있습니다. 해당 업데이트는 앱을 새로고침하여 반영할 수 있습니다. 지금 반영 하시겠습니까?"
"YES": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -868,9 +868,18 @@ fragment ProfileModal_user on User {
}
}
>
<SvgMock
fill="#8BC9FF"
/>
<View
style={
Object {
"alignItems": "center",
"justifyContent": "center",
}
}
>
<SvgMock
fill="#8BC9FF"
/>
</View>
</View>
</View>
</View>
Expand Down

0 comments on commit 850319f

Please sign in to comment.