Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Mara-Li committed May 24, 2024
1 parent 18bd213 commit 33bbd45
Showing 2 changed files with 18 additions and 18 deletions.
27 changes: 13 additions & 14 deletions en.json
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@
"points": ": ",
"published": "published",
"regex": "regex",
"rename": "Renamed key(s)...",
"rename": "Renamed key(s)",
"repository": "Repository",
"rootFolder": "root folder",
"save": "Save",
@@ -104,18 +104,18 @@
"informations": {
"foundNoteToSend": "Found {{- nbNotes}} new notes to send",
"migrating": {
"fileReplace": "Migration of filename replace to the new format...",
"normalFormat": "Migrating settings...",
"oldSettings": "Migration of old settings to new settings format...",
"subFolder": "Adding replacing subfolder to the folderpath replacement..."
"fileReplace": "Migration of filename replace to the new format",
"normalFormat": "Migrating settings",
"oldSettings": "Migration of old settings to new settings format",
"subFolder": "Adding replacing subfolder to the folderpath replacement"
},
"noNewNote": "No new notes to upload.",
"scanningRepo": "Scanning the repository, may take a while...",
"scanningRepo": "Scanning the repository, may take a while",
"sendMessage": "Upload <i>{{- nbNotes}}</i> notes to <u>{{- repo.owner}}/{{- repo.repo}}</u>",
"startingClean": "Starting cleaning <u>{{- repo.owner}}/{{- repo.repo}}</u>",
"successPublishOneNote": "Successfully uploaded <i><u>{{- file}}</u></i> to <u>{{- repo.owner}}/{{- repo.repo}}</u>",
"successfulPublish": "Successfully uploaded <i>{{- nbNotes}}</i> to <u>{{- repo.owner}}/{{- repo.repo}}</u>",
"waitingWorkflow": "Now, waiting for the workflow to be completed..."
"waitingWorkflow": "Now, waiting for the workflow to be completed"
},
"modals": {
"export": {
@@ -131,7 +131,7 @@
"span": "Error importing configuration: "
},
"importFromFile": "Import from file",
"paste": "Paste configuration here...",
"paste": "Paste configuration here",
"presets": {
"desc": "Load presets from the repository \"plugin-presets\"",
"title": "Presets"
@@ -456,10 +456,10 @@
"documentation": "Documentation",
"issue": "Issue",
"links": "https://obsidian-publisher.netlify.app/",
"title": "Useful links"
"title": "Useful links",
"translation": "Help with translation"
}
},
"overrides": {},
"plugin": {
"copyLink": {
"applyRegex": {
@@ -485,7 +485,6 @@
"title": "Link slugify"
},
"title": "Copy link",
"toLowerCase": {},
"toUri": {
"desc": "Convert the link to a URI (substitute into percent-encoding)",
"title": "Encode to URI"
@@ -541,7 +540,7 @@
},
"desc": "The YAML frontmatter key to publish your file on the website. Default is `share`.",
"excludedFileName": {
"title": "Exclude files with names starting with ..."
"title": "Exclude files with names starting with"
},
"otherRepo": "You can also define a share key to separate with others, without using the shortRepo key.",
"title": "Share key"
@@ -568,7 +567,7 @@
"text": "Text replacer"
}
},
"momentReplaceRegex": "Run replacement {{- moment}} the other plugin conversion (dataview, internals links...)",
"momentReplaceRegex": "Run replacement {{- moment}} the other plugin conversion (dataview, internals links)",
"warningPath": "Warning! Using the character \"/\" will edit the path, be careful with this option."
},
"upload": {
@@ -616,7 +615,7 @@
},
"statusBar": {
"counter": "{{- msg}}: {{- counter}}/{{- nb}}",
"loading": "Loading...",
"loading": "Loading",
"markedForSharing": "{{- nb}} {{- type}} marked for sharing",
"sharing": "Sharing {{- type}}",
"success": "{{- type}} {{- action}}"
9 changes: 5 additions & 4 deletions fr.json
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@
"folder": "Chemin du dossier",
"full": "Chemin du fichier"
},
"points": ": ",
"points": " : ",
"published": "publiés",
"regex": "regex",
"rename": "Clé(s) renommée(s)…",
@@ -409,7 +409,7 @@
},
"convert": {
"enableOrDisable": "Active ou désactive la conversion des liens. En désactivant cette option, vous supprimez les",
"syntax": "syntaxes, tout en gardant le nom du fichier ou son text alternatif."
"syntax": "syntaxes, tout en gardant le nom du fichier ou son texte alternatif."
},
"dataview": "Convertit les requêtes dataview en markdown.",
"desc": "Il existe quelques clés de propriétés qui peuvent vous êtes utile. Le code ci-dessous montre les paramètres par défaut, mais n'hésitez pas à le modifier selon vos besoins pour chaque note !",
@@ -446,7 +446,7 @@
},
"multiRepoHelp": {
"desc": "Si vous souhaitez envoyer vos notes dans plusieurs dépôt en même temps, vous pouvez utiliser la clé ",
"desc2": "dans vos propriétés. La valeur de cette clé doit être une liste. Chaque dépôt doit avoir les clés suivantes ",
"desc2": "dans vos propriétés. La valeur de cette clé doit être une liste. Chaque dépôt doit avoir les clés suivantes :",
"exampleDesc": "Le code ci-dessous montre un exemple basé sur vos paramètres.",
"title": "Envoie dans plusieurs dépôt"
},
@@ -456,7 +456,8 @@
"documentation": "Documentation (en anglais)",
"issue": "Issue",
"links": "https://obsidian-publisher.netlify.app",
"title": "Liens utiles"
"title": "Liens utiles",
"translation": "Aider à la traduction"
}
},
"plugin": {

0 comments on commit 33bbd45

Please sign in to comment.