Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit e22bde6

Browse files
ltfschoenTbaut
authored andcommitted
fix: Fixes #512. Add Clock not in sync instructions for Linux including i18n translation (#513)
1 parent 95452ee commit e22bde6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/fether-react/src/i18n/locales/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"description": {
9090
"no_internet": "Bitte verbinden Sie sich mit dem Internet",
91-
"no_clock_sync": "Mac: Systemeinstellungen -> Datum und Uhrzeit -> Deaktivieren Sie das Kontrollkästchen 'Datum und Uhrzeit automatisch festlegen'. Windows: Systemsteuerung -> 'Uhrzeit, Sprache und Region' -> 'Datum und Uhrzeit' -> Deaktivieren Sie das Kontrollkästchen 'Datum einstellen' und Zeit automatisch",
91+
"no_clock_sync": "Mac: Systemeinstellungen -> Datum und Uhrzeit -> Deaktivieren Sie das Kontrollkästchen 'Datum und Uhrzeit automatisch festlegen' und aktivieren Sie das Kontrollkästchen erneut\n\n Linux: Einstellungen> System -> Datum und Uhrzeit -> Deaktivieren Sie das Kontrollkästchen 'Automatisches Datum und Uhrzeit' und aktivieren Sie das Kontrollkästchen erneut\n\n Windows: Systemsteuerung -> 'Uhrzeit, Sprache und Region' -> 'Datum und Uhrzeit' -> Deaktivieren Sie das Kontrollkästchen 'Datum und Uhrzeit automatisch einstellen' und aktivieren Sie das Kontrollkästchen erneut",
9292
"no_peers": "Verbindung zu Netzwerkkollegen...",
9393
"syncing": "Synchronisieren..."
9494
}

packages/fether-react/src/i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"description": {
9090
"no_internet": "Please connect to the Internet",
91-
"no_clock_sync": "Mac: System Preferences -> Date & Time -> Uncheck and recheck 'Set date and time automatically' Windows: Control Panel -> 'Clock, Language, and Region' -> 'Date and Time' -> Uncheck and recheck 'Set date and time automatically'",
91+
"no_clock_sync": "Mac: System Preferences -> Date & Time -> Uncheck and recheck 'Set date and time automatically'\n\n Linux: Settings > System -> Date & Time -> Uncheck and recheck 'Automatic Date & Time'\n\n Windows: Control Panel -> 'Clock, Language, and Region' -> 'Date and Time' -> Uncheck and recheck 'Set date and time automatically'",
9292
"no_peers": "Searching for peers",
9393
"syncing": "Syncing..."
9494
}

0 commit comments

Comments
 (0)