Skip to content

Commit 26f2cbf

Browse files
committed
chore(translations): add translations for the word Value
1 parent 09ca93c commit 26f2cbf

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

src/translations/da.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
save: 'Gem',
44
cancel: 'Annullér',
55
loading: 'Indlæser…',
6+
value: 'Værdi',
67
'callout.note': 'Bemærk',
78
'callout.important': 'Vigtig',
89
'callout.tip': 'Tip',

src/translations/de.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
save: 'Speichern',
44
cancel: 'Abbrechen',
55
loading: 'Laden…',
6+
value: 'Wert',
67
'callout.note': 'Hinweis',
78
'callout.important': 'Wichtig',
89
'callout.tip': 'Tipp',

src/translations/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
save: 'Save',
44
cancel: 'Cancel',
55
loading: 'Loading…',
6+
value: 'Value',
67
'callout.note': 'Note',
78
'callout.important': 'Important',
89
'callout.tip': 'Tip',

src/translations/fi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
save: 'Tallenna',
44
canceL: 'Peruuta',
55
loading: 'Ladataan…',
6+
value: 'Arvo',
67
'callout.note': 'Huomio',
78
'callout.important': 'Tärkeää',
89
'callout.tip': 'Vinkki',

src/translations/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
save: 'Enregistrer',
44
cancel: 'Annuler',
55
loading: 'Chargement…',
6+
value: 'Valeur',
67
'callout.note': 'Note',
78
'callout.important': 'Important',
89
'callout.tip': 'Conseil',

src/translations/nl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
save: 'Opslaan',
44
cancel: 'Annuleren',
55
loading: 'Laden…',
6+
value: 'Waarde',
67
'callout.note': 'Opmerking',
78
'callout.important': 'Belangrijk',
89
'callout.tip': 'Tip',

src/translations/no.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
save: 'Lagre',
44
cancel: 'Avbryt',
55
loading: 'Laster…',
6+
value: 'Verdi',
67
'callout.note': 'Note',
78
'callout.important': 'Viktig',
89
'callout.tip': 'Tip',

src/translations/sv.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
save: 'Spara',
44
cancel: 'Avbryt',
55
loading: 'Laddar…',
6+
value: 'Värde',
67
'callout.note': 'Obs',
78
'callout.important': 'Viktigt',
89
'callout.tip': 'Tips',

0 commit comments

Comments
 (0)