@tldraw/assets 4.6.0-internal.e29318c66fb0 → 4.6.0-next.0c36db38afea
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 +3 -4
- package/imports.vite.js +3 -4
- package/package.json +3 -3
- package/translations/ar.json +2 -0
- package/translations/ca.json +2 -0
- package/translations/cs.json +2 -0
- package/translations/da.json +2 -0
- package/translations/de.json +17 -15
- package/translations/es.json +10 -8
- package/translations/fa.json +2 -0
- package/translations/fi.json +2 -0
- package/translations/fr.json +7 -5
- package/translations/he.json +2 -0
- package/translations/hi-in.json +2 -0
- package/translations/hr.json +2 -0
- package/translations/hu.json +2 -0
- package/translations/id.json +2 -0
- package/translations/it.json +11 -9
- package/translations/ja.json +8 -6
- package/translations/ko-kr.json +9 -7
- package/translations/ne.json +2 -0
- package/translations/pl.json +2 -0
- package/translations/pt-br.json +13 -11
- package/translations/pt-pt.json +2 -0
- package/translations/ro.json +2 -0
- package/translations/ru.json +5 -3
- package/translations/sl.json +2 -0
- package/translations/so.json +2 -0
- package/translations/th.json +2 -0
- package/translations/tr.json +2 -0
- package/translations/uk.json +2 -0
- package/translations/vi.json +2 -0
- package/translations/zh-cn.json +5 -3
- package/translations/zh-tw.json +2 -0
package/imports.js
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
// This file is automatically generated by internal/scripts/refresh-assets.ts.
|
|
2
2
|
// Do not edit manually. Or do, I'm a comment, not a cop.
|
|
3
3
|
|
|
4
|
-
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
5
|
-
/// <reference path="./modules.d.ts" />
|
|
6
|
-
import { formatAssetUrl } from './utils.js'
|
|
7
|
-
|
|
8
4
|
import embedIconsCodepenPng from './embed-icons/codepen.png'
|
|
9
5
|
import embedIconsCodesandboxPng from './embed-icons/codesandbox.png'
|
|
10
6
|
import embedIconsDesmosPng from './embed-icons/desmos.png'
|
|
@@ -93,6 +89,9 @@ import translationsUrJson from './translations/ur.json'
|
|
|
93
89
|
import translationsViJson from './translations/vi.json'
|
|
94
90
|
import translationsZhCnJson from './translations/zh-cn.json'
|
|
95
91
|
import translationsZhTwJson from './translations/zh-tw.json'
|
|
92
|
+
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
93
|
+
/// <reference path="./modules.d.ts" />
|
|
94
|
+
import { formatAssetUrl } from './utils.js'
|
|
96
95
|
|
|
97
96
|
/**
|
|
98
97
|
* @param {AssetUrlOptions} [opts]
|
package/imports.vite.js
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
// This file is automatically generated by internal/scripts/refresh-assets.ts.
|
|
2
2
|
// Do not edit manually. Or do, I'm a comment, not a cop.
|
|
3
3
|
|
|
4
|
-
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
5
|
-
/// <reference path="./modules.d.ts" />
|
|
6
|
-
import { formatAssetUrl } from './utils.js'
|
|
7
|
-
|
|
8
4
|
import embedIconsCodepenPngUrl from './embed-icons/codepen.png?url'
|
|
9
5
|
import embedIconsCodesandboxPngUrl from './embed-icons/codesandbox.png?url'
|
|
10
6
|
import embedIconsDesmosPngUrl from './embed-icons/desmos.png?url'
|
|
@@ -93,6 +89,9 @@ import translationsUrJsonUrl from './translations/ur.json?url'
|
|
|
93
89
|
import translationsViJsonUrl from './translations/vi.json?url'
|
|
94
90
|
import translationsZhCnJsonUrl from './translations/zh-cn.json?url'
|
|
95
91
|
import translationsZhTwJsonUrl from './translations/zh-tw.json?url'
|
|
92
|
+
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
93
|
+
/// <reference path="./modules.d.ts" />
|
|
94
|
+
import { formatAssetUrl } from './utils.js'
|
|
96
95
|
|
|
97
96
|
/**
|
|
98
97
|
* @param {AssetUrlOptions} [opts]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tldraw/assets",
|
|
3
3
|
"description": "tldraw infinite canvas SDK (assets).",
|
|
4
|
-
"version": "4.6.0-
|
|
4
|
+
"version": "4.6.0-next.0c36db38afea",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw Inc.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
],
|
|
45
45
|
"scripts": {
|
|
46
46
|
"pack-tarball": "yarn pack",
|
|
47
|
-
"lint": "
|
|
47
|
+
"lint": "yarn run -T tsx ../../internal/scripts/lint.ts",
|
|
48
48
|
"test-coverage": "yarn run -T vitest run --coverage --passWithNoTests"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@tldraw/utils": "4.6.0-
|
|
51
|
+
"@tldraw/utils": "4.6.0-next.0c36db38afea"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"lazyrepo": "0.0.0-alpha.27",
|
package/translations/ar.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "تحويل إلى إشارة مرجعية",
|
|
36
36
|
"action.convert-to-embed": "تحويل إلى تضمين",
|
|
37
37
|
"action.copy": "نسخ",
|
|
38
|
+
"action.copy-as-json": "نسخ بصيغة JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "نسخ بصيغة PNG",
|
|
39
41
|
"action.copy-as-png.short": "صيغة PNG",
|
|
40
42
|
"action.copy-as-svg": "نسخ بصيغة SVG",
|
package/translations/ca.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Convertir a marcador",
|
|
36
36
|
"action.convert-to-embed": "Convertir a inserció",
|
|
37
37
|
"action.copy": "Copiar",
|
|
38
|
+
"action.copy-as-json": "Copiar com a JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Copiar com a PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Copiar com a SVG",
|
package/translations/cs.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Převést na záložku",
|
|
36
36
|
"action.convert-to-embed": "Převést na vložení",
|
|
37
37
|
"action.copy": "Kopírovat",
|
|
38
|
+
"action.copy-as-json": "Kopírovat jako JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Kopírovat jako PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Kopírovat jako SVG",
|
package/translations/da.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Konverter til bogmærke",
|
|
36
36
|
"action.convert-to-embed": "Konverter til indlejret",
|
|
37
37
|
"action.copy": "Kopier",
|
|
38
|
+
"action.copy-as-json": "Kopier som JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Kopier som PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Kopier som SVG",
|
package/translations/de.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"a11y.adjust-shape-styles": "
|
|
2
|
+
"a11y.adjust-shape-styles": "Formstile anpassen",
|
|
3
3
|
"a11y.enlarge-shape": "Form vergrößern",
|
|
4
4
|
"a11y.enter-leave-container": "Container betreten/verlassen",
|
|
5
5
|
"a11y.move-shape": "Form verschieben",
|
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "In Lesezeichen umwandeln",
|
|
36
36
|
"action.convert-to-embed": "In Einbettung umwandeln",
|
|
37
37
|
"action.copy": "Kopieren",
|
|
38
|
+
"action.copy-as-json": "Kopieren als JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Als PNG kopieren",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Als SVG kopieren",
|
|
@@ -65,8 +67,8 @@
|
|
|
65
67
|
"action.flip-horizontal.short": "Horizontal flippen",
|
|
66
68
|
"action.flip-vertical": "Vertikal flippen",
|
|
67
69
|
"action.flip-vertical.short": "Vertikal flippen",
|
|
68
|
-
"action.fork-project": "Dieses Projekt
|
|
69
|
-
"action.fork-project-on-tldraw": "Projekt auf tldraw
|
|
70
|
+
"action.fork-project": "Dieses Projekt kopieren",
|
|
71
|
+
"action.fork-project-on-tldraw": "Projekt auf tldraw kopieren",
|
|
70
72
|
"action.group": "Gruppe",
|
|
71
73
|
"action.insert-embed": "Einbettung einfügen",
|
|
72
74
|
"action.insert-media": "Medien hochladen",
|
|
@@ -77,7 +79,7 @@
|
|
|
77
79
|
"action.open-embed-link": "Link öffnen",
|
|
78
80
|
"action.open-file": "Datei öffnen",
|
|
79
81
|
"action.open-kbd-shortcuts": "Tastaturkürzel öffnen",
|
|
80
|
-
"action.pack": "
|
|
82
|
+
"action.pack": "Kompakt anordnen",
|
|
81
83
|
"action.paste": "Einfügen",
|
|
82
84
|
"action.paste-error-description": "Einfügen nicht möglich, da keine Berechtigungen für die Zwischenablage vorliegen. Bitte aktivieren Sie die Berechtigungen und versuchen Sie es erneut.",
|
|
83
85
|
"action.paste-error-title": "Einfügen fehlgeschlagen",
|
|
@@ -146,8 +148,8 @@
|
|
|
146
148
|
"action.zoom-to-fit": "Zoom auf Inhalt anpassen",
|
|
147
149
|
"action.zoom-to-selection": "Zoom auf Auswahl",
|
|
148
150
|
"actions-menu.title": "Aktionen",
|
|
149
|
-
"align-style.end": "
|
|
150
|
-
"align-style.justify": "
|
|
151
|
+
"align-style.end": "Ende",
|
|
152
|
+
"align-style.justify": "Blocksatz",
|
|
151
153
|
"align-style.middle": "Mitte",
|
|
152
154
|
"align-style.start": "Start",
|
|
153
155
|
"app.loading": "tldraw wird geladen ...",
|
|
@@ -155,7 +157,7 @@
|
|
|
155
157
|
"arrow-kind-style.elbow": "Ellbogen",
|
|
156
158
|
"arrowheadEnd-style.arrow": "Pfeil",
|
|
157
159
|
"arrowheadEnd-style.bar": "Leiste",
|
|
158
|
-
"arrowheadEnd-style.diamond": "
|
|
160
|
+
"arrowheadEnd-style.diamond": "Raute",
|
|
159
161
|
"arrowheadEnd-style.dot": "Punkt",
|
|
160
162
|
"arrowheadEnd-style.inverted": "Umgekehrt",
|
|
161
163
|
"arrowheadEnd-style.none": "Keine",
|
|
@@ -164,7 +166,7 @@
|
|
|
164
166
|
"arrowheadEnd-style.triangle": "Dreieck",
|
|
165
167
|
"arrowheadStart-style.arrow": "Pfeil",
|
|
166
168
|
"arrowheadStart-style.bar": "Leiste",
|
|
167
|
-
"arrowheadStart-style.diamond": "
|
|
169
|
+
"arrowheadStart-style.diamond": "Raute",
|
|
168
170
|
"arrowheadStart-style.dot": "Punkt",
|
|
169
171
|
"arrowheadStart-style.inverted": "Umgekehrt",
|
|
170
172
|
"arrowheadStart-style.none": "Keine",
|
|
@@ -253,7 +255,7 @@
|
|
|
253
255
|
"geo-style.arrow-up": "Pfeil nach oben",
|
|
254
256
|
"geo-style.check-box": "Haken Box",
|
|
255
257
|
"geo-style.cloud": "Wolke",
|
|
256
|
-
"geo-style.diamond": "
|
|
258
|
+
"geo-style.diamond": "Raute",
|
|
257
259
|
"geo-style.ellipse": "Ellipse",
|
|
258
260
|
"geo-style.heart": "Herz",
|
|
259
261
|
"geo-style.hexagon": "Sechseck",
|
|
@@ -329,7 +331,7 @@
|
|
|
329
331
|
"page-menu.submenu.rename": "Umbenennen",
|
|
330
332
|
"page-menu.submenu.title": "Menü",
|
|
331
333
|
"page-menu.title": "Seiten",
|
|
332
|
-
"people-menu.anonymous-user": "Neuer
|
|
334
|
+
"people-menu.anonymous-user": "Neuer Benutzer",
|
|
333
335
|
"people-menu.avatar-color": "Avatarfarbe",
|
|
334
336
|
"people-menu.change-color": "Farbe ändern",
|
|
335
337
|
"people-menu.change-name": "Name ändern",
|
|
@@ -373,13 +375,13 @@
|
|
|
373
375
|
"size-style.m": "Mittel",
|
|
374
376
|
"size-style.s": "Klein",
|
|
375
377
|
"size-style.xl": "Extra groß",
|
|
376
|
-
"spline-style.cubic": "
|
|
378
|
+
"spline-style.cubic": "Kubisch",
|
|
377
379
|
"spline-style.line": "Linie",
|
|
378
380
|
"status.offline": "Offline",
|
|
379
381
|
"style-panel.align": "Ausrichten",
|
|
380
382
|
"style-panel.arrow-kind": "Linie",
|
|
381
|
-
"style-panel.arrowhead-end": "
|
|
382
|
-
"style-panel.arrowhead-start": "
|
|
383
|
+
"style-panel.arrowhead-end": "Ende",
|
|
384
|
+
"style-panel.arrowhead-start": "Anfang",
|
|
383
385
|
"style-panel.arrowheads": "Pfeilspitzen",
|
|
384
386
|
"style-panel.color": "Farbe",
|
|
385
387
|
"style-panel.dash": "Dash",
|
|
@@ -424,7 +426,7 @@
|
|
|
424
426
|
"tool.bookmark": "Lesezeichen",
|
|
425
427
|
"tool.check-box": "Haken Box",
|
|
426
428
|
"tool.cloud": "Wolke",
|
|
427
|
-
"tool.diamond": "
|
|
429
|
+
"tool.diamond": "Raute",
|
|
428
430
|
"tool.draw": "Zeichnen",
|
|
429
431
|
"tool.ellipse": "Ellipse",
|
|
430
432
|
"tool.embed": "Einbetten",
|
|
@@ -454,7 +456,7 @@
|
|
|
454
456
|
"tool.rectangle": "Rechteck",
|
|
455
457
|
"tool.replace-media": "Medien ersetzen",
|
|
456
458
|
"tool.rhombus": "Rhombus",
|
|
457
|
-
"tool.rich-text-bold": "
|
|
459
|
+
"tool.rich-text-bold": "Fett",
|
|
458
460
|
"tool.rich-text-bulletList": "Aufzählungsliste",
|
|
459
461
|
"tool.rich-text-code": "Code",
|
|
460
462
|
"tool.rich-text-header": "Kopfzeile",
|
package/translations/es.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Convertir en marcador",
|
|
36
36
|
"action.convert-to-embed": "Convertir en incrustación",
|
|
37
37
|
"action.copy": "Copiar",
|
|
38
|
+
"action.copy-as-json": "Copiar como JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Copiar como PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Copiar como SVG",
|
|
@@ -66,7 +68,7 @@
|
|
|
66
68
|
"action.flip-vertical": "Voltear verticalmente",
|
|
67
69
|
"action.flip-vertical.short": "Voltear V",
|
|
68
70
|
"action.fork-project": "Bifurcar este proyecto",
|
|
69
|
-
"action.fork-project-on-tldraw": "
|
|
71
|
+
"action.fork-project-on-tldraw": "Bifurcar proyecto en tldraw",
|
|
70
72
|
"action.group": "Agrupar",
|
|
71
73
|
"action.insert-embed": "Insertar incrustación",
|
|
72
74
|
"action.insert-media": "Cargar contenido multimedia",
|
|
@@ -77,7 +79,7 @@
|
|
|
77
79
|
"action.open-embed-link": "Abrir enlace",
|
|
78
80
|
"action.open-file": "Abrir archivo",
|
|
79
81
|
"action.open-kbd-shortcuts": "Abrir atajos de teclado",
|
|
80
|
-
"action.pack": "
|
|
82
|
+
"action.pack": "Compactar",
|
|
81
83
|
"action.paste": "Pegar",
|
|
82
84
|
"action.paste-error-description": "No se ha podido pegar debido a que faltan permisos del portapapeles. Conceda los permisos e inténtelo de nuevo.",
|
|
83
85
|
"action.paste-error-title": "Error al pegar",
|
|
@@ -155,7 +157,7 @@
|
|
|
155
157
|
"arrow-kind-style.elbow": "Codo",
|
|
156
158
|
"arrowheadEnd-style.arrow": "Flecha",
|
|
157
159
|
"arrowheadEnd-style.bar": "Barra",
|
|
158
|
-
"arrowheadEnd-style.diamond": "
|
|
160
|
+
"arrowheadEnd-style.diamond": "Rombo",
|
|
159
161
|
"arrowheadEnd-style.dot": "Punto",
|
|
160
162
|
"arrowheadEnd-style.inverted": "Invertido",
|
|
161
163
|
"arrowheadEnd-style.none": "Ninguno",
|
|
@@ -164,7 +166,7 @@
|
|
|
164
166
|
"arrowheadEnd-style.triangle": "Triángulo",
|
|
165
167
|
"arrowheadStart-style.arrow": "Flecha",
|
|
166
168
|
"arrowheadStart-style.bar": "Barra",
|
|
167
|
-
"arrowheadStart-style.diamond": "
|
|
169
|
+
"arrowheadStart-style.diamond": "Rombo",
|
|
168
170
|
"arrowheadStart-style.dot": "Punto",
|
|
169
171
|
"arrowheadStart-style.inverted": "Invertido",
|
|
170
172
|
"arrowheadStart-style.none": "Ninguno",
|
|
@@ -253,7 +255,7 @@
|
|
|
253
255
|
"geo-style.arrow-up": "Flecha arriba",
|
|
254
256
|
"geo-style.check-box": "Casilla de verificación",
|
|
255
257
|
"geo-style.cloud": "Nube",
|
|
256
|
-
"geo-style.diamond": "
|
|
258
|
+
"geo-style.diamond": "Rombo",
|
|
257
259
|
"geo-style.ellipse": "Elipse",
|
|
258
260
|
"geo-style.heart": "Corazón",
|
|
259
261
|
"geo-style.hexagon": "Hexágono",
|
|
@@ -424,7 +426,7 @@
|
|
|
424
426
|
"tool.bookmark": "Marcador",
|
|
425
427
|
"tool.check-box": "Casilla de verificación",
|
|
426
428
|
"tool.cloud": "Nube",
|
|
427
|
-
"tool.diamond": "
|
|
429
|
+
"tool.diamond": "Rombo",
|
|
428
430
|
"tool.draw": "Dibujar",
|
|
429
431
|
"tool.ellipse": "Elipse",
|
|
430
432
|
"tool.embed": "Incrustación",
|
|
@@ -442,7 +444,7 @@
|
|
|
442
444
|
"tool.image-zoom": "Zoom",
|
|
443
445
|
"tool.laser": "Láser",
|
|
444
446
|
"tool.line": "Línea",
|
|
445
|
-
"tool.media": "
|
|
447
|
+
"tool.media": "Multimedia",
|
|
446
448
|
"tool.media-alt-text": "Texto alternativo",
|
|
447
449
|
"tool.media-alt-text-confirm": "Confirmar",
|
|
448
450
|
"tool.media-alt-text-desc": "Haz una descripción…",
|
|
@@ -459,7 +461,7 @@
|
|
|
459
461
|
"tool.rich-text-code": "Código",
|
|
460
462
|
"tool.rich-text-header": "Encabezamiento",
|
|
461
463
|
"tool.rich-text-highlight": "Destacar",
|
|
462
|
-
"tool.rich-text-italic": "
|
|
464
|
+
"tool.rich-text-italic": "Cursiva",
|
|
463
465
|
"tool.rich-text-link": "Enlace",
|
|
464
466
|
"tool.rich-text-link-remove": "Eliminar enlace",
|
|
465
467
|
"tool.rich-text-link-visit": "Visita el enlace",
|
package/translations/fa.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "تبدیل به نشانهگذاری",
|
|
36
36
|
"action.convert-to-embed": "تبدیل به جاسازی",
|
|
37
37
|
"action.copy": "رونوشت",
|
|
38
|
+
"action.copy-as-json": "رونوشت بهعنوان JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "رونوشت بهعنوان PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "رونوشت بهعنوان SVG",
|
package/translations/fi.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Muunna kirjanmerkiksi",
|
|
36
36
|
"action.convert-to-embed": "Muunna upotettavaksi",
|
|
37
37
|
"action.copy": "Kopioi",
|
|
38
|
+
"action.copy-as-json": "Kopioi JSON-muodossa",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Kopioi PNG-muodossa",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Kopioi SVG-muodossa",
|
package/translations/fr.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Convertir en signet",
|
|
36
36
|
"action.convert-to-embed": "Convertir en intégration",
|
|
37
37
|
"action.copy": "Copier",
|
|
38
|
+
"action.copy-as-json": "Copier en tant que JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Copier en tant que PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Copier en tant que SVG",
|
|
@@ -263,7 +265,7 @@
|
|
|
263
265
|
"geo-style.oval": "Ovale",
|
|
264
266
|
"geo-style.pentagon": "Pentagone",
|
|
265
267
|
"geo-style.rectangle": "Rectangle",
|
|
266
|
-
"geo-style.rhombus": "
|
|
268
|
+
"geo-style.rhombus": "Losange",
|
|
267
269
|
"geo-style.rhombus-2": "Parallélogramme inversé",
|
|
268
270
|
"geo-style.star": "Étoile",
|
|
269
271
|
"geo-style.trapezoid": "Trapèze",
|
|
@@ -287,7 +289,7 @@
|
|
|
287
289
|
"handle.resize-top-right": "Redimensionner en haut à droite",
|
|
288
290
|
"handle.rotate.bottom_left_rotate": "Faire pivoter en bas à gauche",
|
|
289
291
|
"handle.rotate.bottom_right_rotate": "Faire pivoter en bas à droite",
|
|
290
|
-
"handle.rotate.mobile_rotate": "
|
|
292
|
+
"handle.rotate.mobile_rotate": "Pivoter",
|
|
291
293
|
"handle.rotate.top_left_rotate": "Faire pivoter en haut à gauche",
|
|
292
294
|
"handle.rotate.top_right_rotate": "Faire pivoter en haut à droite",
|
|
293
295
|
"help-menu.about": "À propos",
|
|
@@ -455,12 +457,12 @@
|
|
|
455
457
|
"tool.pointer-down": "Pointeur vers le bas",
|
|
456
458
|
"tool.rectangle": "Rectangle",
|
|
457
459
|
"tool.replace-media": "Remplacer le média",
|
|
458
|
-
"tool.rhombus": "
|
|
460
|
+
"tool.rhombus": "Losange",
|
|
459
461
|
"tool.rich-text-bold": "Gras",
|
|
460
462
|
"tool.rich-text-bulletList": "Liste à puces",
|
|
461
463
|
"tool.rich-text-code": "Code",
|
|
462
464
|
"tool.rich-text-header": "En-tête",
|
|
463
|
-
"tool.rich-text-highlight": "
|
|
465
|
+
"tool.rich-text-highlight": "Surligner",
|
|
464
466
|
"tool.rich-text-italic": "Italique",
|
|
465
467
|
"tool.rich-text-link": "Lien",
|
|
466
468
|
"tool.rich-text-link-remove": "Supprimer le lien",
|
|
@@ -468,7 +470,7 @@
|
|
|
468
470
|
"tool.rich-text-orderedList": "Liste ordonnée",
|
|
469
471
|
"tool.rich-text-strikethrough": "Barré",
|
|
470
472
|
"tool.rich-text-toolbar-title": "Formatage du texte",
|
|
471
|
-
"tool.rotate-cw": "
|
|
473
|
+
"tool.rotate-cw": "Pivoter",
|
|
472
474
|
"tool.select": "Sélection",
|
|
473
475
|
"tool.star": "Étoile",
|
|
474
476
|
"tool.text": "Texte",
|
package/translations/he.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "המרה לסימנייה",
|
|
36
36
|
"action.convert-to-embed": "המרה להטמעה",
|
|
37
37
|
"action.copy": "העתק",
|
|
38
|
+
"action.copy-as-json": "העתק כ-JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "העתק כ-PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "העתק כ-SVG",
|
package/translations/hi-in.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "बुकमार्क में कनवर्ट करें",
|
|
36
36
|
"action.convert-to-embed": "एम्बेड में कनवर्ट करें",
|
|
37
37
|
"action.copy": "कॉपी करें",
|
|
38
|
+
"action.copy-as-json": "JSON के रूप में कॉपी करें",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "PNG के रूप में कॉपी करें",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "SVG के रूप में कॉपी करें",
|
package/translations/hr.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Pretvori u oznaku",
|
|
36
36
|
"action.convert-to-embed": "Pretvori u ugradnju",
|
|
37
37
|
"action.copy": "Kopiraj",
|
|
38
|
+
"action.copy-as-json": "Kopiraj kao JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Kopiraj kao PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Kopiraj kao SVG",
|
package/translations/hu.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Konvertálás könyvjelzővé",
|
|
36
36
|
"action.convert-to-embed": "Konvertálás beágyazássá",
|
|
37
37
|
"action.copy": "Másolás",
|
|
38
|
+
"action.copy-as-json": "Másolás JSON-ként",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Másolás PNG-ként",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Másolás SVG-ként",
|
package/translations/id.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Ubah ke Bookmark",
|
|
36
36
|
"action.convert-to-embed": "Ubah ke Sematan",
|
|
37
37
|
"action.copy": "Salin",
|
|
38
|
+
"action.copy-as-json": "Salin sebagai JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Salin sebagai PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Salin sebagai SVG",
|
package/translations/it.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Converti a segnalibro",
|
|
36
36
|
"action.convert-to-embed": "Converti in oggetto incorporato",
|
|
37
37
|
"action.copy": "Copia",
|
|
38
|
+
"action.copy-as-json": "Copia come JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Copia come PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Copia come SVG",
|
|
@@ -77,7 +79,7 @@
|
|
|
77
79
|
"action.open-embed-link": "Apri il collegamento",
|
|
78
80
|
"action.open-file": "Apri file",
|
|
79
81
|
"action.open-kbd-shortcuts": "Apri le scorciatoie da tastiera",
|
|
80
|
-
"action.pack": "
|
|
82
|
+
"action.pack": "Compatta",
|
|
81
83
|
"action.paste": "Incolla",
|
|
82
84
|
"action.paste-error-description": "Impossibile incollare perché mancano alcune autorizzazioni all'uso degli appunti. Concedi le autorizzazioni e riprova.",
|
|
83
85
|
"action.paste-error-title": "Impossibile incollare",
|
|
@@ -155,7 +157,7 @@
|
|
|
155
157
|
"arrow-kind-style.elbow": "Gomito",
|
|
156
158
|
"arrowheadEnd-style.arrow": "Freccia",
|
|
157
159
|
"arrowheadEnd-style.bar": "Barra",
|
|
158
|
-
"arrowheadEnd-style.diamond": "
|
|
160
|
+
"arrowheadEnd-style.diamond": "Rombo",
|
|
159
161
|
"arrowheadEnd-style.dot": "Punto",
|
|
160
162
|
"arrowheadEnd-style.inverted": "Invertito",
|
|
161
163
|
"arrowheadEnd-style.none": "Nessuna",
|
|
@@ -164,7 +166,7 @@
|
|
|
164
166
|
"arrowheadEnd-style.triangle": "Triangolo",
|
|
165
167
|
"arrowheadStart-style.arrow": "Freccia",
|
|
166
168
|
"arrowheadStart-style.bar": "Barra",
|
|
167
|
-
"arrowheadStart-style.diamond": "
|
|
169
|
+
"arrowheadStart-style.diamond": "Rombo",
|
|
168
170
|
"arrowheadStart-style.dot": "Punto",
|
|
169
171
|
"arrowheadStart-style.inverted": "Invertito",
|
|
170
172
|
"arrowheadStart-style.none": "Nessuna",
|
|
@@ -253,7 +255,7 @@
|
|
|
253
255
|
"geo-style.arrow-up": "Freccia in su",
|
|
254
256
|
"geo-style.check-box": "Casella di controllo",
|
|
255
257
|
"geo-style.cloud": "Cloud",
|
|
256
|
-
"geo-style.diamond": "
|
|
258
|
+
"geo-style.diamond": "Rombo",
|
|
257
259
|
"geo-style.ellipse": "Ellisse",
|
|
258
260
|
"geo-style.heart": "Cuore",
|
|
259
261
|
"geo-style.hexagon": "Esagono",
|
|
@@ -283,11 +285,11 @@
|
|
|
283
285
|
"handle.resize-top": "Ridimensiona in alto",
|
|
284
286
|
"handle.resize-top-left": "Ridimensiona in alto a sinistra",
|
|
285
287
|
"handle.resize-top-right": "Ridimensiona in alto a destra",
|
|
286
|
-
"handle.rotate.bottom_left_rotate": "
|
|
287
|
-
"handle.rotate.bottom_right_rotate": "
|
|
288
|
+
"handle.rotate.bottom_left_rotate": "Ruota in basso a sinistra",
|
|
289
|
+
"handle.rotate.bottom_right_rotate": "Ruota in basso a destra",
|
|
288
290
|
"handle.rotate.mobile_rotate": "Ruota",
|
|
289
|
-
"handle.rotate.top_left_rotate": "
|
|
290
|
-
"handle.rotate.top_right_rotate": "
|
|
291
|
+
"handle.rotate.top_left_rotate": "Ruota in alto a sinistra",
|
|
292
|
+
"handle.rotate.top_right_rotate": "Ruota in alto a destra",
|
|
291
293
|
"help-menu.about": "A riguardo",
|
|
292
294
|
"help-menu.discord": "Discord",
|
|
293
295
|
"help-menu.github": "GitHub",
|
|
@@ -424,7 +426,7 @@
|
|
|
424
426
|
"tool.bookmark": "Segnalibro",
|
|
425
427
|
"tool.check-box": "Casella di controllo",
|
|
426
428
|
"tool.cloud": "Cloud",
|
|
427
|
-
"tool.diamond": "
|
|
429
|
+
"tool.diamond": "Rombo",
|
|
428
430
|
"tool.draw": "Matita",
|
|
429
431
|
"tool.ellipse": "Ellisse",
|
|
430
432
|
"tool.embed": "Oggetto incorporato",
|
package/translations/ja.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"a11y.move-shape": "図形を移動します",
|
|
6
6
|
"a11y.move-shape-faster": "図形をより速く移動します",
|
|
7
7
|
"a11y.multiple-shapes": "{num} 個の図形が選択されました",
|
|
8
|
-
"a11y.open-context-menu": "
|
|
8
|
+
"a11y.open-context-menu": "コンテキストメニューを開きます",
|
|
9
9
|
"a11y.open-keyboard-shortcuts": "キーボードのショートカットを開きます",
|
|
10
10
|
"a11y.pan-camera": "カメラをパンします",
|
|
11
11
|
"a11y.repeat-shape": "図形を繰り返します",
|
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "ブックマークに変換",
|
|
36
36
|
"action.convert-to-embed": "埋め込みに変換",
|
|
37
37
|
"action.copy": "コピー",
|
|
38
|
+
"action.copy-as-json": "JSONとしてコピー",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "PNGとしてコピー",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "SVGとしてコピー",
|
|
@@ -261,7 +263,7 @@
|
|
|
261
263
|
"geo-style.oval": "楕円",
|
|
262
264
|
"geo-style.pentagon": "五角形",
|
|
263
265
|
"geo-style.rectangle": "長方形",
|
|
264
|
-
"geo-style.rhombus": "
|
|
266
|
+
"geo-style.rhombus": "ひし形",
|
|
265
267
|
"geo-style.rhombus-2": "ひし形(左寄り)",
|
|
266
268
|
"geo-style.star": "星",
|
|
267
269
|
"geo-style.trapezoid": "台形",
|
|
@@ -373,7 +375,7 @@
|
|
|
373
375
|
"size-style.m": "中",
|
|
374
376
|
"size-style.s": "小",
|
|
375
377
|
"size-style.xl": "特大",
|
|
376
|
-
"spline-style.cubic": "
|
|
378
|
+
"spline-style.cubic": "三次曲線",
|
|
377
379
|
"spline-style.line": "線",
|
|
378
380
|
"status.offline": "オフライン",
|
|
379
381
|
"style-panel.align": "配置",
|
|
@@ -453,8 +455,8 @@
|
|
|
453
455
|
"tool.pointer-down": "下ポインター",
|
|
454
456
|
"tool.rectangle": "長方形",
|
|
455
457
|
"tool.replace-media": "メディアを交換",
|
|
456
|
-
"tool.rhombus": "
|
|
457
|
-
"tool.rich-text-bold": "
|
|
458
|
+
"tool.rhombus": "ひし形",
|
|
459
|
+
"tool.rich-text-bold": "太字",
|
|
458
460
|
"tool.rich-text-bulletList": "箇条書きリスト",
|
|
459
461
|
"tool.rich-text-code": "コード",
|
|
460
462
|
"tool.rich-text-header": "ヘッダ",
|
|
@@ -484,5 +486,5 @@
|
|
|
484
486
|
"vscode.file-open.backup-saved": "バックアップを保存",
|
|
485
487
|
"vscode.file-open.desc": "このバージョンの tldraw のためにドキュメントを更新しました。オリジナルのバージョンを表示したい場合は以下からバックアップを作成してください",
|
|
486
488
|
"vscode.file-open.dont-show-again": "二度と表示しない",
|
|
487
|
-
"vscode.file-open.open": "
|
|
489
|
+
"vscode.file-open.open": "続ける"
|
|
488
490
|
}
|
package/translations/ko-kr.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"a11y.rotate-shape-cw-fine": "도형을 시계 방향으로 정밀 회전",
|
|
16
16
|
"a11y.select-shape": "다음 도형 선택하기",
|
|
17
17
|
"a11y.select-shape-direction": "방향에서 선택하기",
|
|
18
|
-
"a11y.shape-image": "
|
|
18
|
+
"a11y.shape-image": "이미지",
|
|
19
19
|
"a11y.shape-index": "{total}개 중 {num}개",
|
|
20
20
|
"a11y.shape-video": "동영상",
|
|
21
21
|
"a11y.shrink-shape": "도형 축소",
|
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "북마크로 변환",
|
|
36
36
|
"action.convert-to-embed": "임베드로 변환",
|
|
37
37
|
"action.copy": "복사",
|
|
38
|
+
"action.copy-as-json": "JSON으로 복사",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "PNG로 복사",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "SVG로 복사",
|
|
@@ -256,13 +258,13 @@
|
|
|
256
258
|
"geo-style.cloud": "클라우드",
|
|
257
259
|
"geo-style.diamond": "마름모꼴",
|
|
258
260
|
"geo-style.ellipse": "원형",
|
|
259
|
-
"geo-style.heart": "
|
|
261
|
+
"geo-style.heart": "하트",
|
|
260
262
|
"geo-style.hexagon": "육각형",
|
|
261
263
|
"geo-style.octagon": "팔각형",
|
|
262
264
|
"geo-style.oval": "타원형",
|
|
263
265
|
"geo-style.pentagon": "오각형",
|
|
264
266
|
"geo-style.rectangle": "사각형",
|
|
265
|
-
"geo-style.rhombus": "
|
|
267
|
+
"geo-style.rhombus": "마름모",
|
|
266
268
|
"geo-style.rhombus-2": "왼쪽 방향 마름모",
|
|
267
269
|
"geo-style.star": "별",
|
|
268
270
|
"geo-style.trapezoid": "사다리꼴",
|
|
@@ -337,7 +339,7 @@
|
|
|
337
339
|
"people-menu.follow": "팔로우",
|
|
338
340
|
"people-menu.following": "팔로잉",
|
|
339
341
|
"people-menu.invite": "다른 사용자 초대",
|
|
340
|
-
"people-menu.leading": "
|
|
342
|
+
"people-menu.leading": "나를 팔로우 중",
|
|
341
343
|
"people-menu.title": "사용자",
|
|
342
344
|
"people-menu.user": "(나)",
|
|
343
345
|
"share-menu.copied": "링크가 복사됐습니다!",
|
|
@@ -417,9 +419,9 @@
|
|
|
417
419
|
"tool.arrow-up": "위쪽 화살표",
|
|
418
420
|
"tool.aspect-ratio": "비율",
|
|
419
421
|
"tool.aspect-ratio.circle": "원형 (1:1)",
|
|
420
|
-
"tool.aspect-ratio.landscape": "
|
|
422
|
+
"tool.aspect-ratio.landscape": "가로 (4:3)",
|
|
421
423
|
"tool.aspect-ratio.original": "원본",
|
|
422
|
-
"tool.aspect-ratio.portrait": "
|
|
424
|
+
"tool.aspect-ratio.portrait": "세로 (3:4)",
|
|
423
425
|
"tool.aspect-ratio.square": "정방형 (1:1)",
|
|
424
426
|
"tool.aspect-ratio.wide": "와이드 (16:9)",
|
|
425
427
|
"tool.bookmark": "북마크",
|
|
@@ -434,7 +436,7 @@
|
|
|
434
436
|
"tool.flip-vert": "세로로 뒤집기",
|
|
435
437
|
"tool.frame": "프레임",
|
|
436
438
|
"tool.hand": "핸드툴",
|
|
437
|
-
"tool.heart": "
|
|
439
|
+
"tool.heart": "하트",
|
|
438
440
|
"tool.hexagon": "육각형",
|
|
439
441
|
"tool.highlight": "하이라이트",
|
|
440
442
|
"tool.image-crop": "이미지 자르기",
|
package/translations/ne.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "बुकमार्कमा रूपान्तरण गर्नुहोस्",
|
|
36
36
|
"action.convert-to-embed": "एम्बेडमा रूपान्तरण गर्नुहोस्",
|
|
37
37
|
"action.copy": "कपि गर्नुहोस्",
|
|
38
|
+
"action.copy-as-json": "JSON को रूपमा प्रतिलिपि गर्नुहोस्",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "PNG को रूपमा प्रतिलिपि गर्नुहोस्",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "SVG को रूपमा प्रतिलिपि गर्नुहोस्",
|
package/translations/pl.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Przekształć w zakładkę",
|
|
36
36
|
"action.convert-to-embed": "Przekształć w osadzony element",
|
|
37
37
|
"action.copy": "Kopiuj",
|
|
38
|
+
"action.copy-as-json": "Kopiuj jako JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Kopiuj jako PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Kopiuj jako SVG",
|
package/translations/pt-br.json
CHANGED
|
@@ -35,16 +35,18 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Converter para marcador",
|
|
36
36
|
"action.convert-to-embed": "Converter para incorporar",
|
|
37
37
|
"action.copy": "Copiar",
|
|
38
|
+
"action.copy-as-json": "Copiar como JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Copiar como PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Copiar como SVG",
|
|
41
43
|
"action.copy-as-svg.short": "SVG",
|
|
42
44
|
"action.cut": "Cortar",
|
|
43
45
|
"action.delete": "Deletar",
|
|
44
|
-
"action.distribute-horizontal": "
|
|
45
|
-
"action.distribute-horizontal.short": "
|
|
46
|
-
"action.distribute-vertical": "
|
|
47
|
-
"action.distribute-vertical.short": "
|
|
46
|
+
"action.distribute-horizontal": "Distribuir na horizontal",
|
|
47
|
+
"action.distribute-horizontal.short": "Distribuir na horizontal",
|
|
48
|
+
"action.distribute-vertical": "Distribuir na vertical",
|
|
49
|
+
"action.distribute-vertical.short": "Distribuir na vertical",
|
|
48
50
|
"action.download-original": "Baixar original",
|
|
49
51
|
"action.duplicate": "Duplicar",
|
|
50
52
|
"action.edit-link": "Editar link",
|
|
@@ -77,7 +79,7 @@
|
|
|
77
79
|
"action.open-embed-link": "Abrir link",
|
|
78
80
|
"action.open-file": "Abrir arquivo",
|
|
79
81
|
"action.open-kbd-shortcuts": "Abrir atalhos de teclado",
|
|
80
|
-
"action.pack": "
|
|
82
|
+
"action.pack": "Compactar",
|
|
81
83
|
"action.paste": "Colar",
|
|
82
84
|
"action.paste-error-description": "Não foi possível colar devido à falta de permissões da área de transferência. Habilite as permissões e tente novamente.",
|
|
83
85
|
"action.paste-error-title": "Falha ao colar",
|
|
@@ -155,7 +157,7 @@
|
|
|
155
157
|
"arrow-kind-style.elbow": "Cotovelo",
|
|
156
158
|
"arrowheadEnd-style.arrow": "Seta",
|
|
157
159
|
"arrowheadEnd-style.bar": "Barra",
|
|
158
|
-
"arrowheadEnd-style.diamond": "
|
|
160
|
+
"arrowheadEnd-style.diamond": "Losango",
|
|
159
161
|
"arrowheadEnd-style.dot": "Ponto",
|
|
160
162
|
"arrowheadEnd-style.inverted": "Invertido",
|
|
161
163
|
"arrowheadEnd-style.none": "Nenhum",
|
|
@@ -164,7 +166,7 @@
|
|
|
164
166
|
"arrowheadEnd-style.triangle": "Triângulo",
|
|
165
167
|
"arrowheadStart-style.arrow": "Seta",
|
|
166
168
|
"arrowheadStart-style.bar": "Barra",
|
|
167
|
-
"arrowheadStart-style.diamond": "
|
|
169
|
+
"arrowheadStart-style.diamond": "Losango",
|
|
168
170
|
"arrowheadStart-style.dot": "Ponto",
|
|
169
171
|
"arrowheadStart-style.inverted": "Invertido",
|
|
170
172
|
"arrowheadStart-style.none": "Nenhum",
|
|
@@ -253,7 +255,7 @@
|
|
|
253
255
|
"geo-style.arrow-up": "Seta para cima",
|
|
254
256
|
"geo-style.check-box": "Caixa de seleção",
|
|
255
257
|
"geo-style.cloud": "Nuvem",
|
|
256
|
-
"geo-style.diamond": "
|
|
258
|
+
"geo-style.diamond": "Losango",
|
|
257
259
|
"geo-style.ellipse": "Elipse",
|
|
258
260
|
"geo-style.heart": "Coração",
|
|
259
261
|
"geo-style.hexagon": "Hexágono",
|
|
@@ -424,7 +426,7 @@
|
|
|
424
426
|
"tool.bookmark": "Marcador",
|
|
425
427
|
"tool.check-box": "Caixa de seleção",
|
|
426
428
|
"tool.cloud": "Nuvem",
|
|
427
|
-
"tool.diamond": "
|
|
429
|
+
"tool.diamond": "Losango",
|
|
428
430
|
"tool.draw": "Desenhar",
|
|
429
431
|
"tool.ellipse": "Elipse",
|
|
430
432
|
"tool.embed": "Incorporar",
|
|
@@ -454,7 +456,7 @@
|
|
|
454
456
|
"tool.rectangle": "Retângulo",
|
|
455
457
|
"tool.replace-media": "Substituir mídia",
|
|
456
458
|
"tool.rhombus": "Losango",
|
|
457
|
-
"tool.rich-text-bold": "
|
|
459
|
+
"tool.rich-text-bold": "Negrito",
|
|
458
460
|
"tool.rich-text-bulletList": "Lista com marcadores",
|
|
459
461
|
"tool.rich-text-code": "Código",
|
|
460
462
|
"tool.rich-text-header": "Cabeçalho",
|
|
@@ -478,7 +480,7 @@
|
|
|
478
480
|
"ui.unchecked": "Não selecionado",
|
|
479
481
|
"verticalAlign-style.end": "Fundo",
|
|
480
482
|
"verticalAlign-style.middle": "Meio",
|
|
481
|
-
"verticalAlign-style.start": "
|
|
483
|
+
"verticalAlign-style.start": "Topo",
|
|
482
484
|
"vscode.file-open.backup": "Backup",
|
|
483
485
|
"vscode.file-open.backup-failed": "Falha no backup: este não é um arquivo .tldr.",
|
|
484
486
|
"vscode.file-open.backup-saved": "Backup salvo",
|
package/translations/pt-pt.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Converter para marcador",
|
|
36
36
|
"action.convert-to-embed": "Converter para incorporação",
|
|
37
37
|
"action.copy": "Copiar",
|
|
38
|
+
"action.copy-as-json": "Copiar como JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Copiar como PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Copiar como SVG",
|
package/translations/ro.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Convertește la marcaj",
|
|
36
36
|
"action.convert-to-embed": "Convertește la înglobare",
|
|
37
37
|
"action.copy": "Copiază",
|
|
38
|
+
"action.copy-as-json": "Copiază ca JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Copiază ca PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Copiază ca SVG",
|
package/translations/ru.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Конвертировать в закладку",
|
|
36
36
|
"action.convert-to-embed": "Конвертировать во встраивание",
|
|
37
37
|
"action.copy": "Копировать",
|
|
38
|
+
"action.copy-as-json": "Копировать как JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Копировать как PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Копировать как SVG",
|
|
@@ -442,7 +444,7 @@
|
|
|
442
444
|
"tool.image-zoom": "Увеличить",
|
|
443
445
|
"tool.laser": "Лазер",
|
|
444
446
|
"tool.line": "Линия",
|
|
445
|
-
"tool.media": "
|
|
447
|
+
"tool.media": "Медиа",
|
|
446
448
|
"tool.media-alt-text": "Альтернативный текст",
|
|
447
449
|
"tool.media-alt-text-confirm": "Подтвердить",
|
|
448
450
|
"tool.media-alt-text-desc": "Добавьте описание…",
|
|
@@ -454,13 +456,13 @@
|
|
|
454
456
|
"tool.rectangle": "Прямоугольник",
|
|
455
457
|
"tool.replace-media": "Заменить медиа",
|
|
456
458
|
"tool.rhombus": "Ромб",
|
|
457
|
-
"tool.rich-text-bold": "
|
|
459
|
+
"tool.rich-text-bold": "Жирный",
|
|
458
460
|
"tool.rich-text-bulletList": "Маркированный список",
|
|
459
461
|
"tool.rich-text-code": "Код",
|
|
460
462
|
"tool.rich-text-header": "Заголовок",
|
|
461
463
|
"tool.rich-text-highlight": "Выделять",
|
|
462
464
|
"tool.rich-text-italic": "Курсив",
|
|
463
|
-
"tool.rich-text-link": "
|
|
465
|
+
"tool.rich-text-link": "Ссылка",
|
|
464
466
|
"tool.rich-text-link-remove": "Удалить ссылку",
|
|
465
467
|
"tool.rich-text-link-visit": "Перейти по ссылке",
|
|
466
468
|
"tool.rich-text-orderedList": "Нумерованный список",
|
package/translations/sl.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Pretvori v zaznamek",
|
|
36
36
|
"action.convert-to-embed": "Pretvori v vdelavo",
|
|
37
37
|
"action.copy": "Kopiraj",
|
|
38
|
+
"action.copy-as-json": "Kopiraj kot JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Kopiraj kot PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Kopiraj kot SVG",
|
package/translations/so.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "U beddel xusuusin",
|
|
36
36
|
"action.convert-to-embed": "U beddel embed",
|
|
37
37
|
"action.copy": "Koobi",
|
|
38
|
+
"action.copy-as-json": "Koobiyee JSON ahaan",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Koobiyee PNG ahaan",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Koobiyee SVG ahaan",
|
package/translations/th.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "แปลงเป็นบุ๊กมาร์ก",
|
|
36
36
|
"action.convert-to-embed": "แปลงเป็น Embed",
|
|
37
37
|
"action.copy": "คัดลอก",
|
|
38
|
+
"action.copy-as-json": "คัดลอกเป็น JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "คัดลอกเป็น PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "คัดลอกเป็น SVG",
|
package/translations/tr.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Yer işaretine dönüştür",
|
|
36
36
|
"action.convert-to-embed": "Yerleştirmeye dönüştür",
|
|
37
37
|
"action.copy": "Kopyala",
|
|
38
|
+
"action.copy-as-json": "JSON olarak kopyala",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "PNG olarak kopyala",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "SVG olarak kopyala",
|
package/translations/uk.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Перетворити у закладку",
|
|
36
36
|
"action.convert-to-embed": "Конвертувати у вбудовування",
|
|
37
37
|
"action.copy": "Копіювати",
|
|
38
|
+
"action.copy-as-json": "Копіювати як JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Копіювати як PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Копіювати як SVG",
|
package/translations/vi.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Chuyển đổi thành Dấu trang",
|
|
36
36
|
"action.convert-to-embed": "Chuyển đổi sang Nhúng",
|
|
37
37
|
"action.copy": "Sao chép",
|
|
38
|
+
"action.copy-as-json": "Sao chép định dạng JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "Sao chép định dạng PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "Sao chép định dạng SVG",
|
package/translations/zh-cn.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "转换为书签",
|
|
36
36
|
"action.convert-to-embed": "转换为嵌入",
|
|
37
37
|
"action.copy": "复制",
|
|
38
|
+
"action.copy-as-json": "复制为 JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "复制为 PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "复制为 SVG",
|
|
@@ -244,7 +246,7 @@
|
|
|
244
246
|
"fill-style.solid": "实心",
|
|
245
247
|
"focus-mode.toggle-focus-mode": "切换专注模式",
|
|
246
248
|
"font-style.draw": "画笔",
|
|
247
|
-
"font-style.mono": "
|
|
249
|
+
"font-style.mono": "等宽",
|
|
248
250
|
"font-style.sans": "无衬线",
|
|
249
251
|
"font-style.serif": "衬线",
|
|
250
252
|
"geo-style.arrow-down": "向下箭头",
|
|
@@ -373,7 +375,7 @@
|
|
|
373
375
|
"size-style.m": "中",
|
|
374
376
|
"size-style.s": "小",
|
|
375
377
|
"size-style.xl": "加大",
|
|
376
|
-
"spline-style.cubic": "
|
|
378
|
+
"spline-style.cubic": "三次曲线",
|
|
377
379
|
"spline-style.line": "直线",
|
|
378
380
|
"status.offline": "离线",
|
|
379
381
|
"style-panel.align": "对齐",
|
|
@@ -460,7 +462,7 @@
|
|
|
460
462
|
"tool.rich-text-header": "标题",
|
|
461
463
|
"tool.rich-text-highlight": "强调",
|
|
462
464
|
"tool.rich-text-italic": "斜体",
|
|
463
|
-
"tool.rich-text-link": "
|
|
465
|
+
"tool.rich-text-link": "链接",
|
|
464
466
|
"tool.rich-text-link-remove": "删除链接",
|
|
465
467
|
"tool.rich-text-link-visit": "访问链接",
|
|
466
468
|
"tool.rich-text-orderedList": "有序列表",
|
package/translations/zh-tw.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "轉換為書籤",
|
|
36
36
|
"action.convert-to-embed": "轉換為嵌入",
|
|
37
37
|
"action.copy": "複製",
|
|
38
|
+
"action.copy-as-json": "複製為 JSON",
|
|
39
|
+
"action.copy-as-json.short": "JSON",
|
|
38
40
|
"action.copy-as-png": "複製為 PNG",
|
|
39
41
|
"action.copy-as-png.short": "PNG",
|
|
40
42
|
"action.copy-as-svg": "複製為 SVG",
|