Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/i18n/locales/index.ts
Original file line number Diff line number Diff line change
@@ -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,
};
25 changes: 25 additions & 0 deletions src/i18n/locales/nb.json
Original file line number Diff line number Diff line change
@@ -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"
}
25 changes: 25 additions & 0 deletions src/i18n/locales/nn.json
Original file line number Diff line number Diff line change
@@ -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"
}
25 changes: 25 additions & 0 deletions src/i18n/locales/no.json
Original file line number Diff line number Diff line change
@@ -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"
}