refactor: Align some strings with Android
This commit is contained in:
+1
-1
@@ -393,7 +393,7 @@ class SeismicNetworkTableViewCell: UITableViewCell {
|
||||
}
|
||||
|
||||
if (displayType == .mapExpanded || displayType == .weatherExpanded) {
|
||||
let buttonClose = createRoundedButton(title: NSLocalizedString("CHIUDI", comment: ""), action: #selector(closeTapped(_:)))
|
||||
let buttonClose = createRoundedButton(title: NSLocalizedString("official_close", comment: "").uppercased(), action: #selector(closeTapped(_:)))
|
||||
|
||||
containerView.addSubview(buttonClose)
|
||||
buttonClose.topAnchor.constraint(equalTo: previousView.bottomAnchor, constant: Self.DefaultVerticalSpacing).isActive = true
|
||||
|
||||
@@ -28,9 +28,6 @@
|
||||
/* Back */
|
||||
"Back" = "Back";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"CHIUDI" = "CLOSE";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Copertura" = "Coverage";
|
||||
|
||||
@@ -330,6 +327,7 @@
|
||||
"hours_other" = "%lu hours ago";
|
||||
"days_one" = "%lu day ago";
|
||||
"days_other" = "%lu days ago";
|
||||
"official_close" = "Close";
|
||||
|
||||
// Simulatore
|
||||
"main_simulator" = "Simulator";
|
||||
|
||||
@@ -28,9 +28,6 @@
|
||||
/* Back */
|
||||
"Back" = "Espalda";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"CHIUDI" = "CERRA";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Copertura" = "Cobertura";
|
||||
|
||||
@@ -330,6 +327,7 @@
|
||||
"hours_other" = "%lu horas";
|
||||
"days_one" = "%lu día";
|
||||
"days_other" = "%lu días";
|
||||
"official_close" = "Cerra";
|
||||
|
||||
// Simulatore
|
||||
"main_simulator" = "Simulador";
|
||||
|
||||
@@ -28,9 +28,6 @@
|
||||
/* Back */
|
||||
"Back" = "Back";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"CHIUDI" = "CHIUDI";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Copertura" = "Copertura";
|
||||
|
||||
@@ -329,6 +326,7 @@
|
||||
"hours_other" = "%lu ore fa";
|
||||
"days_one" = "%lu giorno fa";
|
||||
"days_other" = "%lu giorni fa";
|
||||
"official_close" = "Chiudi";
|
||||
|
||||
// Simulatore
|
||||
"main_simulator" = "Simulatore";
|
||||
|
||||
Reference in New Issue
Block a user