Skip to content

Commit c5cc54e

Browse files
authored
no translation (singerdmx#670)
1 parent 9512a53 commit c5cc54e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

lib/src/translations/toolbar.i18n.dart

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,26 @@ extension Localization on String {
348348
'Width': 'Lebar',
349349
'Height': 'Tinggi',
350350
},
351+
'no': {
352+
'Paste a link': 'Lim inn lenke',
353+
'Ok': 'Ok',
354+
'Select Color': 'Velg farge',
355+
'Gallery': 'Galleri',
356+
'Link': 'Lenke',
357+
'Please first select some text to transform into a link.':
358+
'Velg først litt tekst for å forvandle til en lenke.',
359+
'Open': 'Åpne',
360+
'Copy': 'Kopier',
361+
'Remove': 'Fjern',
362+
'Save': 'Lagre',
363+
'Zoom': 'Zoom',
364+
'Saved': 'Lagret',
365+
'Text': 'Tekst',
366+
'What is entered is not a link': 'Du har oppgitt en ugyldig lenke',
367+
'Resize': 'Endre størrelse',
368+
'Width': 'Bredde',
369+
'Height': 'Høyde',
370+
},
351371
};
352372

353373
String get i18n => localize(this, _t);

0 commit comments

Comments
 (0)