Skip to content

♻️ reverting wrong en-US translation #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,40 +44,40 @@
}
},
"commands": {
"no_result": "No se encontró ningún comando coincidente",
"type_slash": "Tipo / para bloques",
"no_result": "No matching command found",
"type_slash": "Type / for blocks",
"blocks": {
"h1": {
"title": "Título 1",
"description": "Un encabezado de nivel uno."
"title": "Heading 1",
"description": "A level one heading."
},
"h2": {
"title": "Título 2",
"description": "Un encabezado de nivel dos."
"title": "Heading 2",
"description": "A level two heading."
},
"h3": {
"title": "Título 3",
"description": "Un encabezado de nivel tres."
"title": "Heading 3",
"description": "A level three heading."
},
"bold": {
"title": "Negrita",
"description": "Escribir su texto en negrita."
"bold":{
"title": "Bold",
"description": "Writing your text bold."
},
"italic": {
"title": "Cursiva",
"description": "Escribir su texto en cursiva."
"title": "Italic",
"description": "Writing your text italic."
},
"task": {
"title": "Que hacer",
"description": "Agrega una casilla de verificación de tareas pendientes."
"title": "Todo",
"description": "Adds a todo checkbox."
},
"unorderedList": {
"title": "Lista",
"description": "Una lista desordenada."
"title": "Bullet list",
"description": "A unordered bullet list."
},
"codeBlock": {
"title": "Código",
"description": "Agrega un bloque de código."
"title": "Code",
"description": "Adds a codeblock."
}
}
}
Expand Down