mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Update translations, and full sync -> one-way sync
This commit is contained in:
parent
b84fce4887
commit
8fc4225b29
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 2b36588b2df0bb7a142eb726a7bacc8c49c66ef1
|
||||
Subproject commit 97434112144df131e310f5b73b83d999cff92cc3
|
|
@ -40,7 +40,7 @@ sync-password-label = Password:
|
|||
sync-account-required =
|
||||
<h1>Account Required</h1>
|
||||
A free account is required to keep your collection synchronized. Please <a href="{ $link }">sign up</a> for an account, then enter your details below.
|
||||
sync-sanity-check-failed = Please use the Check Database function, then sync again. If problems persist, please force a full sync in the preferences screen.
|
||||
sync-sanity-check-failed = Please use the Check Database function, then sync again. If problems persist, please force a one-way sync in the preferences screen.
|
||||
sync-clock-off = Unable to sync - your clock is not set to the correct time.
|
||||
sync-upload-too-large =
|
||||
Your collection file is too large to send to AnkiWeb. You can reduce its
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c49d5865cda463eb893a49a29aefb9b73bcafc16
|
||||
Subproject commit 56fe7543ea2744ec97bf4dbcf71ab9c9f712ab52
|
|
@ -155,7 +155,7 @@ fn guess_reqwest_error(mut info: String) -> AnkiError {
|
|||
if info.contains("invalid type") {
|
||||
info = format!(
|
||||
"{} {} {}\n\n{}",
|
||||
"Please force a full sync in the Preferences screen to bring your devices into sync.",
|
||||
"Please force a one-way sync in the Preferences screen to bring your devices into sync.",
|
||||
"Then, please use the Check Database feature, and sync to your other devices.",
|
||||
"If problems persist, please post on the support forum.",
|
||||
info,
|
||||
|
|
Loading…
Reference in a new issue