Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Feb 6, 2025
1 parent ac0ea10 commit b9ff8a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/i18n/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@
"title": "Resultats per a \"{{ title }}\"",
"votes": "Vots: {{ votes }} ({{ percent }})"
},
"schedule": "Votació del {{ begin }} al {{ end }}",
"schedule": {
"created": "Creat {{ distance }}",
"ended": "Finalitzat {{ distance }}",
"from_begin_to_end": "Votació del {{ begin }} al {{ end }}",
"paused_end": "Finalitza {{ distance }}",
"paused_start": "Comença {{ distance }}"
},
"spreadsheet": {
"access_button": "Identifica't",
"anon_sik_helper": "Això garanteix que el teu vot sigui anònim",
Expand Down
8 changes: 7 additions & 1 deletion src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@
"title": "Resultados para \"{{ title }}\"",
"votes": "Votos: {{ votes }} ({{ percent }})"
},
"schedule": "Votación desde el {{ begin }} hasta {{ end }}",
"schedule": {
"created": "Creado {{ distance }}",
"ended": "Finalizado {{ distance }}",
"from_begin_to_end": "Votación del {{ begin }} al {{ end }}",
"paused_end": "Finaliza en {{ distance }}",
"paused_start": "Comienza en {{ distance }}"
},
"spreadsheet": {
"access_button": "Identificarse",
"anon_sik_helper": "Esto garantiza que la votación sea anónima",
Expand Down

1 comment on commit b9ff8a5

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.