You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en-US.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,5 +57,10 @@
57
57
"Please paste your data in the following field and click on the button in the the bottom of the page, in order to load them in this app.": "Please paste your data in the following field and click on the button in the the bottom of the page, in order to load them in this app.",
58
58
"The note is not saved, you will lost the changes if your are leaving the page. Please confirm the exit.": "The note is not saved, you will lost the changes if your are leaving the page. Please confirm the exit.",
59
59
"no subject": "no subject",
60
-
"Preview": "Preview"
60
+
"Preview": "Preview",
61
+
"Display archives": "Display archives",
62
+
"Archive this note": "Archive this note",
63
+
"Unarchive this note": "Unarchive this note",
64
+
"Show the content of the note": "Show the content of the note",
65
+
"Hide the content of the note": "Hide the content of the note"
Copy file name to clipboardExpand all lines: src/locales/fr-FR.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,5 +57,10 @@
57
57
"Please paste your data in the following field and click on the button in the the bottom of the page, in order to load them in this app.": "Veuillez coller vos données dans le champ suivant et clicker sur le bouton en bas de la page pour les importer dans cette application.",
58
58
"The note is not saved, you will lost the changes if your are leaving the page. Please confirm the exit.": "La note n'est pas enregistrée, vous allez perdre les changements si vous quittez la page. Veuillez confirmer que vous souhaitez partir maintenant.",
59
59
"no subject": "pas de sujet",
60
-
"Preview": "Prévisualisation"
60
+
"Preview": "Prévisualisation",
61
+
"Display archives": "Afficher les archives",
62
+
"Archive this note": "Archiver cette note",
63
+
"Unarchive this note": "Désarchiver cette note",
64
+
"Show the content of the note": "Afficher le contenu de la note",
65
+
"Hide the content of the note": "Cacher le contenu de la note"
v-alert(type="info", :value="true") {{ $t('In order to save your data, just copy and paste the following data in an text editor (like notepad), and then save it as *.json file.') }}
0 commit comments