Skip to content

Commit

Permalink
New translations en.json (Portuguese, Brazilian)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 28, 2024
1 parent d311ef1 commit aac30d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/i18n/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"autoClean": "Since {{- what}} is empty, auto-cleaning is disabled.",
"dataview": "Unable to render dataview query. Please update the dataview plugin to the last version.",
"errorConfig": "Error configuring {{- repo.owner}}/{{- repo.repo}}. Please check your settings.",
"errorPublish": "Error during upload to <u>{{- repo.owner}}/{{- repo.repo}}</u>:<i>{{- repo.branch}}</i>",
"errorPublish": "Error during upload to <u>{{- repo.owner}}/{{- repo.repo}}</u>: <i>{{- repo.branch}}</i>",
"isEmpty": "{{- what}} is empty.",
"mergeconflic": "Pull-request is not mergeable, you need to do it manually.",
"normal": "The 404 error is normal ! It means that the file does not exist yet. Don't worry ❤️.",
Expand All @@ -107,8 +107,8 @@
"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}}</i><u> to <u>{{- repo.owner}}/{{- repo.repo}}</u>",
"successfulPublish": "Successfully uploaded <i>{{- nbNotes}}</i> to <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..."
},
"modals": {
Expand Down Expand Up @@ -183,7 +183,7 @@
"slugify": {
"desc": "Standardize the slug of anchor links (pointing to heading title). Transform the slug into all lower case. Replace space with hyphen. Applicable only for anchor links in markdown link syntax.",
"disable": "Disable",
"lower": "",
"lower": "Lower",
"strict": "Convert all to alphanumeric and dashes, including unicode and non latin languages.",
"title": "Sluglify anchor in markdown links"
},
Expand Down

0 comments on commit aac30d9

Please sign in to comment.