Skip to content

Commit f45ef6e

Browse files
lexxxelgOATiful
andauthored
fix: Apply suggestions from code review
Co-authored-by: gOAT <[email protected]>
1 parent 6193e66 commit f45ef6e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

lib/l10n/markdown_editor_plus_de.arb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"@@locale": "de",
3-
"toolbar_view_item": "Markdown Preview anzeigen/verstecken",
4-
"toolbar_clear_action": "Text Feld löschen",
5-
"toolbar_reset_action": "Text Feld auf Formatierung zurücksetzen",
6-
"toolbar_selection_action": "Zeile selektieren",
3+
"toolbar_view_item": "Markdown Vorschau anzeigen/verstecken",
4+
"toolbar_clear_action": "Textfeld löschen",
5+
"toolbar_reset_action": "Textfeld auf Formatierung zurücksetzen",
6+
"toolbar_selection_action": "Zeile auswählen",
77
"toolbar_bold_action": "Text Fett",
8-
"toolbar_italic_action": "Text Italic",
9-
"toolbar_strikethrough_action": "Durchstreichen",
8+
"toolbar_italic_action": "Text kursiv",
9+
"toolbar_strikethrough_action": "Text durchgestrichen",
1010
"toolbar_heading_action": "Überschrift einfügen",
1111
"h1": "Überschrift 1 einfügen",
1212
"h2": "Überschrift 2 einfügen",
@@ -25,7 +25,7 @@
2525
"toolbar_blockquote_action": "Blockzitat",
2626
"toolbar_code_action": "Code-Block einfügen",
2727
"toolbar_line_action": "Trennlinie einfügen",
28-
"provide_url": "Bitte geben Sie die URL an.",
28+
"provide_url": "Bitte geben Sie eine URL an.",
2929
"input_your_url": "URL eingeben.",
3030
"input_your_url_helper": "Beispiel: https://example.com"
3131
}

lib/l10n/markdown_editor_plus_en.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"h4": "Insert Heading 4",
1515
"toolbar_order_list_action": "Ordered list",
1616
"toolbar_unorder_list_action": "Unordered list",
17-
"toolbar_checkbox_list_action": "checkbox list",
17+
"toolbar_checkbox_list_action": "Checkbox list",
1818
"checkbox": "Checked checkbox",
1919
"uncheckbox": "Unchecked checkbox",
2020
"toolbar_emoji_action": "Select emoji",
@@ -27,5 +27,5 @@
2727
"toolbar_line_action": "Add line",
2828
"provide_url": "Please provide a URL here.",
2929
"input_your_url": "Input your url.",
30-
"input_your_url_helper": "example: https://example.com"
30+
"input_your_url_helper": "Example: https://example.com"
3131
}

0 commit comments

Comments
 (0)