Skip to content

Commit

Permalink
Fix nls data
Browse files Browse the repository at this point in the history
  • Loading branch information
sholtkamp committed Feb 2, 2024
1 parent 59f8b70 commit f00e8d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/main/js/bundles/dn_tocactiondatatable/nls/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
const i18n = {
root: ({
bundleName: "TOC Action Datatable",
bundleDescription: "Dieses Bundle erweitert die TOC Actions um eine weitere, die das map.apps Ergebniscenter öffnet und dort alle Features eines Layers in tabellarischer Form anzeigt.",
actionLabel: "Tabelle anzeigen",
searchResultTitle: "Action Datentabelle"
bundleDescription: "This bundle provides an additional toc action that opens the map.apps resultcenter and shows all features of a layer in tabular form.",
actionLabel: "Show attribute table",
searchResultTitle: "Action Datatable"
}),
"de": true
};
Expand Down
6 changes: 3 additions & 3 deletions src/main/js/bundles/dn_tocactiondatatable/nls/de/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import { type Messages } from "../bundle";

const i18n = {
bundleName: "TOC Action Datatable",
bundleDescription: "This bundle provides an additional toc action that opens the map.apps resultcenter and shows all features of a layer in tabular form.",
actionLabel: "Show attribute table",
searchResultTitle: "Action Datatable"
bundleDescription: "Dieses Bundle erweitert die TOC Actions um eine weitere, die das map.apps Ergebniscenter öffnet und dort alle Features eines Layers in tabellarischer Form anzeigt.",
actionLabel: "Tabelle anzeigen",
searchResultTitle: "Action Datentabelle"
} satisfies Messages;

export default i18n;

0 comments on commit f00e8d5

Please sign in to comment.