Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locale for Norwegian #242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Internationalised error messages for [Ajv](https://github.com/ajv-validator/ajv)
|🇮🇹 it|Italian |[jasoniangreen](https://github.com/jasoniangreen)<br>[lucacorti](https://github.com/lucacorti)|✓<br>&nbsp;|<br>✓|<br>✓|<br>✓|<br>✓|
|🇯🇵 ja|Japanese |[gilgongo](https://github.com/gilgongo)|✓|-|-|-|*|
|🇰🇷 ko|Korean |[MinByeongDon](https://github.com/MinByeongDon)|✓|✓|✓|✓|✓|
|🇳🇴 nb|Norwegian bokmål|[mtramm](https://github.com/mtramm)|✓|✓|-|-|*|
|🇳🇴 nb|Norwegian bokmål|[mtramm](https://github.com/mtramm)<br>[elaffen](https://github.com/elaffen)|✓|✓|✓||✓|
|🇳🇱 nl|Dutch |[pimlie](https://github.com/pimlie)<br>[niekvb](https://github.com/niekvb)|✓|✓|✓|<br>✓|<br>✓|
|🇵🇱 pl|Polish |[danielzurawski](https://github.com/danielzurawski)|✓|-|-|-|*|
|🇧🇷 pt-BR|Português - Brasil|[marcosrava](https://github.com/marcosrava)<br>[ggondim](https://github.com/ggondim)|✓|✓|✓|<br>✓|<br>✓|
Expand Down
5 changes: 5 additions & 0 deletions messages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ module.exports = {
fi: "ei saa sisältää arvioimattomia ominaisuuksia",
it: "non deve avere attributi non valutati",
ko: "평가되지 않은 속성이 없어야합니다.",
nb: "kan ikke ha uevaluerte attributter",
nl: "mag geen ongecontroleerde eigenschappen bevatten",
"pt-BR": "não pode possuir propridades não avaliadas",
ru: "не должно иметь непроверенных полей",
Expand All @@ -663,6 +664,7 @@ module.exports = {
fi: "{{#def.n}}ei saa olla enemmän kuin {{=n}} elementti{{? n!=1 }}ä{{?}}",
it: "{{#def.n}}non deve avere più di {{=n}} elementi{{#def.mPlural}}",
ko: "{{#def.n}}항목이 {{=n}}개 아이템을 초과하면 안됩니다",
nb: "{{#def.n}}må ikke ha mer enn {{=n}} element{{#def.mPlural}}",
nl: "{{#def.n}}mag niet meer dan {{= n}} item{{#def.mPlural}} bevatten",
"pt-BR": "{{#def.n}}não pode possuir mais que {{=n}} {{? n==1 }}item{{??}}itens{{?}}",
ru: "{{#def.n}}должно иметь не более, чем {{=n}} элемент{{#def.mPlural}}",
Expand Down Expand Up @@ -852,6 +854,7 @@ module.exports = {
id: 'harus cocok dengan skema "{{=e.params.failingKeyword}}"',
it: 'deve corrispondere allo schema "{{=e.params.failingKeyword}}"',
ko: '"{{=e.params.failingKeyword}}" 스키마와 일치해야 합니다',
nb: 'må være lik schema "{{=e.params.failingKeyword}}"',
nl: 'moet overeenkomen met "{{=e.params.failingKeyword}}" schema',
"pt-BR": 'deve corresponder ao schema "{{=e.params.failingKeyword}}"',
ru: 'должно соответствовать схемe "{{=e.params.failingKeyword}}"',
Expand All @@ -867,6 +870,7 @@ module.exports = {
fi: 'tunniste "{{=e.params.tag}}" täytyy olla merkkijono',
it: 'il tag "{{=e.params.tag}}" deve essere di tipo stringa',
ko: '"{{=e.params.tag}}"태그는 반드시 문자열이여야 합니다',
nb: 'tag "{{=e.params.tag}}" må være en streng',
nl: 'tag "{{=e.params.tag}}" moet een tekenreeks zijn',
"pt-BR": 'a tag "{{=e.params.tag}}" deve ser uma string',
ru: 'поле "{{=e.params.tag}}" должно быть строкой',
Expand All @@ -880,6 +884,7 @@ module.exports = {
fi: 'tunnisteen "{{=e.params.tag}}" arvon muoto pitää olla oneOf',
it: 'il valore del tag "{{=e.params.tag}}" deve essere nei oneOf',
ko: '"{{=e.params.tag}}"태그의 값은 반드시 oneOf에 있어야 합니다',
nb: 'verdien av tag "{{=e.params.tag}}" må være tilstede i oneOf',
nl: 'de waarde van het veld "{{= e.params.tag}}" moet voorkomen in de oneOf',
"pt-BR": 'o valor da tag "{{=e.params.tag}}" deve estar no oneOf',
ru: 'значение поля "{{=e.params.tag}}" должно быть в одной из oneOf схем ',
Expand Down
2 changes: 2 additions & 0 deletions messages/jtd.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ module.exports = {
fi: 'tunniste "{{=e.params.tag}}" täytyy olla merkkijono',
it: 'il tag "{{=e.params.tag}}" deve essere di tipo stringa',
ko: '"{{=e.params.tag}}"태그는 문자열이여야 합니다',
nb: 'tag "{{=e.params.tag}}" må være en streng',
nl: 'tag "{{=e.params.tag}}" moet een tekenreeks zijn',
"pt-BR": 'a tag "{{=e.params.tag}}" deve ser uma string',
ru: 'поле "{{=e.params.tag}}" должно быть строкой',
Expand All @@ -167,6 +168,7 @@ module.exports = {
fi: 'tunnisteen arvon "{{=e.params.tag}}" on oltava kartoituksessa',
it: 'il valore del tag "{{=e.params.tag}}" deve essere nei mapping',
ko: '"{{=e.params.tag}}"태그의 값은 반드시 매핑에 있어야합니다.',
nb: 'verdien av tag "{{=e.params.tag}}" må finnes i mappingen',
nl: 'de waarde van het veld "{{= e.params.tag}}" moet voorkomen in de mapping',
"pt-BR": 'o valor da tag "{{=e.params.tag}}" deve estar no mapping',
ru: 'значение поля "{{=e.params.tag}}" должно быть ключом одной из схем',
Expand Down