Skip to content
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

Add Catalonian Language #1330

Merged
merged 4 commits into from
Jul 31, 2023
Merged
Changes from 2 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
60 changes: 60 additions & 0 deletions custom_components/ui_lovelace_minimalist/translations/ca.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct translation. Good work!

"title": "UI Lovelace Minimalist",
"config": {
"step": {
"user": {
"title": "configuració de UI Lovelace Minimalist",
"description": "",
"data": {
"community_cards_enabled": "Activa la possiblitat de configurar comunity cards amb aquesta integració. Requereix autenticació GitHub!"
}
},
"device": {
"title": "Esperant l'activació del dispositiu"
},
"reauth_confirm": {
"title": "Cal reautenticació",
"description": "Necessites reautenticar-te amb GitHub."
}
},
"abort": {
"single_instance_allowed": "Només es permet una única configuració de UI Lovelace Minimalist.",
"not_setup": "UI Lovelace Minimalist no està preparat.",
"github": "No s'ha pogut autenticar amb GitHub, prova-ho més tard.",
"reauth_successful": "Reautenticació amb èxit."
},
"progress": {
"wait_for_device": "1. Obrir {url} \n2.Enganxa la clau següent per autoritzar ULM: \n```\n{code}\n```\n"
}
},
"options": {
"step": {
"user": {
"title": "Configuració de UI Lovelace Minimalist",
"description": "",
"data": {
"language": "Idioma",
"sidepanel_enabled": "Activa la creació d'una entrada al Dasboard en el panell lateral.",
"sidepanel_icon": "Icona del panell lateral",
"sidepanel_title": "Títol del panell lateral",
"adaptive_ui_enabled": "Activar el Dashboard adaptatiu amb popup de vistes dividides",
"adaptive_ui_title": "Títol del panell adaptatiu",
"adaptive_ui_icon": "Icona del panell adaptatiu",
"theme": "Tema",
"include_other_cards": "Incloure recursos de tarjetes personalitzades depen de",
"community_cards_enabled": "activar la possibilitat de configurar tarjetes de comunitat amb aquesta integració, Requereix autenticació GitHub!",
"community_cards": "Selecciona les Tarjetes de comunitat que vols activar."
}
}
},
"abort": {
"single_instance_allowed": "Només es permet una única configuració de UI Lovelace Minimalist.",
"not_setup": "UI Lovelace Minimalist no està preparat."
},
"error": {
"github_cards": "Alguna cosa ha anat malament al obtenir tarjetes de GitHub.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change "tarjetes" for "targetes"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

"ack": "Has de reconeixer tots els estaments.",
"gh_token": "No s'ha establert el token de Github. Si et plau, reinstal·la aquesta integració per seguir amb el procés de configuració. (No es perdrà cap configuració personalitzada)"
}
}
}