-
Notifications
You must be signed in to change notification settings - Fork 439
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
Add Catalonian Language #1330
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
60 changes: 60 additions & 0 deletions
60
custom_components/ui_lovelace_minimalist/translations/ca.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"title": "UI Lovelace Minimalist", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "configuració de UI Lovelace Minimalist", | ||
"description": "", | ||
"data": { | ||
"community_cards_enabled": "Activa la possiblitat de configurar targetes de comunitat 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 targetes personalitzades depen de", | ||
"community_cards_enabled": "activar la possibilitat de configurar targetes de comunitat amb aquesta integració, Requereix autenticació GitHub!", | ||
"community_cards": "Selecciona les targetes 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 targetes de GitHub.", | ||
"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)" | ||
} | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct translation. Good work!