-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add danish translations (#34)
- Loading branch information
Showing
4 changed files
with
192 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
{ | ||
"@@locale": "da", | ||
"bold": "Fed", | ||
"@bold": {}, | ||
"bulletedList": "Punktliste", | ||
"@bulletedList": {}, | ||
"checkbox": "Afkrydsningsfelt", | ||
"@checkbox": {}, | ||
"embedCode": "Indlejr kode", | ||
"@embedCode": {}, | ||
"heading1": "H1", | ||
"@heading1": {}, | ||
"heading2": "H2", | ||
"@heading2": {}, | ||
"heading3": "H3", | ||
"@heading3": {}, | ||
"highlight": "Fremhæv", | ||
"@highlight": {}, | ||
"color": "Farve", | ||
"@color": {}, | ||
"image": "Billede", | ||
"@image": {}, | ||
"italic": "Kurisv", | ||
"@italic": {}, | ||
"link": "Link", | ||
"@link": {}, | ||
"numberedList": "Nummereret liste", | ||
"@numberedList": {}, | ||
"quote": "Citat", | ||
"@quote": {}, | ||
"strikethrough": "Gennemstreg", | ||
"@strikethrough": {}, | ||
"text": "Tekst", | ||
"@text": {}, | ||
"underline": "Understreg", | ||
"@underline": {}, | ||
"fontColorDefault": "Standard", | ||
"@fontColorDefault": {}, | ||
"fontColorGray": "Grå", | ||
"@fontColorGray": {}, | ||
"fontColorBrown": "Brun", | ||
"@fontColorBrown": {}, | ||
"fontColorOrange": "Orange", | ||
"@fontColorOrange": {}, | ||
"fontColorYellow": "Gul", | ||
"@fontColorYellow": {}, | ||
"fontColorGreen": "Grøn", | ||
"@fontColorGreen": {}, | ||
"fontColorBlue": "Blå", | ||
"@fontColorBlue": {}, | ||
"fontColorPurple": "Lilla", | ||
"@fontColorPurple": {}, | ||
"fontColorPink": "Lyserød", | ||
"@fontColorPink": {}, | ||
"fontColorRed": "Rød", | ||
"@fontColorRed": {}, | ||
"backgroundColorDefault": "Standard baggrund", | ||
"@backgroundColorDefault": {}, | ||
"backgroundColorGray": "Grå baggrund", | ||
"@backgroundColorGray": {}, | ||
"backgroundColorBrown": "Brun baggrund", | ||
"@backgroundColorBrown": {}, | ||
"backgroundColorOrange": "Orange baggrund", | ||
"@backgroundColorOrange": {}, | ||
"backgroundColorYellow": "Gul baggrund", | ||
"@backgroundColorYellow": {}, | ||
"backgroundColorGreen": "Grøn baggrund", | ||
"@backgroundColorGreen": {}, | ||
"backgroundColorBlue": "Blå baggrund", | ||
"@backgroundColorBlue": {}, | ||
"backgroundColorPurple": "Lilla baggrund", | ||
"@backgroundColorPurple": {}, | ||
"backgroundColorPink": "Lyserød baggrund", | ||
"@backgroundColorPink": {}, | ||
"backgroundColorRed": "Rød baggrund", | ||
"@backgroundColorRed": {}, | ||
"tint1": "Farvetone 1", | ||
"tint2": "Farvetone 2", | ||
"tint3": "Farvetone 3", | ||
"tint4": "Farvetone 4", | ||
"tint5": "Farvetone 5", | ||
"tint6": "Farvetone 6", | ||
"tint7": "Farvetone 7", | ||
"tint8": "Farvetone 8", | ||
"tint9": "Farvetone 9", | ||
"lightLightTint1": "Lilla", | ||
"lightLightTint2": "Lyserød", | ||
"lightLightTint3": "Baby lyserød", | ||
"lightLightTint4": "Orange", | ||
"lightLightTint5": "Gul", | ||
"lightLightTint6": "Lime", | ||
"lightLightTint7": "Grøn", | ||
"lightLightTint8": "Aqua", | ||
"lightLightTint9": "Blå" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart | ||
// This is a library that provides messages for a da locale. All the | ||
// messages from the main program should be duplicated here with the same | ||
// function name. | ||
|
||
// Ignore issues from commonly used lints in this file. | ||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new | ||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering | ||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases | ||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes | ||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes | ||
|
||
import 'package:intl/intl.dart'; | ||
import 'package:intl/message_lookup_by_library.dart'; | ||
|
||
final messages = new MessageLookup(); | ||
|
||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args); | ||
|
||
class MessageLookup extends MessageLookupByLibrary { | ||
String get localeName => 'da'; | ||
|
||
final messages = _notInlinedMessages(_notInlinedMessages); | ||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{ | ||
"backgroundColorBlue": | ||
MessageLookupByLibrary.simpleMessage("Blå baggrund"), | ||
"backgroundColorBrown": | ||
MessageLookupByLibrary.simpleMessage("Brun baggrund"), | ||
"backgroundColorDefault": | ||
MessageLookupByLibrary.simpleMessage("Standard baggrund"), | ||
"backgroundColorGray": | ||
MessageLookupByLibrary.simpleMessage("Grå baggrund"), | ||
"backgroundColorGreen": | ||
MessageLookupByLibrary.simpleMessage("Grøn baggrund"), | ||
"backgroundColorOrange": | ||
MessageLookupByLibrary.simpleMessage("Orange baggrund"), | ||
"backgroundColorPink": | ||
MessageLookupByLibrary.simpleMessage("Lyserød baggrund"), | ||
"backgroundColorPurple": | ||
MessageLookupByLibrary.simpleMessage("Lilla baggrund"), | ||
"backgroundColorRed": | ||
MessageLookupByLibrary.simpleMessage("Rød baggrund"), | ||
"backgroundColorYellow": | ||
MessageLookupByLibrary.simpleMessage("Gul baggrund"), | ||
"bold": MessageLookupByLibrary.simpleMessage("Fed"), | ||
"bulletedList": MessageLookupByLibrary.simpleMessage("Punktliste"), | ||
"checkbox": MessageLookupByLibrary.simpleMessage("Afkrydsningsfelt"), | ||
"color": MessageLookupByLibrary.simpleMessage("Farve"), | ||
"embedCode": MessageLookupByLibrary.simpleMessage("Indlejr kode"), | ||
"fontColorBlue": MessageLookupByLibrary.simpleMessage("Blå"), | ||
"fontColorBrown": MessageLookupByLibrary.simpleMessage("Brun"), | ||
"fontColorDefault": MessageLookupByLibrary.simpleMessage("Standard"), | ||
"fontColorGray": MessageLookupByLibrary.simpleMessage("Grå"), | ||
"fontColorGreen": MessageLookupByLibrary.simpleMessage("Grøn"), | ||
"fontColorOrange": MessageLookupByLibrary.simpleMessage("Orange"), | ||
"fontColorPink": MessageLookupByLibrary.simpleMessage("Lyserød"), | ||
"fontColorPurple": MessageLookupByLibrary.simpleMessage("Lilla"), | ||
"fontColorRed": MessageLookupByLibrary.simpleMessage("Rød"), | ||
"fontColorYellow": MessageLookupByLibrary.simpleMessage("Gul"), | ||
"heading1": MessageLookupByLibrary.simpleMessage("H1"), | ||
"heading2": MessageLookupByLibrary.simpleMessage("H2"), | ||
"heading3": MessageLookupByLibrary.simpleMessage("H3"), | ||
"highlight": MessageLookupByLibrary.simpleMessage("Fremhæv"), | ||
"image": MessageLookupByLibrary.simpleMessage("Billede"), | ||
"italic": MessageLookupByLibrary.simpleMessage("Kurisv"), | ||
"lightLightTint1": MessageLookupByLibrary.simpleMessage("Lilla"), | ||
"lightLightTint2": MessageLookupByLibrary.simpleMessage("Lyserød"), | ||
"lightLightTint3": MessageLookupByLibrary.simpleMessage("Baby lyserød"), | ||
"lightLightTint4": MessageLookupByLibrary.simpleMessage("Orange"), | ||
"lightLightTint5": MessageLookupByLibrary.simpleMessage("Gul"), | ||
"lightLightTint6": MessageLookupByLibrary.simpleMessage("Lime"), | ||
"lightLightTint7": MessageLookupByLibrary.simpleMessage("Grøn"), | ||
"lightLightTint8": MessageLookupByLibrary.simpleMessage("Aqua"), | ||
"lightLightTint9": MessageLookupByLibrary.simpleMessage("Blå"), | ||
"link": MessageLookupByLibrary.simpleMessage("Link"), | ||
"numberedList": | ||
MessageLookupByLibrary.simpleMessage("Nummereret liste"), | ||
"quote": MessageLookupByLibrary.simpleMessage("Citat"), | ||
"strikethrough": MessageLookupByLibrary.simpleMessage("Gennemstreg"), | ||
"text": MessageLookupByLibrary.simpleMessage("Tekst"), | ||
"tint1": MessageLookupByLibrary.simpleMessage("Farvetone 1"), | ||
"tint2": MessageLookupByLibrary.simpleMessage("Farvetone 2"), | ||
"tint3": MessageLookupByLibrary.simpleMessage("Farvetone 3"), | ||
"tint4": MessageLookupByLibrary.simpleMessage("Farvetone 4"), | ||
"tint5": MessageLookupByLibrary.simpleMessage("Farvetone 5"), | ||
"tint6": MessageLookupByLibrary.simpleMessage("Farvetone 6"), | ||
"tint7": MessageLookupByLibrary.simpleMessage("Farvetone 7"), | ||
"tint8": MessageLookupByLibrary.simpleMessage("Farvetone 8"), | ||
"tint9": MessageLookupByLibrary.simpleMessage("Farvetone 9"), | ||
"underline": MessageLookupByLibrary.simpleMessage("Understreg") | ||
}; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.