1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-29 21:21:15 +02:00

All: Update French translation

This commit is contained in:
Laurent Cozic 2018-01-15 18:35:39 +00:00
parent 961b5bfd25
commit b10999e83e
4 changed files with 7 additions and 7 deletions
CliClient/locales
ElectronClient/app/locales
ReactNativeClient
lib/models
locales

@ -940,9 +940,9 @@ msgstr "Objets supprimés localement : %d."
msgid "Deleted remote items: %d."
msgstr "Objets distants supprimés : %d."
#, fuzzy, javascript-format
#, javascript-format
msgid "Fetched items: %d/%d."
msgstr "Objets créés localement : %d."
msgstr "Téléchargés : %d/%d."
#, javascript-format
msgid "State: \"%s\"."
@ -1210,10 +1210,10 @@ msgid "Hide metadata"
msgstr "Cacher les métadonnées"
msgid "Show metadata"
msgstr "Afficher les métadonnées"
msgstr "Voir métadonnées"
msgid "View on map"
msgstr "Voir emplacement sur carte"
msgstr "Voir sur carte"
msgid "Delete notebook"
msgstr "Supprimer le carnet"

File diff suppressed because one or more lines are too long

@ -174,7 +174,7 @@ class BaseItem extends BaseModel {
}
}
// Note: Currently, one a deleted_items entry has been processed, it is removed from the database. In practice it means that
// Note: Currently, once a deleted_items entry has been processed, it is removed from the database. In practice it means that
// the following case will not work as expected:
// - Client 1 creates a note and sync with target 1 and 2
// - Client 2 sync with target 1

File diff suppressed because one or more lines are too long