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 Mar 1, 2024
1 parent d691674 commit 4faaa47
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
22 changes: 21 additions & 1 deletion l10n/ast.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,36 @@
OC.L10N.register(
"dicomviewer",
{
"DICOM Attributes" : "Atributos DICOM",
"Search for attributes…" : "Buscar atributos…",
"Attribute" : "Atributu",
"Value" : "Valor",
"No DICOM attribute found" : "Nun s'atopó nengún atributu DICOM",
"Unable to load the DICOM attributes" : "Nun ye posible cargar los atributos DICOM",
"Open with DICOM Viewer" : "Abrir col visor DICOM",
"Open All with DICOM Viewer" : "Abrir too col visor DICOM",
"Levels" : "Niveles",
"Zoom" : "Zoom",
"Magnify" : "Agrandar",
"Angle" : "Ángulu",
"Elliptical ROI" : "ROI elípticu",
"Clear" : "Borrar",
"Reset" : "Reafitar",
"Enter your annotation" : "Introduz una anotación",
"New label" : "Etiqueta nueva",
"Edit your annotation" : "Edita la nota",
"OK" : "Normal",
"Remove Marker" : "Quitar el marcador",
"File Name" : "Nome del ficheru",
"Show Annotations" : "Amosar les anotaciones",
"Close" : "Zarrar",
"Download" : "Baxar",
"More" : "Más",
"Close Viewer" : "Zarrar el visor",
"Loading…" : "Cargando…",
"DICOM" : "DICOM"
"DICOM" : "DICOM",
"Less" : "Menos",
"Lossy: " : "Con perda:",
"Lossless/Uncompressed" : "Ensin perda/ensin comprimir"
},
"nplurals=2; plural=(n != 1);");
22 changes: 21 additions & 1 deletion l10n/ast.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
{ "translations": {
"DICOM Attributes" : "Atributos DICOM",
"Search for attributes…" : "Buscar atributos…",
"Attribute" : "Atributu",
"Value" : "Valor",
"No DICOM attribute found" : "Nun s'atopó nengún atributu DICOM",
"Unable to load the DICOM attributes" : "Nun ye posible cargar los atributos DICOM",
"Open with DICOM Viewer" : "Abrir col visor DICOM",
"Open All with DICOM Viewer" : "Abrir too col visor DICOM",
"Levels" : "Niveles",
"Zoom" : "Zoom",
"Magnify" : "Agrandar",
"Angle" : "Ángulu",
"Elliptical ROI" : "ROI elípticu",
"Clear" : "Borrar",
"Reset" : "Reafitar",
"Enter your annotation" : "Introduz una anotación",
"New label" : "Etiqueta nueva",
"Edit your annotation" : "Edita la nota",
"OK" : "Normal",
"Remove Marker" : "Quitar el marcador",
"File Name" : "Nome del ficheru",
"Show Annotations" : "Amosar les anotaciones",
"Close" : "Zarrar",
"Download" : "Baxar",
"More" : "Más",
"Close Viewer" : "Zarrar el visor",
"Loading…" : "Cargando…",
"DICOM" : "DICOM"
"DICOM" : "DICOM",
"Less" : "Menos",
"Lossy: " : "Con perda:",
"Lossless/Uncompressed" : "Ensin perda/ensin comprimir"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 4faaa47

Please sign in to comment.