-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
8c49b33
commit ca5cd6f
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,16 @@ | ||
OC.L10N.register( | ||
"dicomviewer", | ||
{ | ||
"Value" : "Luach" | ||
"DICOM Viewer" : "Amharcóir DICOM", | ||
"Digital Imaging for Medicine" : "Íomháú Digiteach don Leigheas", | ||
"DICOM Viewer allows to display and manipulate DICOM images with a streamlined sidebar and viewer.\n\nIt renders DICOM data sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation,\nand serialization of observations; supports internationalization, hotkeys, and many more features.\n\nSee [README](https://github.com/ayselafsar/dicomviewer) for a list of full features and future roadmap." : "Ligeann DICOM Viewer íomhánna DICOM a thaispeáint agus a ionramháil le barra taoibh agus breathnóir sruthlínithe.\n\nDéanann sé tacair sonraí DICOM i 2D, 3D, agus léirithe atógtha; Ceadaíonn an ionramháil, anótáil,\nagus sraithiú breathnóireachta; Tacaíonn idirnáisiúnú, hotkeys, agus gnéithe go leor eile.\n\nFéach ar [README](https://github.com/ayselafsar/dicomviewer) le haghaidh liosta de na gnéithe iomlána agus treochlár don todhchaí.", | ||
"DICOM Attributes" : "Tréithe DICOM", | ||
"Search for attributes…" : "Cuardaigh tréithe…", | ||
"Attribute" : "Tréith", | ||
"Value" : "Luach", | ||
"No DICOM attribute found" : "Níor aimsíodh aon tréith DICOM", | ||
"Unable to load the DICOM attributes" : "Ní féidir na tréithe DICOM a lódáil", | ||
"DICOM" : "DICOM", | ||
"Open with DICOM Viewer" : "Oscail le DICOM Viewer" | ||
}, | ||
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); |
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 |
---|---|---|
@@ -1,4 +1,14 @@ | ||
{ "translations": { | ||
"Value" : "Luach" | ||
"DICOM Viewer" : "Amharcóir DICOM", | ||
"Digital Imaging for Medicine" : "Íomháú Digiteach don Leigheas", | ||
"DICOM Viewer allows to display and manipulate DICOM images with a streamlined sidebar and viewer.\n\nIt renders DICOM data sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation,\nand serialization of observations; supports internationalization, hotkeys, and many more features.\n\nSee [README](https://github.com/ayselafsar/dicomviewer) for a list of full features and future roadmap." : "Ligeann DICOM Viewer íomhánna DICOM a thaispeáint agus a ionramháil le barra taoibh agus breathnóir sruthlínithe.\n\nDéanann sé tacair sonraí DICOM i 2D, 3D, agus léirithe atógtha; Ceadaíonn an ionramháil, anótáil,\nagus sraithiú breathnóireachta; Tacaíonn idirnáisiúnú, hotkeys, agus gnéithe go leor eile.\n\nFéach ar [README](https://github.com/ayselafsar/dicomviewer) le haghaidh liosta de na gnéithe iomlána agus treochlár don todhchaí.", | ||
"DICOM Attributes" : "Tréithe DICOM", | ||
"Search for attributes…" : "Cuardaigh tréithe…", | ||
"Attribute" : "Tréith", | ||
"Value" : "Luach", | ||
"No DICOM attribute found" : "Níor aimsíodh aon tréith DICOM", | ||
"Unable to load the DICOM attributes" : "Ní féidir na tréithe DICOM a lódáil", | ||
"DICOM" : "DICOM", | ||
"Open with DICOM Viewer" : "Oscail le DICOM Viewer" | ||
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" | ||
} |