mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
Update README and translations
This commit is contained in:
parent
f8692f02ef
commit
78b1af9d02
3 changed files with 6 additions and 7 deletions
|
@ -5,11 +5,10 @@
|
|||
<a href="https://f-droid.org/de/packages/com.github.catfriend1.syncthingandroid" alt="F-Droid release"><img src="https://img.shields.io/badge/f--droid-4161-brightgreen.svg" /></a>
|
||||
|
||||
# Major enhancements in this fork are:
|
||||
- Individual sync conditions can be applied per device and per folder (for expert users).
|
||||
- UI explains why syncthing is running or not running according to the run conditions set in preferences.
|
||||
- A welcome wizard guiding you through initial setup on first launch or if mandatory prerequisites are missing like for example the storage permission.
|
||||
- Run condition bugs are fixed.
|
||||
- "Battery eater" problem is fixed.
|
||||
- Android 8+ support is on it's way.
|
||||
- Android 8 and 9 support.
|
||||
- Many bug fixes, enhancements and more frequent releases.
|
||||
|
||||
A wrapper of [Syncthing](https://github.com/syncthing/syncthing) for Android. Head to the "releases" section or F-Droid for builds. Please open an issue under this fork if you need help. Important: Please don't file bugs at the upstream repository "syncthing-android" if you are using this fork.
|
||||
|
|
|
@ -316,8 +316,9 @@ Bitte melden Sie auftretende Probleme via GitHub.</string>
|
|||
<string name="run_on_metered_wifi_summary">Starte, wenn das Gerät mit einem getakteten WLAN-Netzwerk wie z. B. einem Hotspot- oder Tethering-Netzwerk verbunden ist. Achtung: Dies kann einen großen Anteil des mobilen Datenvolumens verbrauchen, wenn Du viele Dateien synchronisierst.</string>
|
||||
|
||||
<string name="run_on_whitelisted_wifi_title">Starte bei ausgewählten WLAN\'s</string>
|
||||
<string name="run_on_whitelisted_wifi_networks">Starte in ausgewählten WLAN\'s: %1$s</string>
|
||||
<string name="run_on_all_wifi_networks">Starte in allen WLAN-Netzwerken.</string>
|
||||
<string name="specify_wifi_ssid_whitelist">Wähle WLAN-Netzwerke aus.</string>
|
||||
<string name="run_on_whitelisted_wifi_networks">Ausgewählte WLAN\'s: %1$s</string>
|
||||
<string name="wifi_ssid_whitelist_empty">Keine WLAN-Netzwerke ausgewählt. Klicke zum Auswählen.</string>
|
||||
|
||||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Bitte WLAN aktivieren, um eines zu wählen.</string>
|
||||
|
||||
|
@ -619,7 +620,7 @@ Bitte melden Sie auftretende Probleme via GitHub.</string>
|
|||
|
||||
<!-- Sync Conditions Dialog -->
|
||||
|
||||
<string name="wifi_ssid_whitelist_empty">Es sind keine WLAN-Netzwerknamen auf der Erlaubt-Liste. Bitte lege welche in den Einstellungen fest.</string>
|
||||
<string name="custom_wifi_ssid_whitelist_empty">Es sind keine WLAN-Netzwerknamen auf der Erlaubt-Liste. Bitte lege welche in den Einstellungen fest.</string>
|
||||
|
||||
<!-- SyncthingService -->
|
||||
|
||||
|
|
|
@ -318,7 +318,6 @@ Please report any problems you encounter via Github.</string>
|
|||
<string name="run_on_whitelisted_wifi_title">Run on specified Wi-Fi networks</string>
|
||||
<string name="specify_wifi_ssid_whitelist">Select Wi-Fi networks</string>
|
||||
<string name="run_on_whitelisted_wifi_networks">Selected Wi-Fi networks: %1$s</string>
|
||||
<string name="run_on_all_wifi_networks">Run on all Wi-Fi networks.</string>
|
||||
<string name="wifi_ssid_whitelist_empty">No Wi-Fi networks specified. Click to specify networks.</string>
|
||||
|
||||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Please turn on Wi-Fi to select networks.</string>
|
||||
|
|
Loading…
Reference in a new issue