Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Feb 29, 2024
1 parent be39d2b commit d691674
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion l10n/ast.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
OC.L10N.register(
"dicomviewer",
{
"Attribute" : "Atributu",
"Value" : "Valor",
"Zoom" : "Zoom",
"Reset" : "Reafitar",
"New label" : "Etiqueta nueva",
"OK" : "Normal",
"Close" : "Zarrar",
"Download" : "Baxar",
"More" : "Más",
"Loading…" : "Cargando…"
"Loading…" : "Cargando…",
"DICOM" : "DICOM"
},
"nplurals=2; plural=(n != 1);");
6 changes: 5 additions & 1 deletion l10n/ast.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{ "translations": {
"Attribute" : "Atributu",
"Value" : "Valor",
"Zoom" : "Zoom",
"Reset" : "Reafitar",
"New label" : "Etiqueta nueva",
"OK" : "Normal",
"Close" : "Zarrar",
"Download" : "Baxar",
"More" : "Más",
"Loading…" : "Cargando…"
"Loading…" : "Cargando…",
"DICOM" : "DICOM"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit d691674

Please sign in to comment.