Skip to content

Commit 2a99024

Browse files
ildyriaVegarOyfoss
andauthored
Translations update from LycheeOrg - Weblate (#4315)
Co-authored-by: Vegar Oyfoss <vegaroyfoss@gmail.com>
1 parent 3d0cfac commit 2a99024

5 files changed

Lines changed: 136 additions & 142 deletions

File tree

lang/no/all_settings.php

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
<?php
2-
32
return [
4-
/*
3+
'documentation' => [
4+
/*
55
|--------------------------------------------------------------------------
66
| All Settings
77
|--------------------------------------------------------------------------
88
*/
9-
10-
'documentation' => [
11-
'version' => 'Current version of Lychee',
12-
'check_for_updates' => 'Automatically check for new updates',
13-
'sorting_photos_col' => 'Default column used for sorting photos',
14-
'sorting_photos_order' => 'Default order used for sorting photos',
15-
'sorting_albums_col' => 'Default column used for sorting albums',
16-
'sorting_albums_order' => 'Default order used for sorting albums',
17-
'photos_star_visibility' => 'Who can see and set the star flag on a photo',
18-
'imagick' => 'Enable imagick processing',
19-
'dropbox_key' => 'Dropbox API key',
20-
'skip_duplicates' => 'Skip duplicate if found on import',
21-
'lang' => 'Language used by Lychee',
22-
'default_license' => 'Default license used for albums',
9+
'version' => 'Nåværende versjon av Lychee',
10+
'check_for_updates' => 'Sjekk automatisk etter nye oppdateringer',
11+
'sorting_photos_col' => 'Standardkolonne for sortering av bilder',
12+
'sorting_photos_order' => 'Standardrekkefølge for sortering av bilder',
13+
'sorting_albums_col' => 'Standardkolonne for sortering av album',
14+
'sorting_albums_order' => 'Standardrekkefølge for sortering av album',
15+
'photos_star_visibility' => 'Hvem kan se og sette stjerneflagget på et bilde',
16+
'imagick' => 'Aktiver bildebehandling',
17+
'dropbox_key' => 'Dropbox API-nøkkel',
18+
'skip_duplicates' => 'Hopp over duplikat hvis det blir funnet ved import',
19+
'lang' => 'Språk brukt av Lychee',
20+
'default_license' => 'Standardlisens brukt for album',
2321
'small_max_width' => 'Maximum width for small thumbs (album view)',
2422
'small_max_height' => 'Maximum height for small thumbs (album view)',
2523
'medium_max_width' => 'Maximum width for medium image (photo view)',
@@ -687,7 +685,6 @@
687685
'album_header_size' => 'Configuration of the size of the header image in album view.',
688686
'album_header_landing_title_enabled' => 'Display the landing title at the bottom of the Album header. You can configure the landing title in the Landing page module.',
689687
],
690-
691688
'category_name' => [
692689
'config' => 'Basics',
693690
'lychee SE' => 'Lychee SE',
@@ -716,7 +713,6 @@
716713
'Mod Rating' => 'Photo star rating',
717714
'Mod Webshop' => 'Webshop',
718715
],
719-
720716
'category_description' => [
721717
'config' => '',
722718
'lychee SE' => 'Unlock the full capabilities of Lychee with the <a href="https://lycheeorg.dev/get-supporter-edition/" class="text-primary-500 font-bold underline">Supporter Edition</a>. Get exclusive features and support the development of Lychee. Sponsor LycheeOrg on GitHub and get your License key <a href="https://github.com/sponsors/LycheeOrg" class="text-primary-500 font-bold underline">here</a>.',

lang/no/dialogs.php

Lines changed: 107 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -72,43 +72,43 @@
7272
'enter_license' => 'Skriv inn lisensnøkkelen din nedenfor:',
7373
'license_key' => 'Lisensnøkkel',
7474
'invalid_license' => 'Ugyldig lisensnøkkel.',
75-
'expired_license' => 'Your license key has expired. Empty the field or get a new one at <a href="https://keygen.lycheeorg.dev" class="text-primary-500 underline" target="_blank" rel="noopener noreferrer">keygen.lycheeorg.dev</a>.',
75+
'expired_license' => 'Lisensnøkkelen din er utløpt. Tøm feltet eller skaff deg en ny på <a href="https://keygen.lycheeorg.dev" class="text-primary-500 underline" target="_blank" rel="noopener noreferrer">keygen.lycheeorg.dev</a>.',
7676
'register' => 'Registrer',
7777
],
7878
'share_album' => [
7979
'url_copied' => 'URL kopierte til utklippstavlen!',
8080
],
8181
'embed_code' => [
82-
'title' => 'Embed Album',
83-
'title_stream' => 'Embed Photo Stream',
84-
'info' => 'Generate an embed code to display this album on your website.',
82+
'title' => 'Bygg inn album',
83+
'title_stream' => 'Bygg inn bildestrøm',
84+
'info' => 'Generer en innebyggingskode for å vise dette albumet på nettstedet ditt.',
8585
'mode' => 'Modus',
8686
'mode_album_help' => 'Bygg inn bilder fra dette spesifikke albumet.',
8787
'mode_stream_help' => 'Bygg inn alle dine offentlige bilder som en kronologisk strøm (nyeste først).',
88-
'layout' => 'Layout',
89-
'spacing' => 'Spacing',
90-
'row_height' => 'Row Height',
91-
'column_width' => 'Column Width',
92-
'max_photos' => 'Maximum Photos',
93-
'max_photos_none' => 'None (all photos)',
94-
'max_photos_count' => '%d photos',
95-
'sort_order' => 'Sort Order',
96-
'sort_newest' => 'Newest first',
97-
'sort_oldest' => 'Oldest first',
98-
'header_placement' => 'Header Placement',
99-
'header_top' => 'Top',
100-
'header_bottom' => 'Bottom',
101-
'header_none' => 'None',
102-
'preview' => 'Preview',
103-
'preview_failed' => 'Failed to load preview.',
104-
'code' => 'Embed Code',
105-
'copy' => 'Copy to Clipboard',
106-
'copied' => 'Copied!',
107-
'copy_success' => 'Embed code copied to clipboard',
108-
'copy_error' => 'Error',
109-
'copy_error_message' => 'Failed to copy to clipboard',
110-
'show_advanced' => 'Show advanced options',
111-
'hide_advanced' => 'Hide advanced options',
88+
'layout' => 'Oppsett',
89+
'spacing' => 'Avstand',
90+
'row_height' => 'Radhøyde',
91+
'column_width' => 'Kolonnebredde',
92+
'max_photos' => 'Maksimum antall bilder',
93+
'max_photos_none' => 'Ingen (alle bilder)',
94+
'max_photos_count' => '%d bilder',
95+
'sort_order' => 'Sorteringsrekkefølge',
96+
'sort_newest' => 'Nyeste først',
97+
'sort_oldest' => 'Eldste først',
98+
'header_placement' => 'Topptekstplassering',
99+
'header_top' => 'Topp',
100+
'header_bottom' => 'Bunn',
101+
'header_none' => 'Ingen',
102+
'preview' => 'Forhåndsvisning',
103+
'preview_failed' => 'Kunne ikke laste inn forhåndsvisningen.',
104+
'code' => 'Innbyggingskode',
105+
'copy' => 'Kopier til utklippstavlen',
106+
'copied' => 'Kopiert!',
107+
'copy_success' => 'Innbyggingskode kopiert til utklippstavlen',
108+
'copy_error' => 'Feil',
109+
'copy_error_message' => 'Kunne ikke kopiere til utklippstavlen',
110+
'show_advanced' => 'Vis avanserte alternativer',
111+
'hide_advanced' => 'Skjul avanserte alternativer',
112112
],
113113
'upload' => [
114114
'completed' => 'Fullført',
@@ -121,7 +121,7 @@
121121
'uploading' => 'Laster opp',
122122
'finished' => 'Fullført',
123123
'failed_error' => 'Opplastingen mislyktes. Serveren returnerte en feil!',
124-
'apply_watermark' => 'Apply watermark',
124+
'apply_watermark' => 'Bruk vannmerke',
125125
],
126126
'camera' => [
127127
'title' => 'Ta et bilde',
@@ -140,108 +140,110 @@
140140
'downloadable' => 'Nedlastbar',
141141
'downloadable_expl' => 'Anonyme brukere kan laste ned dette albumet.',
142142
'upload' => 'Tillat opplastinger',
143-
'upload_expl' => '<i class="pi pi-exclamation-triangle text-warning-700 mr-1"></i> Anonymous users can upload photos to this album.',
144-
'password' => 'Password',
145-
'password_prot' => 'Password protected',
146-
'password_prot_expl' => 'Anonymous users need a shared password to access this album.',
147-
'password_prop_not_compatible' => 'Response cache is conflicting with this setting.<br>Due to response caching, unlocking this album will<br>also reveal its content to other annonymous users.',
148-
'nsfw' => 'Sensitive',
149-
'nsfw_expl' => 'Album contains sensitive content.',
150-
'visibility_updated' => 'Visibility updated.',
143+
'upload_expl' => '<i class="pi pi-exclamation-triangle text-warning-700 mr-1"></i> Anonyme brukere kan laste opp bilder til dette albumet.',
144+
'password' => 'Passord',
145+
'password_prot' => 'Passordbeskyttet',
146+
'password_prot_expl' => 'Anonyme brukere trenger et delt passord for å få tilgang til dette albumet.',
147+
'password_prop_not_compatible' => 'Svarbufferen er i konflikt med denne innstillingen<br>På grunn av responsbuffering vil opplåsing av dette albumet<br>også vise innholdet til andre anonyme brukere.',
148+
'nsfw' => 'Sensitivt/Støtende',
149+
'nsfw_expl' => 'Albumet inneholder sensitivt/støtende innhold.',
150+
'visibility_updated' => 'Synligheten er oppdatert.',
151151
],
152152
'move_album' => [
153-
'confirm_single' => 'Are you sure you want to move the album “%1$s” into the album “%2$s”?',
154-
'confirm_multiple' => 'Are you sure you want to move all selected albums into the album “%s”?',
155-
'move_single' => 'Move Album',
156-
'move_to' => 'Move to',
157-
'move_to_single' => 'Move %s to:',
158-
'move_to_multiple' => 'Move %d albums to:',
159-
'no_album_target' => 'No album to move to',
160-
'moved_single' => 'Album moved!',
161-
'moved_single_details' => '%1$s moved to %2$s',
162-
'moved_details' => 'Album(s) moved to %s',
153+
'confirm_single' => 'Er du sikker på at du vil flytte albumet “%1$s” inn i albumet “%2$s”?',
154+
'confirm_multiple' => 'Er du sikker på at du vil flytte alle valgte album til albumet “%s”?',
155+
'move_single' => 'Flytt Album',
156+
'move_to' => 'Flytt til',
157+
'move_to_single' => 'Flytt %s til:',
158+
'move_to_multiple' => 'Flytt %d album til:',
159+
'no_album_target' => 'Ingen album å flytte til',
160+
'moved_single' => 'Album flyttet!',
161+
'moved_single_details' => '%1$s flyttet til %2$s',
162+
'moved_details' => 'Album(ene) flyttet til %s',
163163
],
164164
'new_album' => [
165-
'menu' => 'Create Album',
166-
'info' => 'Enter a title for the new album:',
167-
'title' => 'title',
168-
'create' => 'Create Album',
169-
'visibility_private' => 'This album will be private (visible only to you)',
170-
'visibility_public' => 'This album will be public (visible to everyone)',
171-
'visibility_public_hidden' => 'This album will be public but hidden from listings',
172-
'visibility_inherit' => 'This album will inherit visibility from its parent',
173-
'visibility_inherit_no_parent' => 'This album will be private (no parent to inherit from)',
165+
'menu' => 'Opprett album',
166+
'info' => 'Skriv inn en tittel for det nye albumet:',
167+
'title' => 'tittel',
168+
'create' => 'Opprett Album',
169+
'visibility_private' => 'Dette albumet vil være privat (bare synlig for deg)',
170+
'visibility_public' => 'Dette albumet vil være offentlig (synlig for alle)',
171+
'visibility_public_hidden' => 'Dette albumet vil være offentlig, men skjult fra oppføringer',
172+
'visibility_inherit' => 'Dette albumet vil arve synlighet fra det overordnede',
173+
'visibility_inherit_no_parent' => 'Dette albumet vil være privat (ingen overordnet å arve fra)',
174174
],
175175
'new_tag_album' => [
176-
'menu' => 'Create Tag Album',
177-
'info' => 'Enter a title for the new tag album:',
178-
'title' => 'title',
179-
'set_tags' => 'Set tags to show',
180-
'create' => 'Create Tag Album',
176+
'menu' => 'Opprett tagalbum',
177+
'info' => 'Skriv inn en tittel for det nye tagalbumet:',
178+
'title' => 'tittel',
179+
'set_tags' => 'Angi tagger som skal vises',
180+
'create' => 'Opprett tagalbum',
181181
],
182182
'delete_album' => [
183-
'confirmation' => 'Are you sure you want to delete the album “%s” and all of the photos it contains?', 'confirmation_tag' => 'Are you sure you want to delete the album "%s"?', 'confirmation_multiple' => 'Are you sure you want to delete all %d selected albums and all of the photos they contain?',
184-
'warning' => 'This action can not be undone!',
185-
'delete' => 'Delete Album and Photos',
183+
'confirmation' => 'Er du sikker på at du vil slette albumet “%s” og alle bildene det inneholder?',
184+
'confirmation_tag' => 'Er du sikker på at du vil slette albumet "%s"?',
185+
'confirmation_multiple' => 'Er du sikker på at du vil slette alle %dvalgte album og alle bildene de inneholder?',
186+
'warning' => 'Denne handlingen kan ikke angres!',
187+
'delete' => 'Slett album og bilder',
186188
],
187189
'transfer' => [
188-
'query' => 'Transfer ownership of album to',
189-
'confirmation' => 'Are you sure you want to transfer the ownership of album “%s” and all the photos it contains to "%s"?',
190-
'lost_access_warning' => 'Your access to this album will be lost.',
191-
'warning' => 'This action can not be undone!',
192-
'transfer' => 'Transfer ownership of album and photos',
190+
'query' => 'Overfør eierskapet av albumet til',
191+
'confirmation' => 'Er du sikker på at du vil overføre eierskapet til albumet “%s” og alle bildene det inneholder"%s"?',
192+
'lost_access_warning' => 'Du vil miste tilgangen til dette albumet.',
193+
'warning' => 'Denne handlingen kan ikke angres!',
194+
'transfer' => 'Overfør eierskap av album og bilder',
193195
],
194196
'rename' => [
195-
'photo' => 'Enter a new title for this photo:',
196-
'album' => 'Enter a new title for this album:',
197-
'rename' => 'Rename',
197+
'photo' => 'Skriv inn en ny tittel for dette bildet:',
198+
'album' => 'Skriv inn en ny tittel for dette albumet:',
199+
'rename' => 'Gi nytt navn',
198200
],
199201
'merge' => [
200-
'merge_to' => 'Merge %s to:',
201-
'merge_to_multiple' => 'Merge %d albums to:',
202-
'no_albums' => 'No albums to merge to.',
203-
'confirm' => 'Are you sure you want to merge the album “%1$s” into the album “%2$s”?',
204-
'confirm_multiple' => 'Are you sure you want to merge all selected albums into the album “%s”?',
205-
'merge' => 'Merge Albums',
206-
'merged' => 'Album(s) merged to %s!',
202+
'merge_to' => 'Slå sammen %s til:',
203+
'merge_to_multiple' => 'Slå sammen %d album til:',
204+
'no_albums' => 'Ingen album å slå sammen til.',
205+
'confirm' => 'Er du sikker på at du vil slå sammen albumet “%1$s” til albumet “%2$s”?',
206+
'confirm_multiple' => 'Er du sikker på at du vil slå sammen alle valget album til albumet “%s”?',
207+
'merge' => 'Slå sammen album',
208+
'merged' => 'Album slått sammen til %s!',
207209
],
208210
'unlock' => [
209-
'password_required' => 'This album is protected by a password. Enter the password below to view the photos of this album:',
210-
'password' => 'Password',
211-
'unlock' => 'Unlock',
211+
'password_required' => 'Dette albumet er passordbeskyttet. Skriv inn passordet nedenfor for å se bildene i dette albumet:',
212+
'password' => 'Passord',
213+
'unlock' => 'Låse opp',
212214
],
213215
'photo_tags' => [
214-
'question' => 'Enter your tags for this photo.',
215-
'question_multiple' => 'Enter your tags for all %d selected photos. Existing tags will be overwritten.',
216-
'no_tags' => 'No Tags',
217-
'set_tags' => 'Set Tags',
218-
'updated' => 'Tags updated!',
219-
'tags_override_info' => 'If this is unchecked, the tags will be added to the existing tags of the photo.',
216+
'question' => 'Skriv inn taggene dine for dette bildet.',
217+
'question_multiple' => 'Skriv inn taggene dine for alle %d alle valgte bilder. Eksisterende tagger vil bli overskrevet.',
218+
'no_tags' => 'Ingen tagger',
219+
'set_tags' => 'Angi tagger',
220+
'updated' => 'Tagger oppdatert!',
221+
'tags_override_info' => 'Hvis dette ikke er avmerket, vil taggene bli lagt til de eksisterende taggene på bildet.',
220222
],
221223
'photo_license' => [
222-
'question' => 'Select a license for this photo.',
223-
'question_multiple' => 'Select a license for all %d selected photos.',
224-
'select_license' => 'Select License',
225-
'set_license' => 'Set License',
226-
'updated' => 'License updated!',
224+
'question' => 'Velg en lisens for dette bildet.',
225+
'question_multiple' => 'Velg en lisens for alle %d valgte bilder.',
226+
'select_license' => 'Velg lisens',
227+
'set_license' => 'Angi lisens',
228+
'updated' => 'Lisensen er oppdatert!',
227229
],
228230
'photo_copy' => [
229-
'no_albums' => 'No albums to copy to',
230-
'copy_to' => 'Copy %s to:',
231-
'copy_to_multiple' => 'Copy %d photos to:',
232-
'confirm' => 'Copy %s to %s.',
233-
'confirm_multiple' => 'Copy %d photos to %s.',
234-
'copy' => 'Copy',
235-
'copied' => 'Photo(s) copied!',
231+
'no_albums' => 'Ingen album å kopiere til',
232+
'copy_to' => 'Kopier %s til:',
233+
'copy_to_multiple' => 'Kopier %d bilder til:',
234+
'confirm' => 'Kpier %s til %s.',
235+
'confirm_multiple' => 'Kopier %d bilder til %s.',
236+
'copy' => 'Kopier',
237+
'copied' => 'Bilde(r) kopiert!',
236238
],
237239
'photo_delete' => [
238-
'confirm' => 'Are you sure you want to delete the photo “%s”?',
239-
'confirm_multiple' => 'Are you sure you want to delete all %d selected photos?',
240-
'deleted' => 'Photo(s) deleted!',
240+
'confirm' => 'Er du sikker på at du vil slette bildet “%s”?',
241+
'confirm_multiple' => 'Er du sikker på at du vil slette alle %d valgte bilder?',
242+
'deleted' => 'Bilde(r) slettet!',
241243
],
242244
'move_photo' => [
243-
'move_single' => 'Move %s to:',
244-
'move_multiple' => 'Move %d photos to:',
245+
'move_single' => 'Flytt %s til:',
246+
'move_multiple' => 'Flytt %d bilder:',
245247
'confirm' => 'Move %s to %s.',
246248
'confirm_multiple' => 'Move %d photos to %s.',
247249
'moved' => 'Photo(s) moved to %s!',

lang/no/gallery.php

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
return [
43
/*
54
|--------------------------------------------------------------------------
@@ -11,13 +10,13 @@
1110
'pinned_albums' => 'Festede album',
1211
'albums' => 'Album',
1312
'root' => 'Album',
14-
'set_focus' => 'Set Focus',
15-
'set_header_focus' => 'Set Header Focus',
16-
'done' => 'Done',
17-
'cancel' => 'Cancel',
13+
'set_focus' => 'Sett fokus',
14+
'set_header_focus' => 'Angi fokus for overskrift',
15+
'done' => 'Ferdig',
16+
'cancel' => 'Avbryt',
1817
'tabs' => [
19-
'my_albums' => 'My Albums',
20-
'shared_with_me' => 'Shared with Me',
18+
'my_albums' => 'Mine album',
19+
'shared_with_me' => 'Delt med meg',
2120
],
2221
'favourites' => 'Favoritter',
2322
'raw' => 'RAW',
@@ -197,7 +196,6 @@
197196
'tags_required' => 'Tagger er obligatoriske.',
198197
'all_tags_must_match' => 'Alle taggene må samsvare.',
199198
],
200-
201199
],
202200
'photo' => [
203201
'actions' => [

lang/no/toasts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
*/
88
'error' => 'Feil',
99
'success' => 'Suksess',
10-
'album_updated' => 'Album updated',
11-
'update_failed' => 'Failed to update album',
10+
'album_updated' => 'Album oppdatert',
11+
'update_failed' => 'Kunne ikke oppdatere albumet',
1212
];

0 commit comments

Comments
 (0)