Explorar el Código

feat:文案修正

kailen hace 1 mes
padre
commit
fd69e15e7f

+ 1 - 1
TSLiveWallpaper/Business/TSMusic/Custom/MusicSearchBar.swift

@@ -21,7 +21,7 @@ class MusicSearchBar: UIControl {
 
     lazy var iconView: UIImageView = .init(image: .iconSearch)
 
-    lazy var titleLabel: UILabel = .simpleLabel(text: "Search Music", font: .systemFont14, color: .white.withAlphaComponent(0.3))
+    lazy var titleLabel: UILabel = .simpleLabel(text: "Search Music".localized(), font: .systemFont14, color: .white.withAlphaComponent(0.3))
 
     override init(frame: CGRect) {
         super.init(frame: frame)

+ 1 - 1
TSLiveWallpaper/Business/TSMusic/SearchResult/SearchResultStateView.swift

@@ -56,7 +56,7 @@ class SearchResultStateView: UIView {
     lazy var titleLabel: UILabel = {
         let lab = UILabel()
         lab.font = .systemFont(ofSize: 14)
-        lab.textColor = .black
+        lab.textColor = .white
         return lab
     }()
 

+ 1 - 1
TSLiveWallpaper/Business/TSPurchaseMembershipVC/TSPurchaseVC.swift

@@ -224,7 +224,7 @@ struct PurchaseView :View {
                         }
                         HStack(spacing: 8) {
                             Image("check").resizable().frame(width: 24, height: 24)
-                            Text("Unlimited Video To Live".localized())
+                            Text("Unlimited Video to Live".localized())
                         }
                         
                         HStack(spacing: 8) {

+ 6 - 1
TSLiveWallpaper/de.lproj/Localizable.strings

@@ -47,7 +47,7 @@
 /* Actions */
 "Like" = "Gefällt mir";
 "Delete" = "Löschen";
-"Add to Playlist" = "Zur Playlist hinzufügen";
+"Add to Playlist" = "Zur Playlist";
 "Remove from playlist" = "Aus Playlist entfernen";
 "Created Successfully" = "Erfolgreich erstellt";
 "OK" = "OK";
@@ -108,3 +108,8 @@
 "Save" = "Speichern";
 "Save Fail" = "Speichern fehlgeschlagen";
 "ScreenRecorder unAvailable" = "Bildschirmrecorder nicht verfügbar";
+
+"All Premium Wallpapers" = "Alle Premium-Hintergründe";
+"Unlimited Video to Live" = "Unbegrenztes Video to Live";
+"100% No Ads" = "100 % keine Werbung";
+"Share" = "Aktie";

+ 5 - 0
TSLiveWallpaper/en.lproj/Localizable.strings

@@ -109,3 +109,8 @@
 "Save" = "Save";
 "Save Fail" = "Save Fail";
 "ScreenRecorder unAvailable" = "ScreenRecorder unAvailable";
+
+"All Premium Wallpapers" = "All Premium Wallpapers";
+"Unlimited Video to Live" = "Unlimited Video to Live";
+"100% No Ads" = "100% No Ads";
+"Share" = "Share";

+ 7 - 2
TSLiveWallpaper/es.lproj/Localizable.strings

@@ -45,8 +45,8 @@
 
 /* Actions */
 "Like" = "Me gusta";
-"Delete" = "Eliminar";
-"Add to Playlist" = "Añadir a la lista de reproducción";
+"Delete" = "Borrar";
+"Add to Playlist" = "Añadir a la playlist";
 "Remove from playlist" = "Eliminar de la lista de reproducción";
 "Created Successfully" = "Creado exitosamente";
 "OK" = "OK";
@@ -108,3 +108,8 @@
 "Save" = "Guardar";
 "Save Fail" = "Error al guardar";
 "ScreenRecorder unAvailable" = "Grabador de pantalla no disponible";
+
+"All Premium Wallpapers" = "Todos los fondos de pantalla premium";
+"Unlimited Video to Live" = "Vídeo ilimitado para vivir";
+"100% No Ads" = "100% sin publicidad";
+"Share" = "Compartir";

+ 6 - 1
TSLiveWallpaper/fr.lproj/Localizable.strings

@@ -98,7 +98,7 @@
 "Upload Video" = "Télécharger une vidéo";
 "How to set shuffle packs" = "Comment configurer les packs aléatoires";
 "Save All" = "Tout enregistrer";
-"Upgrade" = "Mettre à niveau";
+"Upgrade" = "Améliorer";
 "Update" = "Mettre à jour";
 "Rate us" = "Évaluez-nous";
 "Share us" = "Partagez-nous";
@@ -108,3 +108,8 @@
 "Save" = "Enregistrer";
 "Save Fail" = "Échec de l'enregistrement";
 "ScreenRecorder unAvailable" = "Enregistreur d'écran non disponible";
+
+"All Premium Wallpapers" = "Tous les fonds d'écran premium";
+"Unlimited Video to Live" = "Vidéo illimitée en direct";
+"100% No Ads" = "100 % sans publicité";
+"Share" = "Partager";

+ 5 - 0
TSLiveWallpaper/pt-PT.lproj/Localizable.strings

@@ -107,3 +107,8 @@
 "Save" = "Salvar";
 "Save Fail" = "Falha ao salvar";
 "ScreenRecorder unAvailable" = "Gravador de tela indisponível";
+
+"All Premium Wallpapers" = "Todos os papéis de parede premium";
+"Unlimited Video to Live" = "Vídeo ilimitado para viver";
+"100% No Ads" = "100% sem anúncios";
+"Share" = "Compartilhar";