Skip to content

Commit

Permalink
texts update
Browse files Browse the repository at this point in the history
  • Loading branch information
hughkli committed Oct 30, 2023
1 parent 9627ee3 commit 1a11b93
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LookinClient/Read/LKReadViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ - (instancetype)initWithFile:(LookinHierarchyFile *)file preferenceManager:(LKPr

self.focusTipView = [LKYellowTipsView new];
self.focusTipView.image = NSImageMake(@"icon_info");
self.focusTipView.title = NSLocalizedString(@"Currently in Focus mode", nil);
self.focusTipView.title = NSLocalizedString(@"Currently in focus mode", nil);
self.focusTipView.hidden = YES;
self.focusTipView.buttonText = NSLocalizedString(@"Exit", nil);
self.focusTipView.target = self;
Expand Down
2 changes: 1 addition & 1 deletion LookinClient/Static/LKStaticViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ - (void)setView:(NSView *)view {

self.focusTipView = [LKYellowTipsView new];
self.focusTipView.image = NSImageMake(@"icon_info");
self.focusTipView.title = NSLocalizedString(@"Currently in Focus mode", nil);
self.focusTipView.title = NSLocalizedString(@"Currently in focus mode", nil);
self.focusTipView.hidden = YES;
self.focusTipView.buttonText = NSLocalizedString(@"Exit", nil);
self.focusTipView.target = self;
Expand Down
2 changes: 1 addition & 1 deletion LookinClient/Static/LKStaticWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ - (void)_handleMessage:(NSButton *)button {
NSString *format = NSLocalizedString(@"Your iOS project uses version %@ of the LookinServer SDK, while the latest version online is %@, it is recommended to upgrade.", nil);
menuItem.title = [NSString stringWithFormat:format, userVersion, newestVersion];
} else {
NSString *format = NSLocalizedString(@"Your iOS project uses an outdated version of the LookinServer SDK. It is recommended to upgrade to the latest version %@.", nil);
NSString *format = NSLocalizedString(@"Your iOS project uses an outdated version of the LookinServer SDK. It is recommended to upgrade to the latest version %@", nil);
menuItem.title = [NSString stringWithFormat:format, newestVersion];
}
menuItem;
Expand Down
4 changes: 2 additions & 2 deletions LookinClient/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"Reconnecting…" = "Reconnecting…";
"Change App" = "Change App";
"Image is too large to be displayed." = "Image is too large to be displayed.";
"Currently in Focus mode" = "Currently in Focus mode";
"Currently in focus mode" = "Currently in focus mode";
"The screenshot of selected item is not displayed." = "The screenshot of selected item is not displayed.";
"The screenshot is not displayed due to the config in iOS App." = "The screenshot is not displayed due to the config in iOS App.";
"Details" = "Details";
Expand Down Expand Up @@ -184,7 +184,7 @@
"Job openings…(China)" = "Job openings…(China)";
"Clear this message" = "Clear this message";
"No message" = "No message";
"Your iOS project uses an outdated version of the LookinServer SDK. It is recommended to upgrade to the latest version %@." = "Your iOS project uses an outdated version of the LookinServer SDK. It is recommended to upgrade to the latest version %@.";
"Your iOS project uses an outdated version of the LookinServer SDK. It is recommended to upgrade to the latest version %@" = "Your iOS project uses an outdated version of the LookinServer SDK. It is recommended to upgrade to the latest version %@";
"Your iOS project uses version %@ of the LookinServer SDK, while the latest version online is %@, it is recommended to upgrade." = "Your iOS project uses version %@ of the LookinServer SDK, while the latest version online is %@, it is recommended to upgrade.";
"Check out version updates on GitHub…" = "Check out version updates on GitHub…";
"Your iOS project seems to use Swift, but you haven't turn on Swift optimization for Lookin" = "Your iOS project seems to use Swift, but you haven't turn on Swift optimization for Lookin";
Expand Down
4 changes: 2 additions & 2 deletions LookinClient/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"Reconnecting…" = "连接已断开 自动重连中…";
"Change App" = "切换 App";
"Image is too large to be displayed." = "尺寸过大,无法传输和显示该图层图像";
"Currently in Focus mode" = "当前处于聚焦模式";
"Currently in focus mode" = "当前处于聚焦模式";
"The screenshot of selected item is not displayed." = "已隐藏该图层的图像";
"The screenshot is not displayed due to the config in iOS App." = "由于 iOS 端的项目配置,已隐藏该图层的图像";
"Display" = "取消隐藏";
Expand Down Expand Up @@ -185,7 +185,7 @@
"Clear this message" = "清除这条消息";
"No message" = "无内容";
"Your iOS project uses version %@ of the LookinServer SDK, while the latest version online is %@, it is recommended to upgrade." = "你的 iOS 项目中使用的 LookinServer SDK 的版本是 %@,而线上最新版是 %@,推荐升级。";
"Your iOS project uses an outdated version of the LookinServer SDK. It is recommended to upgrade to the latest version %@." = "你的 iOS 项目中使用的 LookinServer SDK 版本较低,推荐升级到最新版 %@";
"Your iOS project uses an outdated version of the LookinServer SDK. It is recommended to upgrade to the latest version %@" = "你的 iOS 项目中使用的 LookinServer SDK 版本较低,推荐升级到最新版 %@";
"Check out version updates on GitHub…" = "在 GitHub 上查看版本更新内容…";
"Your iOS project seems to use Swift, but you haven't turn on Swift optimization for Lookin" = "你的 iOS 项目似乎使用了 Swift,但你却没有给 Lookin 开启 Swift 优化";
"How to turn on…" = "如何开启…";
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: ae01e4bc432dfbc007af4f20d82b4d14be933993

COCOAPODS: 1.13.0
COCOAPODS: 1.11.3

0 comments on commit 1a11b93

Please sign in to comment.