refactor: Align some strings with Android

This commit is contained in:
Andrea Busi
2021-03-13 12:58:36 +01:00
parent 9e863ad6ca
commit 6b6f189eda
4 changed files with 4 additions and 10 deletions
@@ -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";