aboutsummaryrefslogtreecommitdiffstats
path: root/apps/projects/src/app/lib/i18n/nb
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-06-10 00:35:22 +0200
committerivarlovlie <git@ivarlovlie.no>2022-06-10 00:35:22 +0200
commit21764214c257949844d87e445f1a9f2736a20561 (patch)
tree9fb2369ea92a53c6ba19825424693c73aab7c1e1 /apps/projects/src/app/lib/i18n/nb
parentf6156d9137d4c07dd7afc8c3288dc00879db0b73 (diff)
downloadgreatoffice-21764214c257949844d87e445f1a9f2736a20561.tar.xz
greatoffice-21764214c257949844d87e445f1a9f2736a20561.zip
feat: Add translations to stopwatch.svelte
This commit also demonstrates how to do i18n across apps.
Diffstat (limited to 'apps/projects/src/app/lib/i18n/nb')
-rw-r--r--apps/projects/src/app/lib/i18n/nb/index.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/projects/src/app/lib/i18n/nb/index.ts b/apps/projects/src/app/lib/i18n/nb/index.ts
index af3a487..28e4bc1 100644
--- a/apps/projects/src/app/lib/i18n/nb/index.ts
+++ b/apps/projects/src/app/lib/i18n/nb/index.ts
@@ -104,16 +104,16 @@ const nb: Translation = {
hourSingleChar: "t",
minSingleChar: "m",
confirmDeleteEntry: "Er du sikker på at du vil slette denne raden?",
- newEntry: "Ny rad",
+ newEntry: "Ny tidsoppføring",
editEntry: "Rediger rad",
deleteEntry: "Slett rad",
loggedTimeToday: "Registrert tid hittil idag",
currentTime: "Klokken",
loading: "Laster",
stopwatch: "Stoppeklokke",
- todayEntries: "Dagens rader",
- noEntriesToday: "Ingen rader i dag",
- refreshTodayEntries: "Last inn dagens rader på nytt",
+ todayEntries: "Dagens tidsoppføringer",
+ noEntriesToday: "Ingen oppføringer i dag",
+ refreshTodayEntries: "Last inn dagens tidsoppføringer på nytt",
category: "Kategori",
timespan: "Tidsrom",
},