diff --git a/src/i18n/locales/index.ts b/src/i18n/locales/index.ts index 3ab031204..38245de8f 100644 --- a/src/i18n/locales/index.ts +++ b/src/i18n/locales/index.ts @@ -1,7 +1,13 @@ import en from "./en.json"; +import nb from "./nb.json"; +import nn from "./nn.json"; +import no from "./no.json"; import pt from "./pt.json"; export default { en, + nb, + nn, + no, pt, }; diff --git a/src/i18n/locales/nb.json b/src/i18n/locales/nb.json new file mode 100644 index 000000000..6f69a3eef --- /dev/null +++ b/src/i18n/locales/nb.json @@ -0,0 +1,25 @@ +{ + "commonClose": "Lukk", + "commonNext": "Neste", + "commonPrevious": "Forrige", + "commonSearch": "Søk", + "commonSearchPlaceholder": "Søk...", + "commonShare": "Del", + "commonViewAll": "Se alle", + "copyFailure": "Feilet", + "copySuccess": "Kopiert", + "contentSearchLoading": "Laster inn...", + "contentSearchPlaceholder": "Søk", + "contentSearchResultsNone": "Ingen resultat", + "contentSearchResultsMore": "Flere resultat", + "informationPanelTabs": "Velg", + "informationPanelTabsClose": "Viewer", + "informationPanelTabsAbout": "Om", + "informationPanelTabsAnnotations": "Annoteringer", + "informationPanelTabsSearch": "Søk", + "informationPanelToggle": "Mer informasjon", + "shareCollectionJson": "Se samlingen", + "shareCollectionCopy": "Kopiér samlingens URL", + "shareManifestJson": "Se manifestet", + "shareManifestCopy": "Kopiér manifestets URL" +} diff --git a/src/i18n/locales/nn.json b/src/i18n/locales/nn.json new file mode 100644 index 000000000..bdeb9ce10 --- /dev/null +++ b/src/i18n/locales/nn.json @@ -0,0 +1,25 @@ +{ + "commonClose": "Lukk", + "commonNext": "Neste", + "commonPrevious": "Førre", + "commonSearch": "Søk", + "commonSearchPlaceholder": "Søk...", + "commonShare": "Del", + "commonViewAll": "Sjå alle", + "copyFailure": "Feila", + "copySuccess": "Kopiert", + "contentSearchLoading": "Laster inn...", + "contentSearchPlaceholder": "Søk", + "contentSearchResultsNone": "Ingen resultat", + "contentSearchResultsMore": "Fleire resultat", + "informationPanelTabs": "Vel", + "informationPanelTabsClose": "Viewer", + "informationPanelTabsAbout": "Om", + "informationPanelTabsAnnotations": "Annoteringa", + "informationPanelTabsSearch": "Søk", + "informationPanelToggle": "Meir informasjon", + "shareCollectionJson": "Sjå samlinga", + "shareCollectionCopy": "Kopiér samlingas URL", + "shareManifestJson": "Sjå manifestet", + "shareManifestCopy": "Kopiér manifestets URL" +} diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json new file mode 100644 index 000000000..6f69a3eef --- /dev/null +++ b/src/i18n/locales/no.json @@ -0,0 +1,25 @@ +{ + "commonClose": "Lukk", + "commonNext": "Neste", + "commonPrevious": "Forrige", + "commonSearch": "Søk", + "commonSearchPlaceholder": "Søk...", + "commonShare": "Del", + "commonViewAll": "Se alle", + "copyFailure": "Feilet", + "copySuccess": "Kopiert", + "contentSearchLoading": "Laster inn...", + "contentSearchPlaceholder": "Søk", + "contentSearchResultsNone": "Ingen resultat", + "contentSearchResultsMore": "Flere resultat", + "informationPanelTabs": "Velg", + "informationPanelTabsClose": "Viewer", + "informationPanelTabsAbout": "Om", + "informationPanelTabsAnnotations": "Annoteringer", + "informationPanelTabsSearch": "Søk", + "informationPanelToggle": "Mer informasjon", + "shareCollectionJson": "Se samlingen", + "shareCollectionCopy": "Kopiér samlingens URL", + "shareManifestJson": "Se manifestet", + "shareManifestCopy": "Kopiér manifestets URL" +}