diff --git a/bun.lockb b/bun.lockb index 78474c9..b2392b6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/messages/en.json b/messages/en.json index 4ae4606..1883540 100644 --- a/messages/en.json +++ b/messages/en.json @@ -48,5 +48,17 @@ "newArticle": "New article", "readTime": "{count, plural, =0 {less than a minute} one {# minute} other {# minutes}} read", "views": "Views" + }, + "storage": { + "title": "Storage", + "hereYouCanSearch": "Here you can search in our storage!", + "wantToBorrow": "Want to borrow something?", + "comeWorkshop": "Come to the workshop!", + "name": "Name", + "sort": "Sort", + "category": "Category", + "borrow": "Borrow", + "itemCount": "{count, plural, =1 {1 piece} other {# pieces}}. in stock.", + "itemLocation": "Shelf location {location}." } } diff --git a/messages/no.json b/messages/no.json index 440eef5..93d782c 100644 --- a/messages/no.json +++ b/messages/no.json @@ -48,5 +48,17 @@ "newArticle": "Ny artikkel", "readTime": "{count, plural, =0 {mindre enn ett minutt} one {# minutt} other {# minutter}} lesing", "views": "Visninger" + }, + "storage": { + "title": "Lager", + "hereYouCanSearch": "Her kan du søke i lageret vårt!", + "wantToBorrow": "Lyst til å låne noe?", + "comeWorkshop": "Kom innom verkstedet!", + "name": "Navn", + "sort": "Sorter", + "category": "Kategori", + "borrow": "Lån", + "itemCount": "{count, plural, =1 {1 stykke} other {# stykk}}. på lager.", + "itemLocation": "Hylleplass {location}." } }