Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cac2021d
authored
Jul 03, 2025
by
pidan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
幾個翻譯
parent
27a077ce
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
5 deletions
DevelopmentPods/FUSFoundation/FUSFoundation/Assets/LocalizationString/Fusi_Chinese.strings
DevelopmentPods/FUSFoundation/FUSFoundation/Assets/LocalizationString/Fusi_Chinese_Traditional.strings
Modules/FUSChatCenterModule/FUSChatCenterModule/Features/InstantMessaging/View/ToolViews/FUSIMGiftView.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FunctionView/ChatInputView/FUSLiveBottomToolView.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/Push/LiveStartView/FUSLiveStartSetPrivacyView.swift
DevelopmentPods/FUSFoundation/FUSFoundation/Assets/LocalizationString/Fusi_Chinese.strings
View file @
cac2021d
...
@@ -3172,3 +3172,10 @@
...
@@ -3172,3 +3172,10 @@
"请联系您的邀请人获得邀请QRCode" = "请联系您的邀请人获得邀请QRCode";
"请联系您的邀请人获得邀请QRCode" = "请联系您的邀请人获得邀请QRCode";
"送“%@”礼物,更容易向主播索取密码哦~" = "送“%@”礼物,更容易向主播索取密码哦~";
"已关闭窗帘,玩家输入密码打开" = "已关闭窗帘,玩家输入密码打开";
"私信礼物" = "私信礼物";
"收到%@" = "收到%@";
DevelopmentPods/FUSFoundation/FUSFoundation/Assets/LocalizationString/Fusi_Chinese_Traditional.strings
View file @
cac2021d
...
@@ -3172,3 +3172,11 @@
...
@@ -3172,3 +3172,11 @@
"请联系您的邀请人获得邀请QRCode" = "請聯繫您的邀請人獲得邀請QRCode";
"请联系您的邀请人获得邀请QRCode" = "請聯繫您的邀請人獲得邀請QRCode";
"送“%@”礼物,更容易向主播索取密码哦~" = "送“%@”禮物,更容易向主播索取密碼哦~";
"已关闭窗帘,玩家输入密码打开" = "已關閉窗簾,玩家輸入密碼打開";
"私信礼物" = "私信禮物";
"收到%@" = "收到%@";
Modules/FUSChatCenterModule/FUSChatCenterModule/Features/InstantMessaging/View/ToolViews/FUSIMGiftView.m
View file @
cac2021d
...
@@ -287,7 +287,7 @@
...
@@ -287,7 +287,7 @@
UILabel
*
tipLabel
=
[[
UILabel
alloc
]
init
];
UILabel
*
tipLabel
=
[[
UILabel
alloc
]
init
];
tipLabel
.
numberOfLines
=
0
;
tipLabel
.
numberOfLines
=
0
;
NSString
*
tipStr
=
[
NSString
stringWithFormat
:[
NSString
fus_
versionL
ocalString
:
@"送“%@”礼物,更容易向主播索取密码哦~"
],
giftName
];
NSString
*
tipStr
=
[
NSString
stringWithFormat
:[
NSString
fus_
l
ocalString
:
@"送“%@”礼物,更容易向主播索取密码哦~"
],
giftName
];
NSRange
hightlightRange
=
[
tipStr
rangeOfString
:
giftName
];
NSRange
hightlightRange
=
[
tipStr
rangeOfString
:
giftName
];
NSMutableAttributedString
*
tipAttr
=
[[
NSMutableAttributedString
alloc
]
initWithString
:
tipStr
attributes
:@{
NSForegroundColorAttributeName
:
[
UIColor
fus_textColorRich
],
NSFontAttributeName
:
[
UIFont
fus_themeBoldFont
:
12
]}];
NSMutableAttributedString
*
tipAttr
=
[[
NSMutableAttributedString
alloc
]
initWithString
:
tipStr
attributes
:@{
NSForegroundColorAttributeName
:
[
UIColor
fus_textColorRich
],
NSFontAttributeName
:
[
UIFont
fus_themeBoldFont
:
12
]}];
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FunctionView/ChatInputView/FUSLiveBottomToolView.m
View file @
cac2021d
...
@@ -999,8 +999,8 @@
...
@@ -999,8 +999,8 @@
[
self
.
giftMessageTipView
addSubview
:
bgImageView
];
[
self
.
giftMessageTipView
addSubview
:
bgImageView
];
UILabel
*
tipLabel
=
[[
UILabel
alloc
]
init
];
UILabel
*
tipLabel
=
[[
UILabel
alloc
]
init
];
NSString
*
hightlightStr
=
[
NSString
fus_
versionL
ocalString
:
@"私信礼物"
];
NSString
*
hightlightStr
=
[
NSString
fus_
l
ocalString
:
@"私信礼物"
];
NSString
*
tipStr
=
[
NSString
stringWithFormat
:[
NSString
fus_
versionL
ocalString
:
@"收到%@"
],
hightlightStr
];
NSString
*
tipStr
=
[
NSString
stringWithFormat
:[
NSString
fus_
l
ocalString
:
@"收到%@"
],
hightlightStr
];
NSRange
hightlightRange
=
[
tipStr
rangeOfString
:
hightlightStr
];
NSRange
hightlightRange
=
[
tipStr
rangeOfString
:
hightlightStr
];
NSMutableAttributedString
*
tipAttr
=
[[
NSMutableAttributedString
alloc
]
initWithString
:
tipStr
attributes
:@{
NSForegroundColorAttributeName
:
[
UIColor
fus_textColorRich
],
NSFontAttributeName
:
[
UIFont
fus_themeBoldFont
:
12
]}];
NSMutableAttributedString
*
tipAttr
=
[[
NSMutableAttributedString
alloc
]
initWithString
:
tipStr
attributes
:@{
NSForegroundColorAttributeName
:
[
UIColor
fus_textColorRich
],
NSFontAttributeName
:
[
UIFont
fus_themeBoldFont
:
12
]}];
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/Push/LiveStartView/FUSLiveStartSetPrivacyView.swift
View file @
cac2021d
...
@@ -102,8 +102,8 @@ import FUSCommon
...
@@ -102,8 +102,8 @@ import FUSCommon
//这里特殊用户有不一样的逻辑
//这里特殊用户有不一样的逻辑
let
iconImagesList
=
[
"live_start_openScope_cell"
,
"live_start_passwordScope_cell"
/*,"live_start_intimacyScope_cell"*/
]
let
iconImagesList
=
[
"live_start_openScope_cell"
,
"live_start_passwordScope_cell"
/*,"live_start_intimacyScope_cell"*/
]
let
titlesList
=
[
String
.
fus_
versionLocalString
(
"公开屋"
),
.
fus_versionL
ocalString
(
"私享屋"
)
/*, .fus_localString("亲密圈")*/
]
let
titlesList
=
[
String
.
fus_
localString
(
"公开屋"
),
.
fus_l
ocalString
(
"私享屋"
)
/*, .fus_localString("亲密圈")*/
]
let
subTitlesList
=
[
String
.
fus_localString
(
"所有人可进入房间"
),
.
fus_
versionL
ocalString
(
"已关闭窗帘,玩家输入密码打开"
)
/*, .fus_localString("仅亲密好友可进入房间")*/
]
let
subTitlesList
=
[
String
.
fus_localString
(
"所有人可进入房间"
),
.
fus_
l
ocalString
(
"已关闭窗帘,玩家输入密码打开"
)
/*, .fus_localString("仅亲密好友可进入房间")*/
]
let
itemHeight
=
56.0
let
itemHeight
=
56.0
privacyContentView
.
snp
.
makeConstraints
{
make
in
privacyContentView
.
snp
.
makeConstraints
{
make
in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment