Use "Exchanged data"
This commit is contained in:
parent
805737caea
commit
a9682903e3
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue