Unverified Commit 8bdd1ec0 authored by olavlan's avatar olavlan Committed by GitHub

feat: add norwegian bokmål (nb) translation (#4561)

* add locale file for norwegian (nb)

* correct spelling
parent 194a4936
...@@ -21,6 +21,7 @@ export const locales = orderBy([ ...@@ -21,6 +21,7 @@ export const locales = orderBy([
"ka-GE", "ka-GE",
"ko", "ko",
"mr", "mr",
"nb",
"nl", "nl",
"pl", "pl",
"pt-PT", "pt-PT",
......
...@@ -371,7 +371,7 @@ ...@@ -371,7 +371,7 @@
"disable-markdown-shortcuts-in-editor": "Disable Markdown shortcuts in editor", "disable-markdown-shortcuts-in-editor": "Disable Markdown shortcuts in editor",
"disable-password-login": "Disable password login", "disable-password-login": "Disable password login",
"disable-password-login-final-warning": "Please type \"CONFIRM\" if you know what you are doing.", "disable-password-login-final-warning": "Please type \"CONFIRM\" if you know what you are doing.",
"disable-password-login-warning": "This will disable password login for all users. It is not possible to log in without reverting this setting in the database if your configured identity providers fail. You’ll also have to be extra carefull when removing an identity provider", "disable-password-login-warning": "This will disable password login for all users. It is not possible to log in without reverting this setting in the database if your configured identity providers fail. You’ll also have to be extra careful when removing an identity provider",
"disable-public-memos": "Disable public memos", "disable-public-memos": "Disable public memos",
"display-with-updated-time": "Display with updated time", "display-with-updated-time": "Display with updated time",
"enable-auto-compact": "Enable auto compact", "enable-auto-compact": "Enable auto compact",
...@@ -420,7 +420,7 @@ ...@@ -420,7 +420,7 @@
"old-name": "Old Name", "old-name": "Old Name",
"rename-error-empty": "Tag name cannot be empty or contain spaces", "rename-error-empty": "Tag name cannot be empty or contain spaces",
"rename-error-repeat": "New name cannot be the same as the old name", "rename-error-repeat": "New name cannot be the same as the old name",
"rename-success": "Rename tag successfully", "rename-success": "Renamed tag successfully",
"rename-tag": "Rename tag", "rename-tag": "Rename tag",
"rename-tip": "All your memos with this tag will be updated." "rename-tip": "All your memos with this tag will be updated."
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment