Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/fether-react/src/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"description": {
"no_internet": "Bitte verbinden Sie sich mit dem Internet",
"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",
"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",
"no_peers": "Verbindung zu Netzwerkkollegen...",
"syncing": "Synchronisieren..."
}
Expand Down
2 changes: 1 addition & 1 deletion packages/fether-react/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"description": {
"no_internet": "Please connect to the Internet",
"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'",
"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'",
"no_peers": "Searching for peers",
"syncing": "Syncing..."
}
Expand Down