Skip to content

Commit d37c7a8

Browse files
committedJan 21, 2025·
#1859 i18n: add more app and webpage translation
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent bdec61c commit d37c7a8

File tree

90 files changed

+874
-328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+874
-328
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## 25.1.5
44
- After moving a note to a new subfolder, outgoing links to other notes can now be
55
automatically adapted (for [#3200](https://github.com/pbek/QOwnNotes/issues/3200))
6+
- Added more Korean, Dutch, Spanish, French translation (thank you, venusgirl,
7+
stephanp, alejandromoc, jd-develop)
68

79
## 25.1.4
810
- More key combinations, like `Ctrl + Enter` or `Ctrl + Z` are now respecting the read-only

‎src/languages/QOwnNotes_am_ET.ts

+11-4
Original file line numberDiff line numberDiff line change
@@ -3616,10 +3616,6 @@ If the trash is enabled on your ownCloud server you should be able to restore th
36163616
<context>
36173617
<name>NoteSubFolderTree</name>
36183618
<message>
3619-
<source>show notes in folder '%1' (%2)</source>
3620-
<translation type="unfinished">show notes in folder '%1' (%2)</translation>
3621-
</message>
3622-
<message>
36233619
<source>All notes</source>
36243620
<translation type="unfinished">All notes</translation>
36253621
</message>
@@ -3628,6 +3624,10 @@ If the trash is enabled on your ownCloud server you should be able to restore th
36283624
<translation type="unfinished">Show notes from all note subfolders (%1)</translation>
36293625
</message>
36303626
<message>
3627+
<source>Show notes in folder '%1' (%2)</source>
3628+
<translation type="unfinished">Show notes in folder '%1' (%2)</translation>
3629+
</message>
3630+
<message>
36313631
<source>Show notes in note root folder (%1)</source>
36323632
<translation type="unfinished">Show notes in note root folder (%1)</translation>
36333633
</message>
@@ -3878,6 +3878,13 @@ If the trash is enabled on your ownCloud server you should be able to restore th
38783878
<numerusform>A change of the note path was detected. Would you like to replace all occurrences of &lt;strong&gt;%1&lt;/strong&gt; links with &lt;strong&gt;%2&lt;/strong&gt; and links with filename &lt;strong&gt;%3&lt;/strong&gt; with &lt;strong&gt;%4&lt;/strong&gt; in &lt;strong&gt;%n&lt;/strong&gt; note file(s)?</numerusform>
38793879
</translation>
38803880
</message>
3881+
<message numerus="yes">
3882+
<source>A change of the note path was detected. Would you like to replace all outgoing links to &lt;strong&gt;%n&lt;/strong&gt; note file(s)?</source>
3883+
<translation type="unfinished">
3884+
<numerusform>A change of the note path was detected. Would you like to replace all outgoing links to &lt;strong&gt;%n&lt;/strong&gt; note file(s)?</numerusform>
3885+
<numerusform>A change of the note path was detected. Would you like to replace all outgoing links to &lt;strong&gt;%n&lt;/strong&gt; note file(s)?</numerusform>
3886+
</translation>
3887+
</message>
38813888
<message>
38823889
<source>Image file exists</source>
38833890
<translation type="unfinished">Image file exists</translation>

0 commit comments

Comments
 (0)
Please sign in to comment.