Skip to content

Commit

Permalink
Add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Dec 18, 2023
1 parent 6a69399 commit 133e2fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/locales/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
"label": "Farbe: %s",
"description": "HTML Farbe für das Abschlussdatum (%s), wenn die Aufgabe abgeschlossen wurde, aber kein Fälligkeitsdatum gesetzt wurde"
},
"noteStatus": {
"label": "Feld status: %s",
"description": "Text für das Statusfeld wenn es sich um eine Notiz und keine Aufgabe handelt"
},
"fileLogLevel": {
"label": "Loglevel",
"description": "Einstellung für das Loglevel",
Expand Down
4 changes: 4 additions & 0 deletions src/locales/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
"label": "Color: %s",
"description": "HTML color for the %s, when the todo was completed but no due date was set"
},
"noteStatus": {
"label": "Field status: %s",
"description": "Text for the status field if it is a note and not a todo"
},
"fileLogLevel": {
"label": "Loglevel",
"description": "Setting for the Loglevel",
Expand Down
4 changes: 2 additions & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export namespace settings {
type: SettingItemType.String,
section: "noteOverviewSection",
public: true,
label: "Field status: note",
description: "Text for the status field, for note.",
label: i18n.__("settings.noteStatus.label", "note"),
description: i18n.__("settings.noteStatus.description"),
},
todoStatusOpen: {
value: "",
Expand Down

0 comments on commit 133e2fe

Please sign in to comment.