Skip to content

Commit

Permalink
fix(nb-NO): translation updates (#839)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoTranslator <hello@sanity.io>
Co-authored-by: Espen Hovlandsdal <espen@hovlandsdal.com>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent 5c63d39 commit 2ed8eb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions locales/nb-NO/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,14 @@ export default removeUndefinedLocaleResources({
'inputs.imagetool.load-error': 'Feil: {{errorMessage}}',
/** Hotspot & Crop */
'inputs.imagetool.title': 'Fokuspunkt & beskjæring',
/** Warnings displayed to developers when using the crop/hotspot tool on vector images, notifying them that crops/hotspot are not respected when serving the image in vector format. For the crop/hotspot to apply, images must be served in a raster format such as JPG or PNG, by appending eg `fm=jpg` to the image url, or calling `format('jpg')` if using `@sanity/image-url` */
'inputs.imagetool.vector-warning.developer-info':
"Bildetjenesten støtter ikke hotspot og beskjæring for vektorformater. For å bruke disse funksjonene, sørg for at dette bildet blir levert i et av de støttede rasterformatene. For eksempel: <code>fm=jpg</code> i <ImageUrlDocumentationLink>bilde-URL-en</ImageUrlDocumentationLink>, eller kall <code>.format('png')</code> med <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>.",
/** See developer info */
'inputs.imagetool.vector-warning.expand-developer-info': 'Se utviklerinfo',
/** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */
'inputs.imagetool.vector-warning.title':
'Advarsel: Hotspot og beskjæring blir potensielt ikke brukt der dette bildet blir presentert.',
/** Convert to `{{targetType}}` */
'inputs.invalid-value.convert-button.text': 'Konverter til <code>{{targetType}}</code>',
/** The current value (<code>`{{actualType}}`</code>) */
Expand Down

0 comments on commit 2ed8eb0

Please sign in to comment.