Skip to content

Commit

Permalink
feat: Spanish translation (#5)
Browse files Browse the repository at this point in the history
* First translations to spanish

* Fixed some missins translations
  • Loading branch information
fmpaci authored Jan 9, 2024
1 parent 186622c commit 2e19c19
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 1 deletion.
4 changes: 4 additions & 0 deletions site/src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ export const SUPPORT_LOCALES = {
name: "English",
icon: "icon-park-outline:english"
},
sp: {
name: "Spanish",
icon: "material-symbols:language-spanish"
},
"zh-cn": {
name: "简体中文",
icon: "icon-park-outline:chinese"
Expand Down
3 changes: 2 additions & 1 deletion site/src/i18n/translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ toolbar:
text: Correct Case
desc: "Example: \"Github\"\"GitHub\" <br> Note: the words only including uppercase or lowercase (\"GITHUB\" or \"github\") will be left untouched"
btn : Correct it!
paper: Pape Size
paper: Paper Size
font_family: Font Family
font_size: Font Size
cn: CJK
en: English
sp: Spanish
theme_color: Theme Color
paragraph: Paragraph Spacing
line: Line Spacing
Expand Down
70 changes: 70 additions & 0 deletions site/src/i18n/translations/sp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
lang: Idioma
toggle_dark: Cambiar tema claro/oscuro

head:
title: Oh My CV! - Generador de CV online GRATUITO!!
desc: El creador de currículums vitae en línea gratuito le permite crear su currículum en minutos con Markdown!
keywords: generador curriculum, generador cv, generador curriculum vitae, curriculum markdown, markdown cv

landing:
hero: Escribe tu <span text-brand>curriculum vitae</span> en Markdown!
desc: es una herramienta gratuita y de código abierto creada para crear y administrar sus currículums de la manera más fácil posible, sin perder la privacidad de sus datos.
start: Crear My Resumen
feats:
- title: Simple y poderoso
items: Administra multiples curriculums con <br>Vista previa en tiempo real<br>Exportar a PDF format<br>Completamente configurable<br>Elige fuentes y agrega íconos<br>Y <a href="https://github.com/Renovamen/oh-my-cv#features" target="_blank">más funciones</a>
- title: Primero tu privacidad
items: Open source, libre y gratuito<br>Información guardada en tu equipo<br>No necesita que te registres<br>No realizamos ningún trackeo ni mostramos publicidad<br>No ads

resumes:
my_resumes: Mis CVs
created: "Creado: "
updated: "Actualizado: "
new: Nuevo
save: Guardar
saveas: Guardar como...
import: Importar desde...
rename: Renombrar
duplicate: Duplicar
delete: Eliminar

import:
title: Importar un archivo Markdown
from_local: Subir archivo
from_url: Pegar desde URL

toolbar:
file:
text: Importar / Exportar
import: Importar Markdown
export_pdf: Exportar PDF
export_md: Exportar Markdown
correct_case:
text: Corregir Mayusculas
desc: "Ejemplo: \"Github\"\"GitHub\" <br> Nota: No se modificarán las palabras que sólo contengan mayúsculas o minúsculas (\"GITHUB\" or \"github\")"
btn : Corrígelo!
paper: Tamaño de hoja
font_family: Fuente
font_size: Tamaño de Fuente
cn: CJK
en: Inglés
sp: Español
theme_color: Color y tema
paragraph: Espaciado de párrafo
line: Espaciado de línea
margin: Margenes
vertical: Arriba & Abajo
horizontal: Izquierdo & Derecho

notification:
save: Cambios Guardados
switch: Cambiando a curriculum "{msg}"
delete: Curriculum "{msg}" has been deleted
new: Creado nuevo resumen
duplicate: Created resume "{old}"'s duplication "{new}"
correct:
yes: Corregidos {num} palabras
no : Buen trabajo, no hubo nada que corregir!
import:
yes: Datos importados correctamente!
no : Formato de datos inválido.
1 change: 1 addition & 0 deletions site/src/i18n/translations/zh-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ toolbar:
font_size: 字号
cn: 中日韩
en: 英文
sp: Add something here
theme_color: 主题色
paragraph: 段间距
line: 行间距
Expand Down

0 comments on commit 2e19c19

Please sign in to comment.