@digitalsamba/assets 2.0.0-canary.eea334870fdf → 2.0.0-canary.f71dcff18dd4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/imports.js +2 -0
- package/package.json +4 -4
- package/selfHosted.js +1 -0
- package/translations/languages.json +4 -0
- package/translations/nl.json +351 -0
- package/types.d.ts +1 -0
- package/urls.js +1 -0
package/imports.js
CHANGED
|
@@ -211,6 +211,7 @@ import translationsLanguages from './translations/languages.json'
|
|
|
211
211
|
import translationsMain from './translations/main.json'
|
|
212
212
|
import translationsMy from './translations/my.json'
|
|
213
213
|
import translationsNe from './translations/ne.json'
|
|
214
|
+
import translationsNl from './translations/nl.json'
|
|
214
215
|
import translationsNo from './translations/no.json'
|
|
215
216
|
import translationsPl from './translations/pl.json'
|
|
216
217
|
import translationsPtBr from './translations/pt-br.json'
|
|
@@ -426,6 +427,7 @@ export function getAssetUrlsByImport(opts) {
|
|
|
426
427
|
main: formatAssetUrl(translationsMain, opts),
|
|
427
428
|
my: formatAssetUrl(translationsMy, opts),
|
|
428
429
|
ne: formatAssetUrl(translationsNe, opts),
|
|
430
|
+
nl: formatAssetUrl(translationsNl, opts),
|
|
429
431
|
no: formatAssetUrl(translationsNo, opts),
|
|
430
432
|
pl: formatAssetUrl(translationsPl, opts),
|
|
431
433
|
'pt-br': formatAssetUrl(translationsPtBr, opts),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitalsamba/assets",
|
|
3
3
|
"description": "A tiny little drawing app (assets).",
|
|
4
|
-
"version": "2.0.0-canary.
|
|
4
|
+
"version": "2.0.0-canary.f71dcff18dd4",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw GB Ltd."
|
|
7
7
|
},
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/digitalsamba/tldraw"
|
|
13
13
|
},
|
|
14
14
|
"bugs": {
|
|
15
|
-
"url": "https://github.com/
|
|
15
|
+
"url": "https://github.com/digitalsamba/tldraw/issues"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"tldraw",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"lint": "yarn run -T tsx ../../scripts/lint.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@digitalsamba/utils": "2.0.0-canary.
|
|
46
|
+
"@digitalsamba/utils": "2.0.0-canary.f71dcff18dd4"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"lazyrepo": "0.0.0-alpha.27",
|
package/selfHosted.js
CHANGED
|
@@ -208,6 +208,7 @@ export function getAssetUrls(opts) {
|
|
|
208
208
|
main: formatAssetUrl('./translations/main.json', opts),
|
|
209
209
|
my: formatAssetUrl('./translations/my.json', opts),
|
|
210
210
|
ne: formatAssetUrl('./translations/ne.json', opts),
|
|
211
|
+
nl: formatAssetUrl('./translations/nl.json', opts),
|
|
211
212
|
no: formatAssetUrl('./translations/no.json', opts),
|
|
212
213
|
pl: formatAssetUrl('./translations/pl.json', opts),
|
|
213
214
|
'pt-br': formatAssetUrl('./translations/pt-br.json', opts),
|
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
{
|
|
2
|
+
"action.convert-to-bookmark": "Converteren naar bladwijzer",
|
|
3
|
+
"action.convert-to-embed": "Converteren naar insluitsel",
|
|
4
|
+
"action.open-embed-link": "Link openen",
|
|
5
|
+
"action.align-bottom": "Onder uitlijnen",
|
|
6
|
+
"action.align-center-horizontal": "Horizontaal centreren",
|
|
7
|
+
"action.align-center-vertical": "Verticaal centreren",
|
|
8
|
+
"action.align-center-horizontal.short": "Centreer H",
|
|
9
|
+
"action.align-center-vertical.short": "Centreer V",
|
|
10
|
+
"action.align-left": "Links uitlijnen",
|
|
11
|
+
"action.align-right": "Rechts uitlijnen",
|
|
12
|
+
"action.align-top": "Boven uitlijnen",
|
|
13
|
+
"action.back-to-content": "Terug naar inhoud",
|
|
14
|
+
"action.bring-forward": "Naar voren brengen",
|
|
15
|
+
"action.bring-to-front": "Naar voor brengen",
|
|
16
|
+
"action.copy-as-json.short": "JSON",
|
|
17
|
+
"action.copy-as-json": "Kopiëren als JSON",
|
|
18
|
+
"action.copy-as-png.short": "PNG",
|
|
19
|
+
"action.copy-as-png": "Kopiëren als PNG",
|
|
20
|
+
"action.copy-as-svg.short": "SVG",
|
|
21
|
+
"action.copy-as-svg": "Kopiëren als SVG",
|
|
22
|
+
"action.copy": "Kopiëren",
|
|
23
|
+
"action.cut": "Knippen",
|
|
24
|
+
"action.delete": "Verwijderen",
|
|
25
|
+
"action.unlock-all": "Alles ontgrendelen",
|
|
26
|
+
"action.distribute-horizontal": "Horizontaal verdelen",
|
|
27
|
+
"action.distribute-vertical": "Verticaal verdelen",
|
|
28
|
+
"action.distribute-horizontal.short": "Verdeel H",
|
|
29
|
+
"action.distribute-vertical.short": "Verdeel V",
|
|
30
|
+
"action.duplicate": "Dupliceren",
|
|
31
|
+
"action.edit-link": "Link bewerken",
|
|
32
|
+
"action.exit-pen-mode": "Penmodus afsluiten",
|
|
33
|
+
"action.export-as-json.short": "JSON",
|
|
34
|
+
"action.export-as-json": "Exporteren als JSON",
|
|
35
|
+
"action.export-as-png.short": "PNG",
|
|
36
|
+
"action.export-as-png": "Exporteren als PNG",
|
|
37
|
+
"action.export-as-svg.short": "SVG",
|
|
38
|
+
"action.export-as-svg": "Exporteren als SVG",
|
|
39
|
+
"action.flip-horizontal": "Horizontaal spiegelen",
|
|
40
|
+
"action.flip-vertical": "Verticaal spiegelen",
|
|
41
|
+
"action.flip-horizontal.short": "Spiekel H",
|
|
42
|
+
"action.flip-vertical.short": "Spiekel V",
|
|
43
|
+
"action.fork-project": "Dit project forken",
|
|
44
|
+
"action.group": "Groeperen",
|
|
45
|
+
"action.insert-embed": "Insluitsel invoegen",
|
|
46
|
+
"action.insert-media": "Media uploaden",
|
|
47
|
+
"action.leave-shared-project": "Gedeeld project verlaten",
|
|
48
|
+
"action.new-project": "Nieuw project",
|
|
49
|
+
"action.new-shared-project": "Nieuw gedeeld project",
|
|
50
|
+
"action.open-cursor-chat": "Cursor-chat",
|
|
51
|
+
"action.open-file": "Bestand openen",
|
|
52
|
+
"action.pack": "Inpakken",
|
|
53
|
+
"action.paste": "Plakken",
|
|
54
|
+
"action.print": "Afdrukken",
|
|
55
|
+
"action.redo": "Opnieuw",
|
|
56
|
+
"action.rotate-ccw": "Linksom draaien",
|
|
57
|
+
"action.rotate-cw": "Rechtsom draaien",
|
|
58
|
+
"action.save-copy": "Een kopie opslaan",
|
|
59
|
+
"action.select-all": "Alles selecteren",
|
|
60
|
+
"action.select-none": "Niets selecteren",
|
|
61
|
+
"action.send-backward": "Achteruit sturen",
|
|
62
|
+
"action.send-to-back": "Naar achter sturen",
|
|
63
|
+
"action.share-project": "Dit project delen",
|
|
64
|
+
"action.stack-horizontal": "Horizontaal stapelen",
|
|
65
|
+
"action.stack-vertical": "Verticaal stapelen",
|
|
66
|
+
"action.stack-horizontal.short": "Stapel H",
|
|
67
|
+
"action.stack-vertical.short": "Stapel V",
|
|
68
|
+
"action.stop-following": "Stoppen met volgen",
|
|
69
|
+
"action.stretch-horizontal": "Horizontaal uitrekken",
|
|
70
|
+
"action.stretch-vertical": "Verticaal uitrekken",
|
|
71
|
+
"action.stretch-horizontal.short": "Rek H",
|
|
72
|
+
"action.stretch-vertical.short": "Rek V",
|
|
73
|
+
"action.toggle-auto-size": "Automatische grootte in-/uitschakelen",
|
|
74
|
+
"action.toggle-dark-mode.menu": "Donkere modus",
|
|
75
|
+
"action.toggle-dark-mode": "Donkere modus in-/uitschakelen",
|
|
76
|
+
"action.toggle-reduce-motion.menu": "Beweging beperken",
|
|
77
|
+
"action.toggle-reduce-motion": "Beweging beperken in-/uitschakelen",
|
|
78
|
+
"action.toggle-debug-mode.menu": "Debug-modus",
|
|
79
|
+
"action.toggle-debug-mode": "Debug-modus in-/uitschakelen",
|
|
80
|
+
"action.toggle-focus-mode.menu": "Focusmodus",
|
|
81
|
+
"action.toggle-focus-mode": "Focusmodus in-/uitschakelen",
|
|
82
|
+
"action.toggle-grid.menu": "Raster weergeven",
|
|
83
|
+
"action.toggle-grid": "Raster in-/uitschakelen",
|
|
84
|
+
"action.toggle-lock": "Vergrendeld in-/uitschakelen",
|
|
85
|
+
"action.toggle-snap-mode.menu": "Altijd uitlijnen",
|
|
86
|
+
"action.toggle-snap-mode": "Altijd uitlijnen in-/uitschakelen",
|
|
87
|
+
"action.toggle-tool-lock.menu": "Hulpmiddelvergrendeling",
|
|
88
|
+
"action.toggle-tool-lock": "Hulpmiddelvergrendeling in-/uitschakelen",
|
|
89
|
+
"action.toggle-transparent.context-menu": "Transparant",
|
|
90
|
+
"action.toggle-transparent.menu": "Transparant",
|
|
91
|
+
"action.toggle-transparent": "Transparante achtergrond in-/uitschakelen",
|
|
92
|
+
"action.undo": "Ongedaan maken",
|
|
93
|
+
"action.ungroup": "Groepering opheffen",
|
|
94
|
+
"action.zoom-in": "Inzoomen",
|
|
95
|
+
"action.zoom-out": "Uitzoomen",
|
|
96
|
+
"action.zoom-to-100": "Inzoomen op 100%",
|
|
97
|
+
"action.zoom-to-fit": "Inzoomen zodat alles past",
|
|
98
|
+
"action.zoom-to-selection": "Inzoomen op selectie",
|
|
99
|
+
"color-style.black": "Zwart",
|
|
100
|
+
"color-style.blue": "Blauw",
|
|
101
|
+
"color-style.green": "Groen",
|
|
102
|
+
"color-style.grey": "Grijs",
|
|
103
|
+
"color-style.light-blue": "Lichtblauw",
|
|
104
|
+
"color-style.light-green": "Lichtgroen",
|
|
105
|
+
"color-style.light-red": "Lichtrood",
|
|
106
|
+
"color-style.light-violet": "Lichtviolet",
|
|
107
|
+
"color-style.orange": "Oranje",
|
|
108
|
+
"color-style.red": "Rood",
|
|
109
|
+
"color-style.violet": "Violet",
|
|
110
|
+
"color-style.yellow": "Geel",
|
|
111
|
+
"fill-style.none": "Geen",
|
|
112
|
+
"fill-style.semi": "Semi",
|
|
113
|
+
"fill-style.solid": "Gevuld",
|
|
114
|
+
"fill-style.pattern": "Patroon",
|
|
115
|
+
"dash-style.dashed": "Gestippeld",
|
|
116
|
+
"dash-style.dotted": "Gepunteerd",
|
|
117
|
+
"dash-style.draw": "Tekenen",
|
|
118
|
+
"dash-style.solid": "Massief",
|
|
119
|
+
"size-style.s": "Klein",
|
|
120
|
+
"size-style.m": "Gemiddeld",
|
|
121
|
+
"size-style.l": "Groot",
|
|
122
|
+
"size-style.xl": "Extra groot",
|
|
123
|
+
"opacity-style.0.1": "10%",
|
|
124
|
+
"opacity-style.0.25": "25%",
|
|
125
|
+
"opacity-style.0.5": "50%",
|
|
126
|
+
"opacity-style.0.75": "75%",
|
|
127
|
+
"opacity-style.1": "100%",
|
|
128
|
+
"font-style.draw": "Tekenen",
|
|
129
|
+
"font-style.sans": "Sans",
|
|
130
|
+
"font-style.serif": "Serif",
|
|
131
|
+
"font-style.mono": "Mono",
|
|
132
|
+
"align-style.start": "Begin",
|
|
133
|
+
"align-style.middle": "Midden",
|
|
134
|
+
"align-style.end": "Einde",
|
|
135
|
+
"align-style.justify": "Uitvullen",
|
|
136
|
+
"geo-style.arrow-down": "Pijl omlaag",
|
|
137
|
+
"geo-style.arrow-left": "Pijl links",
|
|
138
|
+
"geo-style.arrow-right": "Pijl rechts",
|
|
139
|
+
"geo-style.arrow-up": "Pijl omhoog",
|
|
140
|
+
"geo-style.diamond": "Diamant",
|
|
141
|
+
"geo-style.ellipse": "Ellips",
|
|
142
|
+
"geo-style.hexagon": "Zeshoek",
|
|
143
|
+
"geo-style.octagon": "Achthoek",
|
|
144
|
+
"geo-style.oval": "Ovaal",
|
|
145
|
+
"geo-style.cloud": "Wolk",
|
|
146
|
+
"geo-style.pentagon": "Vijfhoek",
|
|
147
|
+
"geo-style.rectangle": "Rechthoek",
|
|
148
|
+
"geo-style.rhombus-2": "Ruit 2",
|
|
149
|
+
"geo-style.rhombus": "Ruit",
|
|
150
|
+
"geo-style.star": "Ster",
|
|
151
|
+
"geo-style.trapezoid": "Trapezium",
|
|
152
|
+
"geo-style.triangle": "Driehoek",
|
|
153
|
+
"geo-style.x-box": "X-vak",
|
|
154
|
+
"geo-style.check-box": "Selectievakje",
|
|
155
|
+
"arrowheadStart-style.none": "Geen",
|
|
156
|
+
"arrowheadStart-style.arrow": "Pijl",
|
|
157
|
+
"arrowheadStart-style.bar": "Streep",
|
|
158
|
+
"arrowheadStart-style.diamond": "Diamant",
|
|
159
|
+
"arrowheadStart-style.dot": "Stip",
|
|
160
|
+
"arrowheadStart-style.inverted": "Omgekeerd",
|
|
161
|
+
"arrowheadStart-style.pipe": "Buis",
|
|
162
|
+
"arrowheadStart-style.square": "Vierkant",
|
|
163
|
+
"arrowheadStart-style.triangle": "Driehoek",
|
|
164
|
+
"arrowheadEnd-style.none": "Geen",
|
|
165
|
+
"arrowheadEnd-style.arrow": "Pijl",
|
|
166
|
+
"arrowheadEnd-style.bar": "Streep",
|
|
167
|
+
"arrowheadEnd-style.diamond": "Diamant",
|
|
168
|
+
"arrowheadEnd-style.dot": "Stip",
|
|
169
|
+
"arrowheadEnd-style.inverted": "Omgekeerd",
|
|
170
|
+
"arrowheadEnd-style.pipe": "Buis",
|
|
171
|
+
"arrowheadEnd-style.square": "Vierkant",
|
|
172
|
+
"arrowheadEnd-style.triangle": "Driehoek",
|
|
173
|
+
"spline-style.line": "Lijn",
|
|
174
|
+
"spline-style.cubic": "Kubisch",
|
|
175
|
+
"tool.select": "Selecteren",
|
|
176
|
+
"tool.hand": "Hand",
|
|
177
|
+
"tool.draw": "Tekenen",
|
|
178
|
+
"tool.eraser": "Gum",
|
|
179
|
+
"tool.arrow-down": "Pijl omlaag",
|
|
180
|
+
"tool.arrow-left": "Pijl links",
|
|
181
|
+
"tool.arrow-right": "Pijl rechts",
|
|
182
|
+
"tool.arrow-up": "Pijl omhoog",
|
|
183
|
+
"tool.arrow": "Pijl",
|
|
184
|
+
"tool.cloud": "Wolk",
|
|
185
|
+
"tool.diamond": "Diamant",
|
|
186
|
+
"tool.ellipse": "Ellips",
|
|
187
|
+
"tool.hexagon": "Zeshoek",
|
|
188
|
+
"tool.highlight": "Markering",
|
|
189
|
+
"tool.line": "Lijn",
|
|
190
|
+
"tool.octagon": "Achthoek",
|
|
191
|
+
"tool.oval": "Ovaal",
|
|
192
|
+
"tool.pentagon": "Vijfhoek",
|
|
193
|
+
"tool.rectangle": "Rechthoek",
|
|
194
|
+
"tool.rhombus": "Ruit",
|
|
195
|
+
"tool.star": "Ster",
|
|
196
|
+
"tool.trapezoid": "Trapezium",
|
|
197
|
+
"tool.triangle": "Driehoek",
|
|
198
|
+
"tool.x-box": "X-vak",
|
|
199
|
+
"tool.check-box": "Selectievakje",
|
|
200
|
+
"tool.asset": "Afbeelding",
|
|
201
|
+
"tool.frame": "Frame",
|
|
202
|
+
"tool.note": "Noot",
|
|
203
|
+
"tool.laser": "Laser",
|
|
204
|
+
"tool.embed": "Insluitsel",
|
|
205
|
+
"tool.text": "Tekst",
|
|
206
|
+
"menu.title": "Menu",
|
|
207
|
+
"menu.copy-as": "Kopiëren als",
|
|
208
|
+
"menu.edit": "Bewerken",
|
|
209
|
+
"menu.export-as": "Exporteren als",
|
|
210
|
+
"menu.file": "Bestand",
|
|
211
|
+
"menu.language": "Taal",
|
|
212
|
+
"menu.preferences": "Voorkeuren",
|
|
213
|
+
"menu.view": "Weergave",
|
|
214
|
+
"context-menu.arrange": "Rangschikken",
|
|
215
|
+
"context-menu.copy-as": "Kopiëren als",
|
|
216
|
+
"context-menu.export-as": "Exporteren als",
|
|
217
|
+
"context-menu.move-to-page": "Naar pagina verplaatsen",
|
|
218
|
+
"context-menu.reorder": "Opnieuw ordenen",
|
|
219
|
+
"page-menu.title": "Pagina's",
|
|
220
|
+
"page-menu.create-new-page": "Nieuwe pagina maken",
|
|
221
|
+
"page-menu.max-page-count-reached": "Maximum aantal pagina's bereikt",
|
|
222
|
+
"page-menu.new-page-initial-name": "Pagina 1",
|
|
223
|
+
"page-menu.edit-start": "Bewerken",
|
|
224
|
+
"page-menu.edit-done": "Gereed",
|
|
225
|
+
"page-menu.go-to-page": "Ga naar pagina",
|
|
226
|
+
"page-menu.submenu.rename": "Hernoemen",
|
|
227
|
+
"page-menu.submenu.duplicate-page": "Dupliceren",
|
|
228
|
+
"page-menu.submenu.title": "Menu",
|
|
229
|
+
"page-menu.submenu.move-down": "Omlaag verplaatsen",
|
|
230
|
+
"page-menu.submenu.move-up": "Omhoog verplaatsen",
|
|
231
|
+
"page-menu.submenu.delete": "Verwijderen",
|
|
232
|
+
"share-menu.title": "Delen",
|
|
233
|
+
"share-menu.save-note": "Download dit project naar uw computer als .tldr-bestand.",
|
|
234
|
+
"share-menu.fork-note": "Maak een nieuw gedeeld project op basis van deze snapshot.",
|
|
235
|
+
"share-menu.share-project": "Dit project delen",
|
|
236
|
+
"share-menu.default-project-name": "Gedeeld project",
|
|
237
|
+
"share-menu.copy-link": "Deellink kopiëren",
|
|
238
|
+
"share-menu.readonly-link": "Alleen-lezen",
|
|
239
|
+
"share-menu.create-snapshot-link": "Snapshot-link kopiëren",
|
|
240
|
+
"share-menu.snapshot-link-note": "Maak een snapshot van dit project en deel het als alleen-lezen link.",
|
|
241
|
+
"share-menu.copy-readonly-link": "Alleen-lezenlink kopiëren",
|
|
242
|
+
"share-menu.offline-note": "Maak een nieuw gedeeld project op basis van uw huidige project.",
|
|
243
|
+
"share-menu.copy-link-note": "Iedereen met de link kan dit project bekijken en bewerken.",
|
|
244
|
+
"share-menu.copy-readonly-link-note": "Iedereen met de link kan dit project bekijken (maar niet bewerken).",
|
|
245
|
+
"share-menu.project-too-large": "Sorry, dit project kan niet worden gedeeld omdat het te groot is. We werken eraan!",
|
|
246
|
+
"share-menu.upload-failed": "Sorry, we konden uw project op dit moment niet uploaden. Probeer het opnieuw of laat het ons weten als het probleem aanhoudt.",
|
|
247
|
+
"status.offline": "Offline",
|
|
248
|
+
"status.online": "Online",
|
|
249
|
+
"people-menu.title": "Personen",
|
|
250
|
+
"people-menu.change-name": "Naam wijzigen",
|
|
251
|
+
"people-menu.change-color": "Kleur wijzigen",
|
|
252
|
+
"people-menu.follow": "Volgen",
|
|
253
|
+
"people-menu.following": "Volgen",
|
|
254
|
+
"people-menu.leading": "U volgt mij",
|
|
255
|
+
"people-menu.user": "(U)",
|
|
256
|
+
"people-menu.invite": "Anderen uitnodigen",
|
|
257
|
+
"help-menu.title": "Help en bronnen",
|
|
258
|
+
"help-menu.about": "Over",
|
|
259
|
+
"help-menu.discord": "Discord",
|
|
260
|
+
"help-menu.github": "GitHub",
|
|
261
|
+
"help-menu.keyboard-shortcuts": "Sneltoetsen",
|
|
262
|
+
"help-menu.twitter": "Twitter",
|
|
263
|
+
"actions-menu.title": "Acties",
|
|
264
|
+
"edit-link-dialog.title": "Link bewerken",
|
|
265
|
+
"edit-link-dialog.invalid-url": "Een link moet een geldige URL zijn.",
|
|
266
|
+
"edit-link-dialog.detail": "Links worden geopend in een nieuw tabblad.",
|
|
267
|
+
"edit-link-dialog.url": "URL",
|
|
268
|
+
"edit-link-dialog.clear": "Wissen",
|
|
269
|
+
"edit-link-dialog.save": "Doorgaan",
|
|
270
|
+
"edit-link-dialog.cancel": "Annuleren",
|
|
271
|
+
"embed-dialog.title": "Insluitsel invoegen",
|
|
272
|
+
"embed-dialog.back": "Terug",
|
|
273
|
+
"embed-dialog.create": "Maken",
|
|
274
|
+
"embed-dialog.cancel": "Annuleren",
|
|
275
|
+
"embed-dialog.url": "URL",
|
|
276
|
+
"embed-dialog.instruction": "Plak de URL van de site om het insluitsel te maken.",
|
|
277
|
+
"embed-dialog.invalid-url": "We konden geen insluitsel van deze URL maken.",
|
|
278
|
+
"edit-pages-dialog.move-down": "Omlaag verplaatsen",
|
|
279
|
+
"edit-pages-dialog.move-up": "Omhoog verplaatsen",
|
|
280
|
+
"shortcuts-dialog.title": "Sneltoetsen",
|
|
281
|
+
"shortcuts-dialog.edit": "Bewerken",
|
|
282
|
+
"shortcuts-dialog.file": "Bestand",
|
|
283
|
+
"shortcuts-dialog.preferences": "Voorkeuren",
|
|
284
|
+
"shortcuts-dialog.tools": "Hulpmiddelen",
|
|
285
|
+
"shortcuts-dialog.transform": "Transformeren",
|
|
286
|
+
"shortcuts-dialog.view": "Weergave",
|
|
287
|
+
"shortcuts-dialog.collaboration": "Samenwerking",
|
|
288
|
+
"home-project-dialog.title": "Thuis-project",
|
|
289
|
+
"home-project-dialog.description": "Dit is uw lokale home-project. Het is alleen voor u!",
|
|
290
|
+
"rename-project-dialog.title": "Project hernoemen",
|
|
291
|
+
"rename-project-dialog.cancel": "Annuleren",
|
|
292
|
+
"rename-project-dialog.rename": "Hernoemen",
|
|
293
|
+
"home-project-dialog.ok": "Ok",
|
|
294
|
+
"style-panel.title": "Stijlen",
|
|
295
|
+
"style-panel.align": "Uitlijnen",
|
|
296
|
+
"style-panel.vertical-align": "Verticaal uitlijnen",
|
|
297
|
+
"style-panel.position": "Positie",
|
|
298
|
+
"style-panel.arrowheads": "Pijlen",
|
|
299
|
+
"style-panel.arrowhead-start": "Begin",
|
|
300
|
+
"style-panel.arrowhead-end": "Einde",
|
|
301
|
+
"style-panel.color": "Kleur",
|
|
302
|
+
"style-panel.dash": "Streep",
|
|
303
|
+
"style-panel.fill": "Vullen",
|
|
304
|
+
"style-panel.font": "Lettertype",
|
|
305
|
+
"style-panel.geo": "Vorm",
|
|
306
|
+
"style-panel.mixed": "Gemengd",
|
|
307
|
+
"style-panel.opacity": "Opaciteit",
|
|
308
|
+
"style-panel.size": "Grootte",
|
|
309
|
+
"style-panel.spline": "Spline",
|
|
310
|
+
"tool-panel.drawing": "Tekenen",
|
|
311
|
+
"tool-panel.shapes": "Vormen",
|
|
312
|
+
"tool-panel.more": "Meer",
|
|
313
|
+
"debug-panel.more": "Meer",
|
|
314
|
+
"navigation-zone.toggle-minimap": "Minimapje in-/uitschakelen",
|
|
315
|
+
"navigation-zone.zoom": "Inzoomen",
|
|
316
|
+
"focus-mode.toggle-focus-mode": "Focusmodus in-/uitschakelen",
|
|
317
|
+
"toast.close": "Sluiten",
|
|
318
|
+
"file-system.file-open-error.title": "Bestand kon niet worden geopend",
|
|
319
|
+
"file-system.file-open-error.not-a-tldraw-file": "Het bestand dat u probeerde te openen ziet er niet uit als een tldraw-bestand.",
|
|
320
|
+
"file-system.file-open-error.file-format-version-too-new": "Het bestand dat u probeerde te openen is van een nieuwere versie van tldraw. Laad de pagina opnieuw en probeer het opnieuw.",
|
|
321
|
+
"file-system.file-open-error.generic-corrupted-file": "Het bestand dat u probeerde te openen is beschadigd.",
|
|
322
|
+
"file-system.confirm-open.title": "Huidig project overschrijven?",
|
|
323
|
+
"file-system.confirm-open.description": "Als u een bestand opent, wordt uw huidige project vervangen en gaan alle niet-opgeslagen wijzigingen verloren. Weet u zeker dat u wilt doorgaan?",
|
|
324
|
+
"file-system.confirm-open.cancel": "Annuleren",
|
|
325
|
+
"file-system.confirm-open.open": "Bestand openen",
|
|
326
|
+
"file-system.confirm-open.dont-show-again": "Niet opnieuw vragen",
|
|
327
|
+
"file-system.confirm-clear.title": "Huidig project wissen?",
|
|
328
|
+
"file-system.confirm-clear.description": "Als u een nieuw project maakt, wordt uw huidige project gewist en gaan alle niet-opgeslagen wijzigingen verloren. Weet u zeker dat u wilt doorgaan?",
|
|
329
|
+
"file-system.confirm-clear.cancel": "Annuleren",
|
|
330
|
+
"file-system.confirm-clear.continue": "Doorgaan",
|
|
331
|
+
"file-system.confirm-clear.dont-show-again": "Niet opnieuw vragen",
|
|
332
|
+
"file-system.shared-document-file-open-error.title": "Bestand kon niet worden geopend",
|
|
333
|
+
"file-system.shared-document-file-open-error.description": "Het openen van bestanden uit gedeelde projecten wordt niet ondersteund.",
|
|
334
|
+
"sharing.confirm-leave.title": "Huidig project verlaten?",
|
|
335
|
+
"sharing.confirm-leave.description": "Weet u zeker dat u dit gedeelde project wilt verlaten? U kunt het verlaten door naar de URL ervan te navigeren.",
|
|
336
|
+
"sharing.confirm-leave.cancel": "Annuleren",
|
|
337
|
+
"sharing.confirm-leave.leave": "Verlaten",
|
|
338
|
+
"sharing.confirm-leave.dont-show-again": "Niet opnieuw vragen",
|
|
339
|
+
"toast.error.export-fail.title": "Exporteren mislukt",
|
|
340
|
+
"toast.error.export-fail.desc": "Afbeelding kon niet worden geëxporteerd",
|
|
341
|
+
"toast.error.copy-fail.title": "Kopiëren mislukt",
|
|
342
|
+
"toast.error.copy-fail.desc": "Afbeelding kon niet worden gekopieerd",
|
|
343
|
+
"context.pages.new-page": "Nieuwe pagina",
|
|
344
|
+
"vscode.file-open.desc": "We hebben dit document bijgewerkt zodat het werkt met de huidige versie van tldraw. Als u de originele versie wilt behouden (die op old.tldraw.com werkt), klikt u hieronder om een back-up te maken.",
|
|
345
|
+
"vscode.file-open.open": "Doorgaan",
|
|
346
|
+
"vscode.file-open.backup": "Back-up",
|
|
347
|
+
"vscode.file-open.backup-saved": "Back-up opgeslagen",
|
|
348
|
+
"vscode.file-open.backup-failed": "Back-up mislukt: dit is geen .tldr-bestand.",
|
|
349
|
+
"vscode.file-open.dont-show-again": "Niet opnieuw vragen",
|
|
350
|
+
"cursor-chat.type-to-chat": "Typ om te chatten..."
|
|
351
|
+
}
|
package/types.d.ts
CHANGED
package/urls.js
CHANGED
|
@@ -580,6 +580,7 @@ export function getAssetUrlsByMetaUrl(opts) {
|
|
|
580
580
|
main: formatAssetUrl(new URL('./translations/main.json', import.meta.url).href, opts),
|
|
581
581
|
my: formatAssetUrl(new URL('./translations/my.json', import.meta.url).href, opts),
|
|
582
582
|
ne: formatAssetUrl(new URL('./translations/ne.json', import.meta.url).href, opts),
|
|
583
|
+
nl: formatAssetUrl(new URL('./translations/nl.json', import.meta.url).href, opts),
|
|
583
584
|
no: formatAssetUrl(new URL('./translations/no.json', import.meta.url).href, opts),
|
|
584
585
|
pl: formatAssetUrl(new URL('./translations/pl.json', import.meta.url).href, opts),
|
|
585
586
|
'pt-br': formatAssetUrl(new URL('./translations/pt-br.json', import.meta.url).href, opts),
|