You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/nl.js
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ OC.L10N.register(
8
8
"Error" : "Fout",
9
9
"New note" : "Nieuwe notitie",
10
10
"Distraction-free notes and writing" : "Afleidingsvrije notities en schrijven",
11
+
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into apps ([Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios), as well as [3rd-party apps](https://github.com/nextcloud/notes/wiki#3rd-party-clients) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "De Notes-app is een app voor het maken van afleidingsvrije notities [Nextcloud](https://www.nextcloud.com/). Het biedt categorieën voor een betere organisatie en ondersteunt formatteren met behulp van [Markdown](https://en.wikipedia.org/wiki/Markdown) syntaxis. Notities worden opgeslagen als bestanden in jouw Nextcloud, zodat je ze bij elke Nextcloud-client kunt bekijken en bewerken. Bovendien zorgt een aparte [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) voor een gemakkelijke integratie in apps ([Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios), zowel als [3rd-party apps](https://github.com/nextcloud/notes/wiki#3rd-party-clients) die gemakkelijke toegang tot je Nextcloud-notities mogelijk maken). Verdere kenmerken zijn het markeren van notities als favorieten.",
"Please see Nextcloud server log for details." : "Bekijk het Nextcloud-serverlogboek voor details.",
19
20
"User defined" : "Door gebruiker ingesteld",
21
+
"Open in rich text mode" : "Openen in rich textmodus",
20
22
"Open in edit mode" : "Open in bewerkingsmodus",
21
23
"Open in preview mode" : "Open in voorbeeldmodus",
22
24
"CTRL" : "CTRL",
@@ -25,7 +27,12 @@ OC.L10N.register(
25
27
"Wrap the selection in quotes" : "Zet aanhalingstekens rond de selectie",
26
28
"ALT" : "ALT",
27
29
"The selection will be turned into monospace" : "De selectie wordt omgezet naar vaste letterbreedte",
30
+
"Remove any styles from the selected text" : "Alle stijlen verwijderen uit de geselecteerde tekst",
31
+
"Makes the current line a list element" : "Maakt de huidige regel tot een lijstelement",
32
+
"Makes the current line a list element with a number" : "Maakt de huidige regel tot een genummerd lijstelement",
33
+
"Toggle heading for current line" : "Kopstijl schakelen voor huidige regel",
28
34
"SHIFT" : "SHIFT",
35
+
"Set the current line as a big heading" : "Stel de huidige regel in als een grote kop",
29
36
"Insert link" : "Link invoegen",
30
37
"Insert image" : "Invoegen afbeelding",
31
38
"Switch between editor and viewer" : "Wisselen tussen bewerken en weergave",
@@ -65,7 +72,12 @@ OC.L10N.register(
65
72
"Use rich editor" : "Rich text-editor gebruiken",
66
73
"Remove from favorites" : "Verwijderen uit favorieten",
67
74
"Add to favorites" : "Toevoegen aan favorieten",
75
+
"Error while renaming note." : "Fout bij het hernoemen van de notitie.",
68
76
"Error during preparing note for deletion." : "Fout bij voorbereiden van verwijdering van notitie",
77
+
"Share" : "Delen",
78
+
"Change category" : "Categorie wijzigen",
79
+
"Rename" : "Hernoemen",
80
+
"Rename note" : "Notitie hernoemen",
69
81
"Delete note" : "Verwijder notitie",
70
82
"Error from Nextcloud server: {msg}" : "Fout van Nextcloud-server: {msg}",
71
83
"The note has been changed in another session. Please choose which version should be saved." : "De notitie is aangepast in een andere sessie. Kies welke versie opgeslagen moet worden.",
@@ -87,7 +99,9 @@ OC.L10N.register(
87
99
"Last week" : "Vorige week",
88
100
"This month" : "Deze maand",
89
101
"Last month" : "Vorige maand",
102
+
"Search for notes" : "Notities zoeken",
90
103
"Loading …" : "Laden ...",
104
+
"Find in all categories" : "Alle categorieën doorzoeken",
91
105
"Use Markdown markups to style your text." : "Gebruik Markdown markeringen om je tekst op te maken.",
92
106
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Start een nieuwe notitie door op \"{newnote}\" te klikken in de app navigatie.",
93
107
"Note not found." : "Notitie niet gevonden.",
@@ -109,9 +123,17 @@ OC.L10N.register(
109
123
"Updating the note's category has failed. Is the target directory writable?" : "Bijwerken van de notitiecategorie mislukt. Is de doelmap beschrijfbaar?",
110
124
"Updating the category for note {id} has failed." : "Categorie bijwerken voor notitie {id} mislukt.",
111
125
"Uncategorized" : "Niet gecategoriseerd ",
126
+
"Sample note" : "Voorbeeldnotitie",
127
+
"15 January 2021, via Nextcloud Notes" : "15 Januari 2021, via Nextcloud Notes",
128
+
"Me, you, and all our friends!" : "Ik, jij en al onze vrienden!",
112
129
"Tasks" : "Taken",
130
+
"Write nice todo lists" : "Schrijf leuke todolijsten",
Copy file name to clipboardExpand all lines: l10n/nl.json
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
"Error" : "Fout",
7
7
"New note" : "Nieuwe notitie",
8
8
"Distraction-free notes and writing" : "Afleidingsvrije notities en schrijven",
9
+
"The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into apps ([Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios), as well as [3rd-party apps](https://github.com/nextcloud/notes/wiki#3rd-party-clients) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "De Notes-app is een app voor het maken van afleidingsvrije notities [Nextcloud](https://www.nextcloud.com/). Het biedt categorieën voor een betere organisatie en ondersteunt formatteren met behulp van [Markdown](https://en.wikipedia.org/wiki/Markdown) syntaxis. Notities worden opgeslagen als bestanden in jouw Nextcloud, zodat je ze bij elke Nextcloud-client kunt bekijken en bewerken. Bovendien zorgt een aparte [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) voor een gemakkelijke integratie in apps ([Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios), zowel als [3rd-party apps](https://github.com/nextcloud/notes/wiki#3rd-party-clients) die gemakkelijke toegang tot je Nextcloud-notities mogelijk maken). Verdere kenmerken zijn het markeren van notities als favorieten.",
"Please see Nextcloud server log for details." : "Bekijk het Nextcloud-serverlogboek voor details.",
17
18
"User defined" : "Door gebruiker ingesteld",
19
+
"Open in rich text mode" : "Openen in rich textmodus",
18
20
"Open in edit mode" : "Open in bewerkingsmodus",
19
21
"Open in preview mode" : "Open in voorbeeldmodus",
20
22
"CTRL" : "CTRL",
@@ -23,7 +25,12 @@
23
25
"Wrap the selection in quotes" : "Zet aanhalingstekens rond de selectie",
24
26
"ALT" : "ALT",
25
27
"The selection will be turned into monospace" : "De selectie wordt omgezet naar vaste letterbreedte",
28
+
"Remove any styles from the selected text" : "Alle stijlen verwijderen uit de geselecteerde tekst",
29
+
"Makes the current line a list element" : "Maakt de huidige regel tot een lijstelement",
30
+
"Makes the current line a list element with a number" : "Maakt de huidige regel tot een genummerd lijstelement",
31
+
"Toggle heading for current line" : "Kopstijl schakelen voor huidige regel",
26
32
"SHIFT" : "SHIFT",
33
+
"Set the current line as a big heading" : "Stel de huidige regel in als een grote kop",
27
34
"Insert link" : "Link invoegen",
28
35
"Insert image" : "Invoegen afbeelding",
29
36
"Switch between editor and viewer" : "Wisselen tussen bewerken en weergave",
@@ -63,7 +70,12 @@
63
70
"Use rich editor" : "Rich text-editor gebruiken",
64
71
"Remove from favorites" : "Verwijderen uit favorieten",
65
72
"Add to favorites" : "Toevoegen aan favorieten",
73
+
"Error while renaming note." : "Fout bij het hernoemen van de notitie.",
66
74
"Error during preparing note for deletion." : "Fout bij voorbereiden van verwijdering van notitie",
75
+
"Share" : "Delen",
76
+
"Change category" : "Categorie wijzigen",
77
+
"Rename" : "Hernoemen",
78
+
"Rename note" : "Notitie hernoemen",
67
79
"Delete note" : "Verwijder notitie",
68
80
"Error from Nextcloud server: {msg}" : "Fout van Nextcloud-server: {msg}",
69
81
"The note has been changed in another session. Please choose which version should be saved." : "De notitie is aangepast in een andere sessie. Kies welke versie opgeslagen moet worden.",
@@ -85,7 +97,9 @@
85
97
"Last week" : "Vorige week",
86
98
"This month" : "Deze maand",
87
99
"Last month" : "Vorige maand",
100
+
"Search for notes" : "Notities zoeken",
88
101
"Loading …" : "Laden ...",
102
+
"Find in all categories" : "Alle categorieën doorzoeken",
89
103
"Use Markdown markups to style your text." : "Gebruik Markdown markeringen om je tekst op te maken.",
90
104
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Start een nieuwe notitie door op \"{newnote}\" te klikken in de app navigatie.",
91
105
"Note not found." : "Notitie niet gevonden.",
@@ -107,9 +121,17 @@
107
121
"Updating the note's category has failed. Is the target directory writable?" : "Bijwerken van de notitiecategorie mislukt. Is de doelmap beschrijfbaar?",
108
122
"Updating the category for note {id} has failed." : "Categorie bijwerken voor notitie {id} mislukt.",
109
123
"Uncategorized" : "Niet gecategoriseerd ",
124
+
"Sample note" : "Voorbeeldnotitie",
125
+
"15 January 2021, via Nextcloud Notes" : "15 Januari 2021, via Nextcloud Notes",
126
+
"Me, you, and all our friends!" : "Ik, jij en al onze vrienden!",
110
127
"Tasks" : "Taken",
128
+
"Write nice todo lists" : "Schrijf leuke todolijsten",
0 commit comments