Skip to content

Commit 96520b3

Browse files
committed
i18n: add more app translation
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 011457a commit 96520b3

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Table of contents links within the same note (e.g., `[Section](#old-heading)`) are now also updated when renaming headings
1212
- This is useful for notes with TOC sections that link to headings within the note
1313
- Same-note links are properly detected and updated alongside backlinks from other notes
14+
- Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)
1415

1516
## 26.2.1
1617

src/languages/QOwnNotes_es.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2868,9 +2868,9 @@ Si la papelera está habilitada en su servidor ownCloud debería poder restaurar
28682868
</message>
28692869
<message numerus="yes">
28702870
<source>Updated heading links in %n note(s)</source>
2871-
<translation type="unfinished">
2872-
<numerusform>Updated heading links in %n note(s)</numerusform>
2873-
<numerusform>Updated heading links in %n note(s)</numerusform>
2871+
<translation>
2872+
<numerusform>Enlaces de encabezado actualizados en %n nota</numerusform>
2873+
<numerusform>Enlaces de encabezado actualizados en %n notas</numerusform>
28742874
</translation>
28752875
</message>
28762876
<message>
@@ -3672,7 +3672,7 @@ Si la papelera está habilitada en su servidor ownCloud debería poder restaurar
36723672
</message>
36733673
<message>
36743674
<source>&amp;Rename heading</source>
3675-
<translation type="unfinished">&amp;Rename heading</translation>
3675+
<translation>&amp;Renombrar encabezado</translation>
36763676
</message>
36773677
</context>
36783678
<context>

src/languages/QOwnNotes_ko.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2832,18 +2832,18 @@ ownCloud 서버에서 휴지통을 사용할 수 있는 경우 휴지통을 복
28322832
</message>
28332833
<message>
28342834
<source>Update backlinks</source>
2835-
<translation type="unfinished">Update backlinks</translation>
2835+
<translation>백링크 업데이트</translation>
28362836
</message>
28372837
<message numerus="yes">
28382838
<source>The heading "%1" is referenced in %n note(s). Do you want to update the link to use the new heading "%2"?</source>
2839-
<translation type="unfinished">
2840-
<numerusform>The heading "%1" is referenced in %n note(s). Do you want to update the link to use the new heading "%2"?</numerusform>
2839+
<translation>
2840+
<numerusform>제목 "%1"%n 노트에서 참조됩니다. 새 제목 "%2"를 사용하도록 링크를 업데이트하시겠습니까?</numerusform>
28412841
</translation>
28422842
</message>
28432843
<message numerus="yes">
28442844
<source>Updated heading links in %n note(s)</source>
2845-
<translation type="unfinished">
2846-
<numerusform>Updated heading links in %n note(s)</numerusform>
2845+
<translation>
2846+
<numerusform>%n 노트의 제목 링크가 업데이트되었습니다</numerusform>
28472847
</translation>
28482848
</message>
28492849
<message>
@@ -3630,7 +3630,7 @@ ownCloud 서버에서 휴지통을 사용할 수 있는 경우 휴지통을 복
36303630
</message>
36313631
<message>
36323632
<source>&amp;Rename heading</source>
3633-
<translation type="unfinished">&amp;Rename heading</translation>
3633+
<translation>이름 바꾸기(&amp;R)</translation>
36343634
</message>
36353635
</context>
36363636
<context>

0 commit comments

Comments
 (0)