diff options
| author | Andreas <andreas.kasa@outlook.com> | 2025-02-02 15:16:44 +0000 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2025-02-02 16:51:29 +0100 |
| commit | 943afaacfe9c8666721bc593aa981b17a9065cce (patch) | |
| tree | f098acafe35be7befacc7386593796ad0f4ab676 /apps/web | |
| parent | 446e0323961be45e76b36c20f804056c1e149c45 (diff) | |
| download | karakeep-943afaacfe9c8666721bc593aa981b17a9065cce.tar.zst | |
i18n: Translated using Weblate (Norwegian Bokmål)
Currently translated at 3.6% (9 of 250 strings)
Translation: Hoarder/Hoarder
Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/nb_NO/
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/lib/i18n/locales/nb_NO/translation.json | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/nb_NO/translation.json b/apps/web/lib/i18n/locales/nb_NO/translation.json index 0967ef42..b1d8b6c4 100644 --- a/apps/web/lib/i18n/locales/nb_NO/translation.json +++ b/apps/web/lib/i18n/locales/nb_NO/translation.json @@ -1 +1,19 @@ -{} +{ + "common": { + "home": "Hjem", + "name": "Navn", + "roles": { + "user": "Bruker", + "admin": "Administrator" + }, + "something_went_wrong": "Noe gikk galt", + "email": "E-post", + "search": "Søk", + "password": "Passord" + }, + "admin": { + "users_list": { + "delete_user": "Slett bruker" + } + } +} |
