Skip to content

Commit

Permalink
Change zh_hant translations of "block" to "封鎖"
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Oct 29, 2019
1 parent 46e413b commit a982f42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions src/common/enums/text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const TEXT = {
setting: '設定',
accountSetting: '帳戶設定',
notificationSetting: '通知設定',
blockedSetting: '屏蔽用戶',
blockedSetting: '封鎖用戶',
walletSetting: '錢包設定',
uiSetting: '介面設定',
userProfile: '個人簡介',
Expand All @@ -131,11 +131,11 @@ export const TEXT = {
articleFingerprint: '作品指紋',
copySuccess: '複製成功',
copy: '複製',
block: '屏蔽',
blockUser: '屏蔽用戶',
unblockUser: '取消屏蔽',
blockSuccess: '屏蔽成功',
unblockSuccess: '已取消屏蔽。該用戶現在可以評論你的作品。',
block: '封鎖',
blockUser: '封鎖用戶',
unblockUser: '取消封鎖',
blockSuccess: '封鎖成功',
unblockSuccess: '已取消封鎖。該用戶現在可以評論你的作品。',
pin: '喜歡回應',
unpin: '取消精選',
emptySearchResults: '沒有找到你搜索的內容',
Expand Down
4 changes: 2 additions & 2 deletions src/components/Modal/BlockUserModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ const BlocKUserModal: React.FC<ModalInstanceProps & Props> = ({
<>
<Modal.Content>
<Translate
zh_hant={`屏蔽之後${user.displayName} 將無法評論你的作品。`}
zh_hant={`封鎖之後${user.displayName} 將無法評論你的作品。`}
zh_hans={`屏蔽之后,${user.displayName} 将无法评论你的作品。`}
/>
<br />
<Translate
zh_hant="你可以在設置裏管理你的屏蔽用戶列表。"
zh_hant="你可以在設置裏管理你的封鎖用戶列表。"
zh_hans="你可以在设置里管理你的屏蔽用户列表。"
/>
</Modal.Content>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Me/Settings/Blocked/SettingsBlocked.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const SettingsBlocked = () => {
return (
<EmptyWarning
description={
<Translate zh_hant="還沒有屏蔽用戶" zh_hans="还没有屏蔽用户" />
<Translate zh_hant="還沒有封鎖用戶" zh_hans="还没有屏蔽用户" />
}
/>
)
Expand Down

0 comments on commit a982f42

Please sign in to comment.