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

Finish norwegian translations #22145

Merged
merged 1 commit into from
Sep 29, 2022
Merged
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
28 changes: 14 additions & 14 deletions src/locale/lang/nb-NO.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export default {
startTime: 'Start Tidspunkt',
endDate: 'Sluttdato',
endTime: 'Sluttidspunkt',
prevYear: 'Previous Year', // to be translated
nextYear: 'Next Year', // to be translated
prevMonth: 'Previous Month', // to be translated
nextMonth: 'Next Month', // to be translated
prevYear: 'Forrige År',
nextYear: 'Neste År',
prevMonth: 'Forrige Måned',
nextMonth: 'Neste Måned',
year: '',
month1: 'Januar',
month2: 'Februar',
Expand Down Expand Up @@ -82,7 +82,7 @@ export default {
error: 'Ugyldig input'
},
upload: {
deleteTip: 'press delete to remove', // to be translated
deleteTip: 'trykk slett for å ta bort',
delete: 'Slett',
preview: 'Forhåndsvisning',
continue: 'Fortsett'
Expand All @@ -92,28 +92,28 @@ export default {
confirmFilter: 'Bekreft',
resetFilter: 'Tilbakestill',
clearFilter: 'Alle',
sumText: 'Sum' // to be translated
sumText: 'Sum'
},
tree: {
emptyText: 'Ingen Data'
},
transfer: {
noMatch: 'Ingen samsvarende data',
noData: 'Ingen data',
titles: ['List 1', 'List 2'], // to be translated
filterPlaceholder: 'Enter keyword', // to be translated
noCheckedFormat: '{total} items', // to be translated
hasCheckedFormat: '{checked}/{total} checked' // to be translated
titles: ['Liste 1', 'Liste 2'],
filterPlaceholder: 'Tast inn nøkkelord',
noCheckedFormat: '{total} gjenstander',
hasCheckedFormat: '{checked}/{total} sjekket'
},
image: {
error: 'FAILED' // to be translated
error: 'MISLYKTES'
},
pageHeader: {
title: 'Back' // to be translated
title: 'Tilbake'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Ja',
cancelButtonText: 'Nei'
},
empty: {
description: 'Ingen Data'
Expand Down