You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Localizable.xcstrings
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -30630,48 +30630,48 @@
30630
30630
}
30631
30631
}
30632
30632
},
30633
-
"Synchronization is disabled for all associated devices. This may occur after updating or restarting the app. To restart synchronization, re-enable synchronization on the 'devices' page, or tap here to enable all devices." : {
30633
+
"Synchronization is disabled for all associated devices. To restart synchronization, re-enable synchronization on the 'devices' page, or tap here to enable all devices." : {
30634
30634
"localizations" : {
30635
30635
"de" : {
30636
30636
"stringUnit" : {
30637
30637
"state" : "translated",
30638
-
"value" : "Die Synchronisierung ist für alle verbundenen Geräte deaktiviert. Dies kann nach dem Aktualisieren oder Neustarten der App auftreten. Um die Synchronisierung neu zu starten, aktivieren Sie die Synchronisierung auf der 'Geräte'-Seite erneut oder tippen Sie hier, um alle Geräte zu aktivieren."
30638
+
"value" : "Die Synchronisation ist für alle verbundenen Geräte deaktiviert. Um die Synchronisation neu zu starten, aktivieren Sie die Synchronisation auf der Seite „Geräte“ erneut oder tippen Sie hier, um alle Geräte zu aktivieren."
30639
30639
}
30640
30640
},
30641
30641
"es" : {
30642
30642
"stringUnit" : {
30643
30643
"state" : "translated",
30644
-
"value" : "La sincronización está desactivada para todos los dispositivos asociados. Esto puede ocurrir después de actualizar o reiniciar la aplicación. Para reiniciar la sincronización, vuelva a habilitar la sincronización en la página de 'dispositivos', o pulse aquí para habilitar todos los dispositivos."
30644
+
"value" : "La sincronización está desactivada para todos los dispositivos asociados. Para reiniciar la sincronización, habilita la sincronización en la página de \"dispositivos\" o toca aquí para habilitar todos los dispositivos."
30645
30645
}
30646
30646
},
30647
30647
"it" : {
30648
30648
"stringUnit" : {
30649
30649
"state" : "translated",
30650
-
"value" : "La sincronizzazione è disattivata per tutti i dispositivi associati. Questo può accadere dopo l'aggiornamento o il riavvio dell'app. Per riavviare la sincronizzazione, riattivare la sincronizzazione nella pagina 'dispositivi' o tocca qui per abilitare tutti i dispositivi."
30650
+
"value" : "La sincronizzazione è disattivata per tutti i dispositivi associati. Per riavviare la sincronizzazione, riattiva la sincronizzazione nella pagina \"dispositivi\" o tocca qui per abilitare tutti i dispositivi."
"value" : "Synchronisatie is uitgeschakeld voor alle gekoppelde apparaten. Dit kan optreden na het updaten of opnieuw opstarten van de app. Om synchronisatie opnieuw te starten, schakel je synchronisatie in op de 'apparaten'-pagina, of tik hier om alle apparaten in te schakelen."
30662
+
"value" : "Synchronisatie is uitgeschakeld voor alle gekoppelde apparaten. Om synchronisatie opnieuw te starten, schakelt u de synchronisatie opnieuw in op de pagina 'apparaten', of tikt u hier om alle apparaten in te schakelen."
30663
30663
}
30664
30664
},
30665
30665
"uk" : {
30666
30666
"stringUnit" : {
30667
30667
"state" : "translated",
30668
-
"value" : "Синхронізацію вимкнено для всіх пов'язаних пристроїв. Це може статися після оновлення або перезапуску додатка. Щоб відновити синхронізацію, увімкніть її знову на сторінці 'пристрої', або натисніть тут, щоб увімкнути всі пристрої."
30668
+
"value" : "Синхронізацію вимкнено для всіх пов’язаних пристроїв. Щоб перезапустити синхронізацію, увімкніть її на сторінці «пристрої» або натисніть тут, щоб увімкнути всі пристрої."
Copy file name to clipboardExpand all lines: Sushitrain/StartView.swift
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -556,7 +556,7 @@ struct StartView: View {
556
556
.bold()
557
557
.foregroundStyle(.orange)
558
558
Text(
559
-
"Synchronization is disabled for all associated devices. This may occur after updating or restarting the app. To restart synchronization, re-enable synchronization on the 'devices' page, or tap here to enable all devices."
559
+
"Synchronization is disabled for all associated devices. To restart synchronization, re-enable synchronization on the 'devices' page, or tap here to enable all devices."
560
560
)
561
561
.foregroundStyle(.orange)
562
562
}
@@ -675,14 +675,8 @@ struct StartView: View {
675
675
})
676
676
677
677
awaitself.appState.updateBadge() // Updates extraneous files list
0 commit comments