Skip to content

Commit

Permalink
Merge pull request #1063 from sebastiantf/no-v1.1
Browse files Browse the repository at this point in the history
Add Norwegian (v1.1)
  • Loading branch information
samajammin authored May 28, 2020
2 parents 9f6bbba + 2224e75 commit 4e0a22e
Show file tree
Hide file tree
Showing 18 changed files with 1,576 additions and 0 deletions.
67 changes: 67 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,73 @@ module.exports = {
{ text: translate('page-developers', 'nl'), link: '/nl/developers/' }
]
},
'/no/': {
lang: 'nb-NO',
label: translate('language'),
nav: [
{ text: translate('page-home', 'nb-NO'), link: '/no/' },
{
text: translate('page-individuals', 'nb-NO'),
ariaLabel: translate('page-individuals-aria-label', 'nb-NO'),
items: [
{
text: translate(
'page-home-section-individuals-item-one',
'nb-NO'
),
link: '/no/what-is-ethereum/'
},
{
text: translate(
'page-home-section-individuals-item-four',
'nb-NO'
),
link: '/no/eth/'
},
{
text: translate(
'page-home-section-individuals-item-two',
'nb-NO'
),
link: '/no/dapps/'
},
{
text: translate(
'page-home-section-individuals-item-five',
'nb-NO'
),
link: '/no/wallets/'
},
{
text: translate(
'page-home-section-individuals-item-three',
'nb-NO'
),
link: '/no/learn/'
}
]
},
{
text: translate('page-developers', 'nb-NO'),
ariaLabel: translate('page-developers-aria-label', 'nb-NO'),
items: [
{
text: translate('get-started', 'nb-NO'),
link: '/no/build/'
},
{
text: 'Ethereum Studio',
link: 'https://studio.ethereum.org/'
},
{
text: translate('developer-resources', 'nb-NO'),
link: '/no/developers/'
}
]
},
{ text: translate('page-enterprise', 'nb-NO'), link: '/se/enterprise/' }
]
},
'/pl/': {
lang: 'pl',
label: translate('language', 'pl'),
Expand Down
8 changes: 8 additions & 0 deletions docs/.vuepress/theme/utils/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const it = require('../../../translations/it/strings.json')
const ja = require('../../../translations/ja/strings.json')
const ko = require('../../../translations/ko/strings.json')
const nl = require('../../../translations/nl/strings.json')
const no = require('../../../translations/no/strings.json')
const pl = require('../../../translations/pl/strings.json')
const portugueseBrazilian = require('../../../translations/pt-br/strings.json')
const ro = require('../../../translations/ro/strings.json')
Expand Down Expand Up @@ -48,6 +49,7 @@ const stringTranslations = {
ja,
ko,
nl,
'nb-NO': no,
pl,
'pt-BR': portugueseBrazilian,
'ro-RO': ro,
Expand Down Expand Up @@ -152,6 +154,12 @@ const languageMetaData = {
'language-english': 'Dutch',
path: '/nl/'
},
'nb-NO': {
version: 1.1,
language: 'norsk',
'language-english': 'Norwegian',
path: '/no/'
},
pl: {
version: 1.0,
language: 'Polski',
Expand Down
16 changes: 16 additions & 0 deletions docs/translations/no/build/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Begynn å bygge
meta:
- name: description
content: Lær det grunnleggende om Ethereum med Ethereum Studio, våre nettbaserte IDE for bygging og testing av smart-kontrakter.
- property: og:title
content: Begynn å bygge | Ethereum
- property: og:description
content: Lær det grunnleggende om Ethereum med Ethereum Studio, våre nettbaserte IDE for bygging og testing av smart-kontrakter.
sidebar: falsk
layout: home
hideHero: sant
lang: nb-NO
---

<BuildPage />
39 changes: 39 additions & 0 deletions docs/translations/no/dapps/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Bruke Ethereum-applikasjoner (dapps)
meta:
- name: description
content: Grunnleggende informasjon du trenger for å komme i gang med Ethereum.
- property: og:title
content: Bruke Ethereum-applikasjoner (dapps) | Ethereum.org
- property: og:description
content: Grunnleggende informasjon du trenger for å komme i gang med Ethereum.
lang: nb-NO
---

# Bruke Ethereum {#using-ethereum}

<div class="featured">

**Vil du begynne å bruke Ethereum?** Det er hundrevis av desentraliserte applikasjoner (dapps) bygd på Ethereum som du kan bruke i dag.

</div>

## Slik bruker du en applikasjon bygget på Ethereum {#how-to-use-an-application-built-on-ethereum}

Den beste måten å komme i gang med Ethereum er å hoppe rett inn i det!

Her er bare noen få apper bygget på Ethereum – vi endrer ofte på denne listen.

<RandomAppList />

Interessert i å se på flere applikasjoner bygget på Ethereum?

- [Bygget på Ethereum](https://docs.ethhub.io/built-on-ethereum/built-on-ethereum/) _Oppdatert ofte- Ethub_
- [90 Ethereum Apper du kan bruke allerede nå](https://media.consensys.net/40-ethereum-apps-you-can-use-right-now-d643333769f7) _Aug 24, 2019 - ConsenSys_
- [Ethereum Dapper](https://www.stateofthedapps.com/rankings/platform/ethereum) _Oppdaterte ofte - State of the Dapps_
- [Ethereum DeFi Økosystem](https://defiprime.com/ethereum) _Oppdatert ofte - Defiprime_
- [DeFi Puls](https://defipulse.com/) _Analytics + rangering av DeFi protokoller - Defi Pulse_

Noen Ethereum-applikasjoner krever en lommebok – [Lær mer om Ethereum-lommebøker](/no/wallets/).

Noen Ethereum-applikasjoner krever ETH – [Lær mer om ETH her](/no/eth/).
Loading

0 comments on commit 4e0a22e

Please sign in to comment.