Procházet zdrojové kódy

增加翻译,打包测试3.3.2(2)

100Years před 19 hodinami
rodič
revize
bd181dd869

+ 2 - 2
AIEmoji.xcodeproj/project.pbxproj

@@ -2314,7 +2314,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1;
+				CURRENT_PROJECT_VERSION = 2;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;
@@ -2353,7 +2353,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1;
+				CURRENT_PROJECT_VERSION = 2;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;

+ 0 - 1
AIEmoji/Business/TSAILIstVC/TSAIAgeImageHintVC/TSAIListHintBaseVC.swift

@@ -212,7 +212,6 @@ class TSAIListHintBaseVC: TSBaseVC {
     
     func pickSinglePhoto()  {
         self.submitBtn.isUserInteractionEnabled = false
-//        photoPickerManager.pickSinglePhoto(maxBitSize: config.imageMaxBitSize) { [weak self] image, errorString in
         photoPickerManager.pickCustomSinglePhoto() { [weak self] image, errorString in
             guard let self = self else { return }
             self.submitBtn.isUserInteractionEnabled = true

+ 2 - 2
AIEmoji/Business/TSAILIstVC/TSAIExpandImageVC/TSAIExpandImageVC.swift

@@ -134,8 +134,8 @@ extension TSAIExpandImageVC {
             upLoadImage = image
             viewModel.upLoadImage = image
             //选中后,去到 1:1
-            styleView.currentIndexPath = IndexPath(item: 1, section: 0)
-            viewModel.selectStyleModel = viewModel.selectStyleModels.safeObj(At: 1)
+//            styleView.currentIndexPath = IndexPath(item: 1, section: 0)
+//            viewModel.selectStyleModel = viewModel.selectStyleModels.safeObj(At: 1)
             updateExpandArea()
         }
         

+ 1 - 0
AIEmoji/de.lproj/Localizable.strings

@@ -242,3 +242,4 @@
 "Turn Photos into an Action Figure" = "Verwandeln Sie Fotos in eine Actionfigur";
 "Anime Lite" = "Anime Lite";
 "Anime Pro" = "Anime-Profi";
+"AI Expand Photo" = "AI-Expand-Foto";

+ 1 - 0
AIEmoji/en.lproj/Localizable.strings

@@ -239,3 +239,4 @@
 "Turn Photos into an Action Figure" = "Turn Photos into an Action Figure";
 "Anime Lite" = "Anime Lite";
 "Anime Pro" = "Anime Pro";
+"AI Expand Photo" = "AI Expand Photo";

+ 1 - 0
AIEmoji/es.lproj/Localizable.strings

@@ -238,3 +238,4 @@
 "Turn Photos into an Action Figure" = "Convierte fotos en una figura de acción";
 "Anime Lite" = "Anime ligero";
 "Anime Pro" = "Anime Pro";
+"AI Expand Photo" = "IA Ampliar foto";

+ 1 - 0
AIEmoji/ja.lproj/Localizable.strings

@@ -238,3 +238,4 @@
 "Turn Photos into an Action Figure" = "写真をアクションフィギュアに変える";
 "Anime Lite" = "アニメライト";
 "Anime Pro" = "アニメプロ";
+"AI Expand Photo" = "AI拡張写真";

+ 1 - 0
AIEmoji/ko.lproj/Localizable.strings

@@ -238,3 +238,4 @@
 "Turn Photos into an Action Figure" = "사진을 액션 피규어로 바꿔보세요";
 "Anime Lite" = "애니메 라이트";
 "Anime Pro" = "애니메이션 프로";
+"AI Expand Photo" = "AI 확장 사진";

+ 1 - 0
AIEmoji/pt-BR.lproj/Localizable.strings

@@ -238,3 +238,4 @@
 "Turn Photos into an Action Figure" = "Transforme fotos em uma figura de ação";
 "Anime Lite" = "Anime Lite";
 "Anime Pro" = "Anime Pro";
+"AI Expand Photo" = "Foto de expansão de IA";

+ 1 - 0
AIEmoji/pt-PT.lproj/Localizable.strings

@@ -238,3 +238,4 @@
 "Turn Photos into an Action Figure" = "Transforme fotos em uma figura de ação";
 "Anime Lite" = "Anime Lite";
 "Anime Pro" = "Anime Pro";
+"AI Expand Photo" = "Foto de expansão de IA";

+ 1 - 0
AIEmoji/zh-Hans.lproj/Localizable.strings

@@ -238,3 +238,4 @@
 "Turn Photos into an Action Figure" = "把你变成独一无二的手办";
 "Anime Lite" = "动漫精简版";
 "Anime Pro" = "动漫增强版";
+"AI Expand Photo" = "AI 扩图";

+ 1 - 0
AIEmoji/zh-Hant.lproj/Localizable.strings

@@ -230,3 +230,4 @@
 "Turn Photos into an Action Figure" = "把你變成獨一無二的手辦";
 "Anime Lite" = "動漫精簡版";
 "Anime Pro" = "動漫增強版";
+"AI Expand Photo" = "AI 擴圖";