diff --git a/l10n/ca.js b/l10n/ca.js index 07a5510b..9f8ad1b0 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -45,8 +45,8 @@ OC.L10N.register( "Hidden" : "Ocult", "Visible" : "Visible", "Automatic" : "Automàtic", - "An error occurred" : "S'ha produït un error", "Could not delete the task." : "No s'ha pogut eliminar la tasca.", - "Could not update the task." : "No s'ha pogut actualitzar la tasca." + "Could not update the task." : "No s'ha pogut actualitzar la tasca.", + "An error occurred" : "S'ha produït un error" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ca.json b/l10n/ca.json index ae04f9ec..db942cae 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -43,8 +43,8 @@ "Hidden" : "Ocult", "Visible" : "Visible", "Automatic" : "Automàtic", - "An error occurred" : "S'ha produït un error", "Could not delete the task." : "No s'ha pogut eliminar la tasca.", - "Could not update the task." : "No s'ha pogut actualitzar la tasca." + "Could not update the task." : "No s'ha pogut actualitzar la tasca.", + "An error occurred" : "S'ha produït un error" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/cs.js b/l10n/cs.js index 28b29b48..8f0c6d44 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -104,11 +104,11 @@ OC.L10N.register( "Hidden" : "Skrytý", "Visible" : "Viditelný", "Automatic" : "Automatický", - "An error occurred" : "Došlo k chybě", "Could not delete the task." : "Úkol se nedaří smazat.", "Synchronizing to the server." : "Synchronizuje se se serverem.", "Task successfully saved to server." : "Úkol úspěšně uložen na server.", "Could not update the task." : "Úkol se nedaří aktualizovat.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Úkol se nepodařilo aktualizovat protože byl mezitím změněn na serveru. Klikněte pro jeho opětovné načtení, vámi provedené změny ovšem budou ztraceny." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Úkol se nepodařilo aktualizovat protože byl mezitím změněn na serveru. Klikněte pro jeho opětovné načtení, vámi provedené změny ovšem budou ztraceny.", + "An error occurred" : "Došlo k chybě" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json index cf2dbda9..9ab51ac8 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -102,11 +102,11 @@ "Hidden" : "Skrytý", "Visible" : "Viditelný", "Automatic" : "Automatický", - "An error occurred" : "Došlo k chybě", "Could not delete the task." : "Úkol se nedaří smazat.", "Synchronizing to the server." : "Synchronizuje se se serverem.", "Task successfully saved to server." : "Úkol úspěšně uložen na server.", "Could not update the task." : "Úkol se nedaří aktualizovat.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Úkol se nepodařilo aktualizovat protože byl mezitím změněn na serveru. Klikněte pro jeho opětovné načtení, vámi provedené změny ovšem budou ztraceny." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Úkol se nepodařilo aktualizovat protože byl mezitím změněn na serveru. Klikněte pro jeho opětovné načtení, vámi provedené změny ovšem budou ztraceny.", + "An error occurred" : "Došlo k chybě" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/de.js b/l10n/de.js index af7a98b8..fea12cd3 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -104,12 +104,12 @@ OC.L10N.register( "Hidden" : "Verborgen", "Visible" : "Sichtbar", "Automatic" : "Automatisch", - "An error occurred" : "Es ist ein Fehler aufgetreten", "Could not delete the task." : "Aufgabe konnte nicht gelöscht werden.", "Synchronizing to the server." : "Synchronisiere mit dem Server.", "Task successfully saved to server." : "Aufgabe erfolgreich auf dem Server gespeichert.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden.", "Could not update the task." : "Aufgabe konnte nicht aktualisiert werden.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden.", + "An error occurred" : "Es ist ein Fehler aufgetreten" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index 75e7ca31..790d50f6 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -102,12 +102,12 @@ "Hidden" : "Verborgen", "Visible" : "Sichtbar", "Automatic" : "Automatisch", - "An error occurred" : "Es ist ein Fehler aufgetreten", "Could not delete the task." : "Aufgabe konnte nicht gelöscht werden.", "Synchronizing to the server." : "Synchronisiere mit dem Server.", "Task successfully saved to server." : "Aufgabe erfolgreich auf dem Server gespeichert.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden.", "Could not update the task." : "Aufgabe konnte nicht aktualisiert werden.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden.", + "An error occurred" : "Es ist ein Fehler aufgetreten" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 3c541eed..99c804fa 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -104,12 +104,12 @@ OC.L10N.register( "Hidden" : "Verborgen", "Visible" : "Sichtbar", "Automatic" : "Automatisch", - "An error occurred" : "Es ist ein Fehler aufgetreten", "Could not delete the task." : "Aufgabe konnte nicht gelöscht werden.", "Synchronizing to the server." : "Synchronisiere mit dem Server.", "Task successfully saved to server." : "Aufgabe erfolgreich auf dem Server gespeichert.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden.", "Could not update the task." : "Aufgabe konnte nicht aktualisiert werden.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden.", + "An error occurred" : "Es ist ein Fehler aufgetreten" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 6c69540c..1b3d51c6 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -102,12 +102,12 @@ "Hidden" : "Verborgen", "Visible" : "Sichtbar", "Automatic" : "Automatisch", - "An error occurred" : "Es ist ein Fehler aufgetreten", "Could not delete the task." : "Aufgabe konnte nicht gelöscht werden.", "Synchronizing to the server." : "Synchronisiere mit dem Server.", "Task successfully saved to server." : "Aufgabe erfolgreich auf dem Server gespeichert.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden.", "Could not update the task." : "Aufgabe konnte nicht aktualisiert werden.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden.", + "An error occurred" : "Es ist ein Fehler aufgetreten" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/eo.js b/l10n/eo.js index 1aed3ccb..8be6f07f 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -104,11 +104,12 @@ OC.L10N.register( "Hidden" : "Nevidebla", "Visible" : "Videbla", "Automatic" : "Aŭtomata", - "An error occurred" : "Eraro okazis", "Could not delete the task." : "Ne eblis forigi la taskon.", "Synchronizing to the server." : "Sinkronigo al servilo.", "Task successfully saved to server." : "Tasko sukcese konservita en la servilo.", + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Ne eblis ĝisdatigi la taskon, ĉar ĝi ŝanĝiĝis en la servilo. Bv. alklaki por aktualigi ĝin; lokaj ŝanĝoj perdiĝos.", "Could not update the task." : "Ne eblis ĝisdatigi la taskon.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Ne eblis ĝisdatigi la taskon, ĉar ĝi ŝanĝiĝis en la servilo. Bv. alklaki por aktualigi ĝin; lokaj ŝanĝoj perdiĝos." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Ne eblis ĝisdatigi la taskon, ĉar ĝi ŝanĝiĝis en la servilo. Bv. alklaki por aktualigi ĝin; lokaj ŝanĝoj perdiĝos.", + "An error occurred" : "Eraro okazis" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/eo.json b/l10n/eo.json index aeb3ab83..1c18d5b5 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -102,11 +102,12 @@ "Hidden" : "Nevidebla", "Visible" : "Videbla", "Automatic" : "Aŭtomata", - "An error occurred" : "Eraro okazis", "Could not delete the task." : "Ne eblis forigi la taskon.", "Synchronizing to the server." : "Sinkronigo al servilo.", "Task successfully saved to server." : "Tasko sukcese konservita en la servilo.", + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Ne eblis ĝisdatigi la taskon, ĉar ĝi ŝanĝiĝis en la servilo. Bv. alklaki por aktualigi ĝin; lokaj ŝanĝoj perdiĝos.", "Could not update the task." : "Ne eblis ĝisdatigi la taskon.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Ne eblis ĝisdatigi la taskon, ĉar ĝi ŝanĝiĝis en la servilo. Bv. alklaki por aktualigi ĝin; lokaj ŝanĝoj perdiĝos." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Ne eblis ĝisdatigi la taskon, ĉar ĝi ŝanĝiĝis en la servilo. Bv. alklaki por aktualigi ĝin; lokaj ŝanĝoj perdiĝos.", + "An error occurred" : "Eraro okazis" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es.js b/l10n/es.js index fb5db83c..f1f1ef3a 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -104,12 +104,12 @@ OC.L10N.register( "Hidden" : "Oculto", "Visible" : "Visible", "Automatic" : "Automático", - "An error occurred" : "Ha ocurrido un error", "Could not delete the task." : "No se ha podido eliminar la tarea.", "Synchronizing to the server." : "Sincronizando con el servidor.", "Task successfully saved to server." : "Tarea guardada correctamente en el servidor.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "No se ha podido actualizar la tarea porque ha cambiado en el servidor. Por favor, pulsa para volver a cargarla. Se perderán los cambios locales.", "Could not update the task." : "No se ha podido actualizar la tarea.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "No se ha podido actualizar la tarea porque ha cambiado en el servidor. Por favor, pulsa para recargarla, los cambios locales serán descargados." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "No se ha podido actualizar la tarea porque ha cambiado en el servidor. Por favor, pulsa para recargarla, los cambios locales serán descargados.", + "An error occurred" : "Ha ocurrido un error" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es.json b/l10n/es.json index e04d54f5..e246091a 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -102,12 +102,12 @@ "Hidden" : "Oculto", "Visible" : "Visible", "Automatic" : "Automático", - "An error occurred" : "Ha ocurrido un error", "Could not delete the task." : "No se ha podido eliminar la tarea.", "Synchronizing to the server." : "Sincronizando con el servidor.", "Task successfully saved to server." : "Tarea guardada correctamente en el servidor.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "No se ha podido actualizar la tarea porque ha cambiado en el servidor. Por favor, pulsa para volver a cargarla. Se perderán los cambios locales.", "Could not update the task." : "No se ha podido actualizar la tarea.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "No se ha podido actualizar la tarea porque ha cambiado en el servidor. Por favor, pulsa para recargarla, los cambios locales serán descargados." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "No se ha podido actualizar la tarea porque ha cambiado en el servidor. Por favor, pulsa para recargarla, los cambios locales serán descargados.", + "An error occurred" : "Ha ocurrido un error" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js index 20177b2e..74de4e57 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -59,10 +59,10 @@ OC.L10N.register( "Hidden" : "Piilotettu", "Visible" : "Näkyvissä", "Automatic" : "Automaattinen", - "An error occurred" : "Tapahtui virhe", "Could not delete the task." : "Tehtävää ei voitu poistaa.", "Synchronizing to the server." : "Synkronoidaan palvleimelle.", "Task successfully saved to server." : "Tehtävä tallennettu onnistuneesti palvelimelle.", - "Could not update the task." : "Tehtävää ei voitu päivittää." + "Could not update the task." : "Tehtävää ei voitu päivittää.", + "An error occurred" : "Tapahtui virhe" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json index 3b442618..ebfcacd7 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -57,10 +57,10 @@ "Hidden" : "Piilotettu", "Visible" : "Näkyvissä", "Automatic" : "Automaattinen", - "An error occurred" : "Tapahtui virhe", "Could not delete the task." : "Tehtävää ei voitu poistaa.", "Synchronizing to the server." : "Synkronoidaan palvleimelle.", "Task successfully saved to server." : "Tehtävä tallennettu onnistuneesti palvelimelle.", - "Could not update the task." : "Tehtävää ei voitu päivittää." + "Could not update the task." : "Tehtävää ei voitu päivittää.", + "An error occurred" : "Tapahtui virhe" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js index 5a642275..24ad21c4 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -104,12 +104,12 @@ OC.L10N.register( "Hidden" : "Masqué", "Visible" : "Visible", "Automatic" : "Automatique", - "An error occurred" : "Une erreur est survenue", "Could not delete the task." : "Impossible de supprimer la tâche.", "Synchronizing to the server." : "Synchronisation en cours avec le serveur.", "Task successfully saved to server." : "Tâche enregistrée sur le serveur.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "La tâche ne peut pas être mise à jour car elle a été modifiée sur le serveur. Merci de cliquer pour la recharger, les modifications locales seront perdues.", "Could not update the task." : "Impossible de mettre à jour la tâche.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "La tâche ne peut pas être mise à jour car elle a été modifiée sur le serveur. Merci de cliquer pour la recharger, les modifications locales seront perdues." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "La tâche ne peut pas être mise à jour car elle a été modifiée sur le serveur. Merci de cliquer pour la recharger, les modifications locales seront perdues.", + "An error occurred" : "Une erreur est survenue" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fr.json b/l10n/fr.json index 5a1d17f6..737432bf 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -102,12 +102,12 @@ "Hidden" : "Masqué", "Visible" : "Visible", "Automatic" : "Automatique", - "An error occurred" : "Une erreur est survenue", "Could not delete the task." : "Impossible de supprimer la tâche.", "Synchronizing to the server." : "Synchronisation en cours avec le serveur.", "Task successfully saved to server." : "Tâche enregistrée sur le serveur.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "La tâche ne peut pas être mise à jour car elle a été modifiée sur le serveur. Merci de cliquer pour la recharger, les modifications locales seront perdues.", "Could not update the task." : "Impossible de mettre à jour la tâche.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "La tâche ne peut pas être mise à jour car elle a été modifiée sur le serveur. Merci de cliquer pour la recharger, les modifications locales seront perdues." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "La tâche ne peut pas être mise à jour car elle a été modifiée sur le serveur. Merci de cliquer pour la recharger, les modifications locales seront perdues.", + "An error occurred" : "Une erreur est survenue" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/gl.js b/l10n/gl.js index 622fc84a..1dc0b8b8 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -104,12 +104,12 @@ OC.L10N.register( "Hidden" : "Agachado", "Visible" : "Visíbel", "Automatic" : "Automatico", - "An error occurred" : "Produciuse un erro", "Could not delete the task." : "Non foi posíbel eliminar a tarefa", "Synchronizing to the server." : "Sincronizando co servidor.", "Task successfully saved to server." : "A tarefa foi gardada satisfactoriamente no servidor.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Non foi posíbel actualizar a tarefa porque foi modificada no servidor. Prema para actualizala, os cambios locais serán desbotados.", "Could not update the task." : "Non foi posíbel actualizar a tarefa", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Non foi posíbel actualizar a tarefa porque foi modificada no servidor. Prema para actualizala, os cambios locais serán desbotados." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Non foi posíbel actualizar a tarefa porque foi modificada no servidor. Prema para actualizala, os cambios locais serán desbotados.", + "An error occurred" : "Produciuse un erro" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/gl.json b/l10n/gl.json index f7ff0229..746f3d58 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -102,12 +102,12 @@ "Hidden" : "Agachado", "Visible" : "Visíbel", "Automatic" : "Automatico", - "An error occurred" : "Produciuse un erro", "Could not delete the task." : "Non foi posíbel eliminar a tarefa", "Synchronizing to the server." : "Sincronizando co servidor.", "Task successfully saved to server." : "A tarefa foi gardada satisfactoriamente no servidor.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Non foi posíbel actualizar a tarefa porque foi modificada no servidor. Prema para actualizala, os cambios locais serán desbotados.", "Could not update the task." : "Non foi posíbel actualizar a tarefa", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Non foi posíbel actualizar a tarefa porque foi modificada no servidor. Prema para actualizala, os cambios locais serán desbotados." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Non foi posíbel actualizar a tarefa porque foi modificada no servidor. Prema para actualizala, os cambios locais serán desbotados.", + "An error occurred" : "Produciuse un erro" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js index 5373d007..077ab255 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -102,11 +102,11 @@ OC.L10N.register( "Hidden" : "מוסתר", "Visible" : "גלוי", "Automatic" : "אוטומטי", - "An error occurred" : "אירעה שגיאה", "Could not delete the task." : "לא ניתן למחוק את המשימה.", "Synchronizing to the server." : "מתבצע סנכרון מול השרת.", "Task successfully saved to server." : "המשימה נשמרה לשרת בהצלחה.", "Could not update the task." : "לא ניתן לעדכן את המשימה.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "לא ניתן לעדכן את המשימה כיוון שהיא נערכה בשרת. נא ללחוץ כדי לרענן אותה, השינויים המקומיים לא יישמרו." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "לא ניתן לעדכן את המשימה כיוון שהיא נערכה בשרת. נא ללחוץ כדי לרענן אותה, השינויים המקומיים לא יישמרו.", + "An error occurred" : "אירעה שגיאה" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/l10n/he.json b/l10n/he.json index 757002be..e51263c1 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -100,11 +100,11 @@ "Hidden" : "מוסתר", "Visible" : "גלוי", "Automatic" : "אוטומטי", - "An error occurred" : "אירעה שגיאה", "Could not delete the task." : "לא ניתן למחוק את המשימה.", "Synchronizing to the server." : "מתבצע סנכרון מול השרת.", "Task successfully saved to server." : "המשימה נשמרה לשרת בהצלחה.", "Could not update the task." : "לא ניתן לעדכן את המשימה.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "לא ניתן לעדכן את המשימה כיוון שהיא נערכה בשרת. נא ללחוץ כדי לרענן אותה, השינויים המקומיים לא יישמרו." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "לא ניתן לעדכן את המשימה כיוון שהיא נערכה בשרת. נא ללחוץ כדי לרענן אותה, השינויים המקומיים לא יישמרו.", + "An error occurred" : "אירעה שגיאה" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/is.js b/l10n/is.js index 868d7b8d..5f5135a4 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -103,11 +103,11 @@ OC.L10N.register( "Hidden" : "Falið", "Visible" : "Sýnilegt", "Automatic" : "Sjálfvirkt", - "An error occurred" : "Villa kom upp", "Could not delete the task." : "Gat ekki eytt verkefninu.", "Synchronizing to the server." : "Samstilli við netþjóninn.", "Task successfully saved to server." : "Tókst að vista verkefnið á þjóninn.", "Could not update the task." : "Gat ekki uppfært verkefnið.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Gat ekki uppfært verkefnið vegna þess að því var breytt á þjóninum. Smelltu til að endurlesa það, breytingum hjá þér verður hent." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Gat ekki uppfært verkefnið vegna þess að því var breytt á þjóninum. Smelltu til að endurlesa það, breytingum hjá þér verður hent.", + "An error occurred" : "Villa kom upp" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/l10n/is.json b/l10n/is.json index 5a69b9ea..0ec549c5 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -101,11 +101,11 @@ "Hidden" : "Falið", "Visible" : "Sýnilegt", "Automatic" : "Sjálfvirkt", - "An error occurred" : "Villa kom upp", "Could not delete the task." : "Gat ekki eytt verkefninu.", "Synchronizing to the server." : "Samstilli við netþjóninn.", "Task successfully saved to server." : "Tókst að vista verkefnið á þjóninn.", "Could not update the task." : "Gat ekki uppfært verkefnið.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Gat ekki uppfært verkefnið vegna þess að því var breytt á þjóninum. Smelltu til að endurlesa það, breytingum hjá þér verður hent." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Gat ekki uppfært verkefnið vegna þess að því var breytt á þjóninum. Smelltu til að endurlesa það, breytingum hjá þér verður hent.", + "An error occurred" : "Villa kom upp" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/l10n/it.js b/l10n/it.js index 1c36bb8d..68ab14d9 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -104,12 +104,12 @@ OC.L10N.register( "Hidden" : "Nascosto", "Visible" : "Visibile", "Automatic" : "Automatico", - "An error occurred" : "Si è verificato un errore", "Could not delete the task." : "impossibile eliminare l'attività.", "Synchronizing to the server." : "Sincronizzazione con il server.", "Task successfully saved to server." : "Attività salvato correttamente sul server.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Impossibile aggiornare l'attività poiché è stata modificata sul server. Fai clic per aggiornarla, le modifiche locali saranno scartate.", "Could not update the task." : "impossibile aggiornare l'attività.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Impossibile aggiornare l'attività poiché è stata modificata sul server. Fai clic per aggiornarla, le modifiche locali saranno scartate." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Impossibile aggiornare l'attività poiché è stata modificata sul server. Fai clic per aggiornarla, le modifiche locali saranno scartate.", + "An error occurred" : "Si è verificato un errore" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/it.json b/l10n/it.json index f4db78a6..af8fa52e 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -102,12 +102,12 @@ "Hidden" : "Nascosto", "Visible" : "Visibile", "Automatic" : "Automatico", - "An error occurred" : "Si è verificato un errore", "Could not delete the task." : "impossibile eliminare l'attività.", "Synchronizing to the server." : "Sincronizzazione con il server.", "Task successfully saved to server." : "Attività salvato correttamente sul server.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Impossibile aggiornare l'attività poiché è stata modificata sul server. Fai clic per aggiornarla, le modifiche locali saranno scartate.", "Could not update the task." : "impossibile aggiornare l'attività.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Impossibile aggiornare l'attività poiché è stata modificata sul server. Fai clic per aggiornarla, le modifiche locali saranno scartate." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Impossibile aggiornare l'attività poiché è stata modificata sul server. Fai clic per aggiornarla, le modifiche locali saranno scartate.", + "An error occurred" : "Si è verificato un errore" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 74fede03..ac0c5de7 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -83,10 +83,10 @@ OC.L10N.register( "Hidden" : "Paslėpta", "Visible" : "Matoma", "Automatic" : "Automatiškai", - "An error occurred" : "Įvyko klaida", "Could not delete the task." : "Nepavyko ištrinti užduoties.", "Synchronizing to the server." : "Sinchronizuojama į serverį.", "Task successfully saved to server." : "Užduotis sėkmingai įrašyta į serverį.", - "Could not update the task." : "Nepavyko atnaujinti užduoties." + "Could not update the task." : "Nepavyko atnaujinti užduoties.", + "An error occurred" : "Įvyko klaida" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index 9ad15c57..43f63ad6 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -81,10 +81,10 @@ "Hidden" : "Paslėpta", "Visible" : "Matoma", "Automatic" : "Automatiškai", - "An error occurred" : "Įvyko klaida", "Could not delete the task." : "Nepavyko ištrinti užduoties.", "Synchronizing to the server." : "Sinchronizuojama į serverį.", "Task successfully saved to server." : "Užduotis sėkmingai įrašyta į serverį.", - "Could not update the task." : "Nepavyko atnaujinti užduoties." + "Could not update the task." : "Nepavyko atnaujinti užduoties.", + "An error occurred" : "Įvyko klaida" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/l10n/nl.js b/l10n/nl.js index cb6af3f2..3cacb4e9 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -104,12 +104,12 @@ OC.L10N.register( "Hidden" : "Verborgen", "Visible" : "Zichtbaar", "Automatic" : "Automatisch", - "An error occurred" : "Er heeft een fout opgetreden", "Could not delete the task." : "Kon de taak niet verwijderen.", "Synchronizing to the server." : "Synchroniseren met de server.", "Task successfully saved to server." : "Taak succesvol opgeslagen naar de server.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Kon de taak niet bijwerken omdat die was gewijzigd op de server. Klik om te verversen, lokale wijzigingen worden genegeerd.", "Could not update the task." : "Kon de taak niet bewerken.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Kon de taak niet bijwerken, omdat deze is bewerkt op de server. Probeer te klikken om te vernieuwen, lokale wijzigingen worden verwijderd." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Kon de taak niet bijwerken, omdat deze is bewerkt op de server. Probeer te klikken om te vernieuwen, lokale wijzigingen worden verwijderd.", + "An error occurred" : "Er heeft een fout opgetreden" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nl.json b/l10n/nl.json index d20d5046..0cc4ec40 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -102,12 +102,12 @@ "Hidden" : "Verborgen", "Visible" : "Zichtbaar", "Automatic" : "Automatisch", - "An error occurred" : "Er heeft een fout opgetreden", "Could not delete the task." : "Kon de taak niet verwijderen.", "Synchronizing to the server." : "Synchroniseren met de server.", "Task successfully saved to server." : "Taak succesvol opgeslagen naar de server.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Kon de taak niet bijwerken omdat die was gewijzigd op de server. Klik om te verversen, lokale wijzigingen worden genegeerd.", "Could not update the task." : "Kon de taak niet bewerken.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Kon de taak niet bijwerken, omdat deze is bewerkt op de server. Probeer te klikken om te vernieuwen, lokale wijzigingen worden verwijderd." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Kon de taak niet bijwerken, omdat deze is bewerkt op de server. Probeer te klikken om te vernieuwen, lokale wijzigingen worden verwijderd.", + "An error occurred" : "Er heeft een fout opgetreden" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/pl.js b/l10n/pl.js index 8874bb04..432e0d77 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -103,11 +103,11 @@ OC.L10N.register( "Hidden" : "Ukryty", "Visible" : "Widoczny", "Automatic" : "Automatyczny", - "An error occurred" : "Wystąpił błąd", "Could not delete the task." : "Nie można usunąć zadania.", "Synchronizing to the server." : "Synchronizacja z serwerem.", "Task successfully saved to server." : "Zadanie pomyślnie zapisane na serwer.", "Could not update the task." : "Nie można zaktualizować zadania.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Nie można zaktualizować zadania, ponieważ zostało zmienione przez serwer. Kliknij aby je odświeżyć, zmiany lokalne zostaną odrzucone." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Nie można zaktualizować zadania, ponieważ zostało zmienione przez serwer. Kliknij aby je odświeżyć, zmiany lokalne zostaną odrzucone.", + "An error occurred" : "Wystąpił błąd" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json index 8889e683..d3ae9f64 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -101,11 +101,11 @@ "Hidden" : "Ukryty", "Visible" : "Widoczny", "Automatic" : "Automatyczny", - "An error occurred" : "Wystąpił błąd", "Could not delete the task." : "Nie można usunąć zadania.", "Synchronizing to the server." : "Synchronizacja z serwerem.", "Task successfully saved to server." : "Zadanie pomyślnie zapisane na serwer.", "Could not update the task." : "Nie można zaktualizować zadania.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Nie można zaktualizować zadania, ponieważ zostało zmienione przez serwer. Kliknij aby je odświeżyć, zmiany lokalne zostaną odrzucone." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Nie można zaktualizować zadania, ponieważ zostało zmienione przez serwer. Kliknij aby je odświeżyć, zmiany lokalne zostaną odrzucone.", + "An error occurred" : "Wystąpił błąd" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 07b231f4..f21d2fe9 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -104,12 +104,12 @@ OC.L10N.register( "Hidden" : "Oculto", "Visible" : "Visível", "Automatic" : "Automático", - "An error occurred" : "Ocorreu um erro", "Could not delete the task." : "Não foi possível excluir a tarefa.", "Synchronizing to the server." : "Sincronizando com o servidor.", "Task successfully saved to server." : "Tarefa salva no servidor.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Não foi possível atualizar a tarefa porque ela foi alterada no servidor. Clique para atualizá-la. As alterações locais serão descartadas.", "Could not update the task." : "Não foi possível atualizar a tarefa.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Não foi possível atualizar a tarefa porque ela foi alterada no servidor. Por favor, clique para atualizá-la. As alterações locais serão descartadas." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Não foi possível atualizar a tarefa porque ela foi alterada no servidor. Por favor, clique para atualizá-la. As alterações locais serão descartadas.", + "An error occurred" : "Ocorreu um erro" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 8e45d9ce..b88fef51 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -102,12 +102,12 @@ "Hidden" : "Oculto", "Visible" : "Visível", "Automatic" : "Automático", - "An error occurred" : "Ocorreu um erro", "Could not delete the task." : "Não foi possível excluir a tarefa.", "Synchronizing to the server." : "Sincronizando com o servidor.", "Task successfully saved to server." : "Tarefa salva no servidor.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Não foi possível atualizar a tarefa porque ela foi alterada no servidor. Clique para atualizá-la. As alterações locais serão descartadas.", "Could not update the task." : "Não foi possível atualizar a tarefa.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Não foi possível atualizar a tarefa porque ela foi alterada no servidor. Por favor, clique para atualizá-la. As alterações locais serão descartadas." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Não foi possível atualizar a tarefa porque ela foi alterada no servidor. Por favor, clique para atualizá-la. As alterações locais serão descartadas.", + "An error occurred" : "Ocorreu um erro" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/sr.js b/l10n/sr.js index ea22d837..e2a99d45 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -103,11 +103,11 @@ OC.L10N.register( "Hidden" : "Сакривен", "Visible" : "Видљив", "Automatic" : "Аутоматски", - "An error occurred" : "Догодила се грешка", "Could not delete the task." : "Не могу да обришем задатак.", "Synchronizing to the server." : "Синхронизујем са сервером.", "Task successfully saved to server." : "Задатак успешно сачуван на серверу.", "Could not update the task." : "Не могу да ажурирам задатак.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Не могу да ажурирам задатак пошто је промењен на серверу. Кликните да га освежите, а локалне измене ће бити одбачене." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Не могу да ажурирам задатак пошто је промењен на серверу. Кликните да га освежите, а локалне измене ће бити одбачене.", + "An error occurred" : "Догодила се грешка" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr.json b/l10n/sr.json index 914383a3..f0fe5458 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -101,11 +101,11 @@ "Hidden" : "Сакривен", "Visible" : "Видљив", "Automatic" : "Аутоматски", - "An error occurred" : "Догодила се грешка", "Could not delete the task." : "Не могу да обришем задатак.", "Synchronizing to the server." : "Синхронизујем са сервером.", "Task successfully saved to server." : "Задатак успешно сачуван на серверу.", "Could not update the task." : "Не могу да ажурирам задатак.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Не могу да ажурирам задатак пошто је промењен на серверу. Кликните да га освежите, а локалне измене ће бити одбачене." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Не могу да ажурирам задатак пошто је промењен на серверу. Кликните да га освежите, а локалне измене ће бити одбачене.", + "An error occurred" : "Догодила се грешка" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index d2739d13..6240453e 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -104,12 +104,12 @@ OC.L10N.register( "Hidden" : "Gizli", "Visible" : "Görünür", "Automatic" : "Otomatik", - "An error occurred" : "Bir sorun çıktı", "Could not delete the task." : "Görev silinemedi.", "Synchronizing to the server." : "Sunucu ile eşitleniyor.", "Task successfully saved to server." : "Görev sunucu üzerine kaydedildi.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Görev sunucu üzerinde değiştirilmiş olduğundan güncellenemedi. Lütfen yenilemek için tıklayın. Yaptığınız yerel değişiklikler yok sayılacak.", "Could not update the task." : "Görev güncellenemedi.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Görev sunucu üzerinde değiştirilmiş olduğundan güncellenemedi. Lütfen yenilemek için tıklayın. Yaptığınız yerel değişiklikler yok sayılacak." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Görev sunucu üzerinde değiştirilmiş olduğundan güncellenemedi. Lütfen yenilemek için tıklayın. Yaptığınız yerel değişiklikler yok sayılacak.", + "An error occurred" : "Bir sorun çıktı" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json index 114d9a4a..66697f7d 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -102,12 +102,12 @@ "Hidden" : "Gizli", "Visible" : "Görünür", "Automatic" : "Otomatik", - "An error occurred" : "Bir sorun çıktı", "Could not delete the task." : "Görev silinemedi.", "Synchronizing to the server." : "Sunucu ile eşitleniyor.", "Task successfully saved to server." : "Görev sunucu üzerine kaydedildi.", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Görev sunucu üzerinde değiştirilmiş olduğundan güncellenemedi. Lütfen yenilemek için tıklayın. Yaptığınız yerel değişiklikler yok sayılacak.", "Could not update the task." : "Görev güncellenemedi.", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Görev sunucu üzerinde değiştirilmiş olduğundan güncellenemedi. Lütfen yenilemek için tıklayın. Yaptığınız yerel değişiklikler yok sayılacak." + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Görev sunucu üzerinde değiştirilmiş olduğundan güncellenemedi. Lütfen yenilemek için tıklayın. Yaptığınız yerel değişiklikler yok sayılacak.", + "An error occurred" : "Bir sorun çıktı" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index d9f352e9..838e6eb6 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -104,12 +104,12 @@ OC.L10N.register( "Hidden" : "隐藏", "Visible" : "可见", "Automatic" : "自动", - "An error occurred" : "发生了一个错误", "Could not delete the task." : "无法删除任务。", "Synchronizing to the server." : "正在同步到服务器。", "Task successfully saved to server." : "任务已成功保存到服务器。", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "无法更新任务,因为它已在服务器上被更改。请点击以刷新此任务,本地变更将被丢弃。", "Could not update the task." : "无法更新任务。", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "无法更新任务,因为它已在服务器上被修改。请点击以刷新它,本地变更将被丢弃。" + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "无法更新任务,因为它已在服务器上被修改。请点击以刷新它,本地变更将被丢弃。", + "An error occurred" : "发生了一个错误" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 22b833e2..3fe288cf 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -102,12 +102,12 @@ "Hidden" : "隐藏", "Visible" : "可见", "Automatic" : "自动", - "An error occurred" : "发生了一个错误", "Could not delete the task." : "无法删除任务。", "Synchronizing to the server." : "正在同步到服务器。", "Task successfully saved to server." : "任务已成功保存到服务器。", "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "无法更新任务,因为它已在服务器上被更改。请点击以刷新此任务,本地变更将被丢弃。", "Could not update the task." : "无法更新任务。", - "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "无法更新任务,因为它已在服务器上被修改。请点击以刷新它,本地变更将被丢弃。" + "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "无法更新任务,因为它已在服务器上被修改。请点击以刷新它,本地变更将被丢弃。", + "An error occurred" : "发生了一个错误" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file