Skip to content

Commit b231331

Browse files
committed
#1859 i18n: add more app and webpage translation
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent c3a6b7d commit b231331

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
(for [#3184](https://github.com/pbek/QOwnNotes/issues/3184))
66
- It is now possible to delete subfolders with the `Delete` or `Backspace` key,
77
like for notes and tags (for [#3185](https://github.com/pbek/QOwnNotes/issues/3185))
8+
- Added more Dutch translation (thank you, stephanp)
89

910
## 24.12.5
1011
- Both note links and the link dialog are now supporting also heading 1, not only

src/languages/QOwnNotes_nl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@
14701470
<name>LinkDialog</name>
14711471
<message>
14721472
<source>Link to a URL or note</source>
1473-
<translation type="unfinished">Link to a URL or note</translation>
1473+
<translation>Koppeling naar een URL of notitie</translation>
14741474
</message>
14751475
<message>
14761476
<source>Enter URL</source>

webpage/src/de/getting-started/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Dieses Markdown-Cheatsheet dient als Kurzreferenz und Beispiel für die Markdown-Syntax in QOwnNotes.
44

5-
## Headings
5+
## Überschriften
66

77
Verwenden Sie Überschriften, um Ihre Texte zu strukturieren.
88

webpage/src/ko/getting-started/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
이 마크다운 속임수는 QOwnNotes의 마크다운 구문에 대한 빠른 참조 및 설명을 제공하기 위한 것입니다.
44

5-
## Headings
5+
## 제목
66

77
제목을 사용하여 텍스트를 구성합니다.
88

webpage/src/nl/installation/macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ De GitHub-release is momenteel alleen gebouwd voor het x86-platform.
1010
:::
1111

1212
::: tip
13-
De applicatie gebruikt zijn **interne updater** om zichzelf bij te werken. Rechtsonder in de applicatie wordt de nieuwste versie getoond.
13+
De applicatie gebruikt een **interne updater** om zichzelf bij te werken. Rechtsonder in de applicatie wordt de nieuwste versie getoond.
1414
:::
1515

1616
## Homebrew
@@ -25,4 +25,4 @@ brew install qownnotes
2525

2626
## Nix
2727

28-
Je kunt QOwnNotes ook installeren met de [Nix pakketbeheerder](https://wiki.nixos.org/wiki/Nix_package_manager) onder macOS native op **x86 en Apple Silicon**, zie [Installatie via Nix](./nix.md).
28+
Je kunt QOwnNotes ook installeren met de [Nix pakketbeheerder](https://wiki.nixos.org/wiki/Nix_package_manager) onder macOS op **x86 en Apple Silicon**, zie [Installatie via Nix](./nix.md).

0 commit comments

Comments
 (0)