Use "Exchanged data"

This commit is contained in:
Davide De Rosa 2019-04-05 22:31:06 +02:00
parent 805737caea
commit a9682903e3
3 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@
"service.cells.trusted_add_wifi.caption" = "Add current Wi-Fi";
"service.cells.trusted_policy.caption" = "Trust disables VPN";
"service.cells.test_connectivity.caption" = "Test connectivity";
"service.cells.data_count.caption" = "Exchanged data count";
"service.cells.data_count.caption" = "Exchanged data";
"service.cells.data_count.value" = "↓%@ / ↑%@";
"service.cells.data_count.none" = "Unavailable";
"service.cells.debug_log.caption" = "Debug log";

View File

@ -106,7 +106,7 @@
"service.cells.trusted_add_wifi.caption" = "Aggiungi Wi-Fi corrente";
"service.cells.trusted_policy.caption" = "Spegni VPN in rete sicura";
"service.cells.test_connectivity.caption" = "Verifica connettività";
"service.cells.data_count.caption" = "Contatore dati";
"service.cells.data_count.caption" = "Dati scambiati";
"service.cells.data_count.value" = "↓%@ / ↑%@";
"service.cells.data_count.none" = "Non disponibile";
"service.cells.debug_log.caption" = "Debug log";

View File

@ -585,7 +585,7 @@ public enum L10n {
public static let caption = L10n.tr("Localizable", "service.cells.connection_status.caption")
}
public enum DataCount {
/// Exchanged data count
/// Exchanged data
public static let caption = L10n.tr("Localizable", "service.cells.data_count.caption")
/// Unavailable
public static let `none` = L10n.tr("Localizable", "service.cells.data_count.none")