diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/en.json | 5 | ||||
-rw-r--r-- | locales/fr.json | 7 | ||||
-rw-r--r-- | locales/it.json | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/locales/en.json b/locales/en.json index 100f4f54..ead7ce2f 100644 --- a/locales/en.json +++ b/locales/en.json @@ -112,5 +112,6 @@ "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.": "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.", "Delete user": "Delete user", "Export user data": "Export user data", - "Help us translating on %s": "Help us translating on %s" -}
\ No newline at end of file + "Help us translating on %s": "Help us translating on %s", + "Source Code": "Source Code" +} diff --git a/locales/fr.json b/locales/fr.json index 0784daa5..7d4aa8e1 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -30,7 +30,7 @@ "Releases": "Versions", "Are you sure?": "Ëtes-vous sûr ?", "Do you really want to delete this note?": "Voulez-vous vraiment supprimer cette note?", - "All users will lose their connection.": "All users will lose their connection.", + "All users will lose their connection.": "Tous les utilisateurs perdront leur connexion.", "Cancel": "Annuler", "Yes, do it!": "Oui, je suis sûr !", "Choose method": "Choisir la méthode", @@ -109,7 +109,8 @@ "Privacy": "Confidentialité", "Terms of Use": "Conditions d'utilisation", "Do you really want to delete your user account?": "Voulez-vous vraiment supprimer votre compte utilisateur", - "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.": "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.", + "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.": "Cela supprimera votre compte, toutes les notes dont vous êtes propriétaire et supprimera toute référence à votre compte dans les autres notes.", "Delete user": "Suprrimez l'utilisteur", - "Export user data": "Exportez les données utilisateur" + "Export user data": "Exportez les données utilisateur", + "Help us translating on %s": "" }
\ No newline at end of file diff --git a/locales/it.json b/locales/it.json index 207f3e7e..8a7f9ee5 100644 --- a/locales/it.json +++ b/locales/it.json @@ -111,5 +111,6 @@ "Do you really want to delete your user account?": "Vuoi veramente cancellare il tuo account utente?", "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.": "Questo cancellerà il tuo account, tutte le note di cui sei proprietario e rimuoverà i riferimenti al tuo account dalle altre note.", "Delete user": "Elimina utente", - "Export user data": "Esporta dati utente" + "Export user data": "Esporta dati utente", + "Help us translating on %s": "Aiutaci nella traduzione su %s" }
\ No newline at end of file |