@tldraw/assets 4.6.0-next.fecc64eee134 → 5.0.0
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/package.json +2 -2
- package/translations/ar.json +7 -1
- package/translations/bn.json +9 -0
- package/translations/ca.json +7 -1
- package/translations/cs.json +7 -1
- package/translations/da.json +8 -2
- package/translations/de.json +8 -2
- package/translations/el.json +9 -0
- package/translations/es.json +6 -0
- package/translations/fa.json +9 -3
- package/translations/fi.json +7 -1
- package/translations/fr.json +6 -2
- package/translations/gl.json +9 -0
- package/translations/gu-in.json +9 -0
- package/translations/he.json +6 -0
- package/translations/hi-in.json +8 -2
- package/translations/hr.json +7 -1
- package/translations/hu.json +7 -1
- package/translations/id.json +7 -1
- package/translations/it.json +6 -0
- package/translations/ja.json +6 -0
- package/translations/km-kh.json +9 -0
- package/translations/kn.json +9 -0
- package/translations/ko-kr.json +8 -3
- package/translations/main.json +1 -0
- package/translations/ml.json +9 -0
- package/translations/mr.json +9 -0
- package/translations/ms.json +9 -0
- package/translations/ne.json +8 -2
- package/translations/nl.json +9 -0
- package/translations/no.json +9 -0
- package/translations/pa.json +9 -0
- package/translations/pl.json +7 -1
- package/translations/pt-br.json +7 -1
- package/translations/pt-pt.json +6 -0
- package/translations/ro.json +8 -2
- package/translations/ru.json +8 -2
- package/translations/sl.json +6 -0
- package/translations/so.json +8 -2
- package/translations/sv.json +9 -1
- package/translations/ta.json +9 -0
- package/translations/te.json +9 -0
- package/translations/th.json +8 -2
- package/translations/tl.json +9 -0
- package/translations/tr.json +7 -1
- package/translations/uk.json +6 -0
- package/translations/ur.json +9 -0
- package/translations/vi.json +8 -2
- package/translations/zh-cn.json +7 -1
- package/translations/zh-tw.json +7 -1
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
|
+
"version": "5.0.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw Inc.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"test-coverage": "yarn run -T vitest run --coverage --passWithNoTests"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@tldraw/utils": "
|
|
51
|
+
"@tldraw/utils": "5.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"lazyrepo": "0.0.0-alpha.27",
|
package/translations/ar.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "تحويل إلى إشارة مرجعية",
|
|
36
36
|
"action.convert-to-embed": "تحويل إلى تضمين",
|
|
37
37
|
"action.copy": "نسخ",
|
|
38
|
-
"action.copy-as-json": "
|
|
38
|
+
"action.copy-as-json": "انسخ كملف JSON",
|
|
39
39
|
"action.copy-as-json.short": "JSON",
|
|
40
40
|
"action.copy-as-png": "نسخ بصيغة PNG",
|
|
41
41
|
"action.copy-as-png.short": "صيغة PNG",
|
|
@@ -121,6 +121,8 @@
|
|
|
121
121
|
"action.toggle-focus-mode.menu": "وضع التركيز",
|
|
122
122
|
"action.toggle-grid": "التبديل لوضع الشبكة",
|
|
123
123
|
"action.toggle-grid.menu": "إظهار الشبكة",
|
|
124
|
+
"action.toggle-invert-zoom": "تبديل عكس تكبير/تصغير الماوس",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "عكس تكبير/تصغير الماوس",
|
|
124
126
|
"action.toggle-keyboard-shortcuts": "تبديل اختصارات لوحة المفاتيح",
|
|
125
127
|
"action.toggle-keyboard-shortcuts.menu": "اختصارات لوحة المفاتيح",
|
|
126
128
|
"action.toggle-lock": "قفل / فتح",
|
|
@@ -144,6 +146,7 @@
|
|
|
144
146
|
"action.unlock-all": "فتح الكل",
|
|
145
147
|
"action.zoom-in": "تكبير",
|
|
146
148
|
"action.zoom-out": "تصغير",
|
|
149
|
+
"action.zoom-quick": "تكبير سريع",
|
|
147
150
|
"action.zoom-to-100": "التكبير إلى 100%",
|
|
148
151
|
"action.zoom-to-fit": "التكبير للملاءمة",
|
|
149
152
|
"action.zoom-to-selection": "التكبير للتحديد",
|
|
@@ -240,6 +243,7 @@
|
|
|
240
243
|
"file-system.shared-document-file-open-error.description": "فتح الملفات من المشاريع المشتركة غير مدعوم.",
|
|
241
244
|
"file-system.shared-document-file-open-error.title": "تعذر فتح الملف",
|
|
242
245
|
"fill-style.fill": "ملء",
|
|
246
|
+
"fill-style.lined-fill": "تعبئة بخطوط",
|
|
243
247
|
"fill-style.none": "لا يوجد",
|
|
244
248
|
"fill-style.pattern": "نمط",
|
|
245
249
|
"fill-style.semi": "شبه",
|
|
@@ -300,10 +304,12 @@
|
|
|
300
304
|
"help-menu.title": "المساعدة والمصادر",
|
|
301
305
|
"help-menu.twitter": "Twitter",
|
|
302
306
|
"menu.accessibility": "سهولة الوصول",
|
|
307
|
+
"menu.color-theme": "نظام الألوان",
|
|
303
308
|
"menu.copy-as": "النسخ بصيغة",
|
|
304
309
|
"menu.edit": "تعديل",
|
|
305
310
|
"menu.export-as": "التصدير بصيغة",
|
|
306
311
|
"menu.file": "ملف",
|
|
312
|
+
"menu.input-device": "جهاز الإدخال",
|
|
307
313
|
"menu.language": "اللغة",
|
|
308
314
|
"menu.preferences": "التفضيلات",
|
|
309
315
|
"menu.theme": "الموضوع",
|
package/translations/bn.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": "পিএনজি",
|
|
40
42
|
"action.copy-as-svg": "SVG হিসাবে অনুলিপি করুন",
|
|
@@ -90,6 +92,7 @@
|
|
|
90
92
|
"action.save-copy": "একটি কপি সংরক্ষণ করুন",
|
|
91
93
|
"action.select-all": "সব নির্বাচন করুন",
|
|
92
94
|
"action.select-none": "কোনোটি নির্বাচন করুন না",
|
|
95
|
+
"action.select-zoom-tool": "জুম",
|
|
93
96
|
"action.send-backward": "পিছনে পাঠান",
|
|
94
97
|
"action.send-to-back": "ফিরে পাঠান",
|
|
95
98
|
"action.share-project": "এই প্রকল্প শেয়ার করুন",
|
|
@@ -118,6 +121,8 @@
|
|
|
118
121
|
"action.toggle-focus-mode.menu": "ফোকাস মোড",
|
|
119
122
|
"action.toggle-grid": "গ্রিড টগল করুন",
|
|
120
123
|
"action.toggle-grid.menu": "গ্রিড দেখান",
|
|
124
|
+
"action.toggle-invert-zoom": "মাউস জুম ইনভার্ট টগল করুন",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "মাউস জুম বিপরীত করুন",
|
|
121
126
|
"action.toggle-keyboard-shortcuts": "কীবোর্ড শর্টকাট টগল করুন",
|
|
122
127
|
"action.toggle-keyboard-shortcuts.menu": "কীবোর্ড শর্টকাটগুলি সক্ষম করুন",
|
|
123
128
|
"action.toggle-lock": "লক/আনলক",
|
|
@@ -141,6 +146,7 @@
|
|
|
141
146
|
"action.unlock-all": "সব আনলক করুন",
|
|
142
147
|
"action.zoom-in": "জুম ইন করুন",
|
|
143
148
|
"action.zoom-out": "জুম আউট করুন",
|
|
149
|
+
"action.zoom-quick": "দ্রুত জুম",
|
|
144
150
|
"action.zoom-to-100": "100% পর্যন্ত জুম করুন",
|
|
145
151
|
"action.zoom-to-fit": "জুম ফিট",
|
|
146
152
|
"action.zoom-to-selection": "নির্বাচন করতে জুম করুন",
|
|
@@ -237,6 +243,7 @@
|
|
|
237
243
|
"file-system.shared-document-file-open-error.description": "ভাগ করা প্রকল্প থেকে ফাইল খোলা সমর্থিত নয়.",
|
|
238
244
|
"file-system.shared-document-file-open-error.title": "ফাইল খুলতে পারেনি",
|
|
239
245
|
"fill-style.fill": "ভরাট",
|
|
246
|
+
"fill-style.lined-fill": "রেখাযুক্ত পূরণ",
|
|
240
247
|
"fill-style.none": "কোনোটিই নয়",
|
|
241
248
|
"fill-style.pattern": "প্যাটার্ন",
|
|
242
249
|
"fill-style.semi": "সেমি",
|
|
@@ -297,10 +304,12 @@
|
|
|
297
304
|
"help-menu.title": "সাহায্য এবং সম্পদ",
|
|
298
305
|
"help-menu.twitter": "টুইটার",
|
|
299
306
|
"menu.accessibility": "অ্যাক্সেসযোগ্যতা",
|
|
307
|
+
"menu.color-theme": "রঙের থিম",
|
|
300
308
|
"menu.copy-as": "হিসাবে অনুলিপি",
|
|
301
309
|
"menu.edit": "সম্পাদনা করুন",
|
|
302
310
|
"menu.export-as": "হিসাবে রপ্তানি করুন",
|
|
303
311
|
"menu.file": "ফাইল",
|
|
312
|
+
"menu.input-device": "ইনপুট ডিভাইস",
|
|
304
313
|
"menu.language": "ভাষা",
|
|
305
314
|
"menu.preferences": "পছন্দসমূহ",
|
|
306
315
|
"menu.theme": "থিম",
|
package/translations/ca.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
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": "
|
|
38
|
+
"action.copy-as-json": "Copia com a JSON",
|
|
39
39
|
"action.copy-as-json.short": "JSON",
|
|
40
40
|
"action.copy-as-png": "Copiar com a PNG",
|
|
41
41
|
"action.copy-as-png.short": "PNG",
|
|
@@ -121,6 +121,8 @@
|
|
|
121
121
|
"action.toggle-focus-mode.menu": "Mode de concentració",
|
|
122
122
|
"action.toggle-grid": "Commutar quadrícula",
|
|
123
123
|
"action.toggle-grid.menu": "Mostra la quadrícula",
|
|
124
|
+
"action.toggle-invert-zoom": "Inverteix el zoom del ratolí",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "Invertir el zoom del ratolí",
|
|
124
126
|
"action.toggle-keyboard-shortcuts": "Activa/desactiva les dreceres de teclat",
|
|
125
127
|
"action.toggle-keyboard-shortcuts.menu": "Dreceres de teclat",
|
|
126
128
|
"action.toggle-lock": "Bloquejar / Desbloquejar",
|
|
@@ -144,6 +146,7 @@
|
|
|
144
146
|
"action.unlock-all": "Desbloqueja-ho tot",
|
|
145
147
|
"action.zoom-in": "Apropar-se",
|
|
146
148
|
"action.zoom-out": "Allunyar-se",
|
|
149
|
+
"action.zoom-quick": "Zoom ràpid",
|
|
147
150
|
"action.zoom-to-100": "Amplia fins al 100%",
|
|
148
151
|
"action.zoom-to-fit": "Enquadrar",
|
|
149
152
|
"action.zoom-to-selection": "Ampliar fins a la selecció",
|
|
@@ -240,6 +243,7 @@
|
|
|
240
243
|
"file-system.shared-document-file-open-error.description": "No es poden obrir fitxers de projectes compartits.",
|
|
241
244
|
"file-system.shared-document-file-open-error.title": "No s'ha pogut obrir el fitxer",
|
|
242
245
|
"fill-style.fill": "Omplir",
|
|
246
|
+
"fill-style.lined-fill": "Emplenat amb línies",
|
|
243
247
|
"fill-style.none": "Cap",
|
|
244
248
|
"fill-style.pattern": "Patró",
|
|
245
249
|
"fill-style.semi": "Semi",
|
|
@@ -300,10 +304,12 @@
|
|
|
300
304
|
"help-menu.title": "Ajuda i recursos",
|
|
301
305
|
"help-menu.twitter": "Twitter",
|
|
302
306
|
"menu.accessibility": "Accessibilitat",
|
|
307
|
+
"menu.color-theme": "Tema de color",
|
|
303
308
|
"menu.copy-as": "Copiar com a...",
|
|
304
309
|
"menu.edit": "Editar",
|
|
305
310
|
"menu.export-as": "Exportar com a...",
|
|
306
311
|
"menu.file": "Fitxer",
|
|
312
|
+
"menu.input-device": "Dispositiu d'entrada",
|
|
307
313
|
"menu.language": "Llengua",
|
|
308
314
|
"menu.preferences": "Preferències",
|
|
309
315
|
"menu.theme": "Tema",
|
package/translations/cs.json
CHANGED
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"action.save-copy": "Uložit kopii",
|
|
93
93
|
"action.select-all": "Vybrat vše",
|
|
94
94
|
"action.select-none": "Nevybrat žádné",
|
|
95
|
-
"action.select-zoom-tool": "
|
|
95
|
+
"action.select-zoom-tool": "Přiblížení",
|
|
96
96
|
"action.send-backward": "Posunout dozadu",
|
|
97
97
|
"action.send-to-back": "Poslat do pozadí",
|
|
98
98
|
"action.share-project": "Sdílet projekt",
|
|
@@ -121,6 +121,8 @@
|
|
|
121
121
|
"action.toggle-focus-mode.menu": "Režim pro soustředění",
|
|
122
122
|
"action.toggle-grid": "Mřížka",
|
|
123
123
|
"action.toggle-grid.menu": "Zobrazit mřížku",
|
|
124
|
+
"action.toggle-invert-zoom": "Přepnout invertovat zoom myši",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "Invertovat přiblížení myší",
|
|
124
126
|
"action.toggle-keyboard-shortcuts": "Zobrazit klávesové zkratky",
|
|
125
127
|
"action.toggle-keyboard-shortcuts.menu": "Klávesové zkratky",
|
|
126
128
|
"action.toggle-lock": "Zamknout/Odemknout",
|
|
@@ -144,6 +146,7 @@
|
|
|
144
146
|
"action.unlock-all": "Odemknout vše",
|
|
145
147
|
"action.zoom-in": "Přiblížit",
|
|
146
148
|
"action.zoom-out": "Oddálit",
|
|
149
|
+
"action.zoom-quick": "Rychlé přiblížení",
|
|
147
150
|
"action.zoom-to-100": "Přiblížit na 100 %",
|
|
148
151
|
"action.zoom-to-fit": "Přiblížit",
|
|
149
152
|
"action.zoom-to-selection": "Přiblížit k výběru",
|
|
@@ -240,6 +243,7 @@
|
|
|
240
243
|
"file-system.shared-document-file-open-error.description": "Otevírání souborů ze sdílených projektů není podporováno.",
|
|
241
244
|
"file-system.shared-document-file-open-error.title": "Soubor nelze otevřít",
|
|
242
245
|
"fill-style.fill": "Vyplnit",
|
|
246
|
+
"fill-style.lined-fill": "Linkovaná výplň",
|
|
243
247
|
"fill-style.none": "Bez výplně",
|
|
244
248
|
"fill-style.pattern": "Vzor",
|
|
245
249
|
"fill-style.semi": "Semi",
|
|
@@ -300,10 +304,12 @@
|
|
|
300
304
|
"help-menu.title": "Nápověda a zdroje",
|
|
301
305
|
"help-menu.twitter": "Twitter",
|
|
302
306
|
"menu.accessibility": "Usnadnění",
|
|
307
|
+
"menu.color-theme": "Barevný motiv",
|
|
303
308
|
"menu.copy-as": "Kopírovat jako",
|
|
304
309
|
"menu.edit": "Upravit",
|
|
305
310
|
"menu.export-as": "Exportovat jako",
|
|
306
311
|
"menu.file": "Soubor",
|
|
312
|
+
"menu.input-device": "Vstupní zařízení",
|
|
307
313
|
"menu.language": "Jazyk",
|
|
308
314
|
"menu.preferences": "Předvolby",
|
|
309
315
|
"menu.theme": "Režim",
|
package/translations/da.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
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": "
|
|
38
|
+
"action.copy-as-json": "Kopiér som JSON",
|
|
39
39
|
"action.copy-as-json.short": "JSON",
|
|
40
40
|
"action.copy-as-png": "Kopier som PNG",
|
|
41
41
|
"action.copy-as-png.short": "PNG",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"action.save-copy": "Gem en kopi",
|
|
93
93
|
"action.select-all": "Vælg alt",
|
|
94
94
|
"action.select-none": "Fravælg alt",
|
|
95
|
-
"action.select-zoom-tool": "Zoom
|
|
95
|
+
"action.select-zoom-tool": "Zoom",
|
|
96
96
|
"action.send-backward": "Send bagud",
|
|
97
97
|
"action.send-to-back": "Send bagerst",
|
|
98
98
|
"action.share-project": "Del dette projekt",
|
|
@@ -121,6 +121,8 @@
|
|
|
121
121
|
"action.toggle-focus-mode.menu": "Fokusfunktion",
|
|
122
122
|
"action.toggle-grid": "Slå grid til/fra",
|
|
123
123
|
"action.toggle-grid.menu": "Vis grid",
|
|
124
|
+
"action.toggle-invert-zoom": "Slå inverteret musezoom til/fra",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "Inverter musezoom",
|
|
124
126
|
"action.toggle-keyboard-shortcuts": "Slå tastaturgenveje til/fra",
|
|
125
127
|
"action.toggle-keyboard-shortcuts.menu": "Tastaturgenveje",
|
|
126
128
|
"action.toggle-lock": "Slå lås til/fra",
|
|
@@ -144,6 +146,7 @@
|
|
|
144
146
|
"action.unlock-all": "Oplås alle",
|
|
145
147
|
"action.zoom-in": "Zoom ind",
|
|
146
148
|
"action.zoom-out": "Zoom ud",
|
|
149
|
+
"action.zoom-quick": "Hurtig zoom",
|
|
147
150
|
"action.zoom-to-100": "Zoom til 100%",
|
|
148
151
|
"action.zoom-to-fit": "Zoom til lærred",
|
|
149
152
|
"action.zoom-to-selection": "Zoom til valgte",
|
|
@@ -240,6 +243,7 @@
|
|
|
240
243
|
"file-system.shared-document-file-open-error.description": "Åbning af filer fra delte projekter er ikke understøttet.",
|
|
241
244
|
"file-system.shared-document-file-open-error.title": "Kunne ikke åbne filen",
|
|
242
245
|
"fill-style.fill": "Fyld",
|
|
246
|
+
"fill-style.lined-fill": "Linjefyld",
|
|
243
247
|
"fill-style.none": "Ingen",
|
|
244
248
|
"fill-style.pattern": "Mønster",
|
|
245
249
|
"fill-style.semi": "Semi",
|
|
@@ -300,10 +304,12 @@
|
|
|
300
304
|
"help-menu.title": "Hjælp og ressourcer",
|
|
301
305
|
"help-menu.twitter": "Twitter",
|
|
302
306
|
"menu.accessibility": "Tilgængelighed",
|
|
307
|
+
"menu.color-theme": "Farvetema",
|
|
303
308
|
"menu.copy-as": "Kopier som",
|
|
304
309
|
"menu.edit": "Rediger",
|
|
305
310
|
"menu.export-as": "Eksporter som",
|
|
306
311
|
"menu.file": "Fil",
|
|
312
|
+
"menu.input-device": "Inputenhed",
|
|
307
313
|
"menu.language": "Sprog",
|
|
308
314
|
"menu.preferences": "Indstillinger",
|
|
309
315
|
"menu.theme": "Tema",
|
package/translations/de.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
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": "
|
|
38
|
+
"action.copy-as-json": "Als JSON kopieren",
|
|
39
39
|
"action.copy-as-json.short": "JSON",
|
|
40
40
|
"action.copy-as-png": "Als PNG kopieren",
|
|
41
41
|
"action.copy-as-png.short": "PNG",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"action.save-copy": "Eine Kopie speichern",
|
|
93
93
|
"action.select-all": "Alle auswählen",
|
|
94
94
|
"action.select-none": "Keine auswählen",
|
|
95
|
-
"action.select-zoom-tool": "
|
|
95
|
+
"action.select-zoom-tool": "Zoom",
|
|
96
96
|
"action.send-backward": "Rückwärts senden",
|
|
97
97
|
"action.send-to-back": "Zurücksenden",
|
|
98
98
|
"action.share-project": "Dieses Projekt teilen",
|
|
@@ -121,6 +121,8 @@
|
|
|
121
121
|
"action.toggle-focus-mode.menu": "Fokus-Modus",
|
|
122
122
|
"action.toggle-grid": "Gitter umschalten",
|
|
123
123
|
"action.toggle-grid.menu": "Gitter anzeigen",
|
|
124
|
+
"action.toggle-invert-zoom": "Mauszoom-Umkehrung umschalten",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "Mauszoom umkehren",
|
|
124
126
|
"action.toggle-keyboard-shortcuts": "Tastaturkürzel umschalten",
|
|
125
127
|
"action.toggle-keyboard-shortcuts.menu": "Tastaturkürzel",
|
|
126
128
|
"action.toggle-lock": "Sperren / Entsperren",
|
|
@@ -144,6 +146,7 @@
|
|
|
144
146
|
"action.unlock-all": "Alle entsperren",
|
|
145
147
|
"action.zoom-in": "Vergrößern",
|
|
146
148
|
"action.zoom-out": "Verkleinern",
|
|
149
|
+
"action.zoom-quick": "Schnellzoom",
|
|
147
150
|
"action.zoom-to-100": "Auf 100 % zoomen",
|
|
148
151
|
"action.zoom-to-fit": "Zoom auf Inhalt anpassen",
|
|
149
152
|
"action.zoom-to-selection": "Zoom auf Auswahl",
|
|
@@ -240,6 +243,7 @@
|
|
|
240
243
|
"file-system.shared-document-file-open-error.description": "Das Öffnen von Dateien aus gemeinsamen Projekten wird nicht unterstützt.",
|
|
241
244
|
"file-system.shared-document-file-open-error.title": "Konnte die Datei nicht öffnen",
|
|
242
245
|
"fill-style.fill": "Ausfüllen",
|
|
246
|
+
"fill-style.lined-fill": "Linierte Füllung",
|
|
243
247
|
"fill-style.none": "Keine",
|
|
244
248
|
"fill-style.pattern": "Muster",
|
|
245
249
|
"fill-style.semi": "Semi",
|
|
@@ -300,10 +304,12 @@
|
|
|
300
304
|
"help-menu.title": "Hilfe und Ressourcen",
|
|
301
305
|
"help-menu.twitter": "Twitter",
|
|
302
306
|
"menu.accessibility": "Zugänglichkeit",
|
|
307
|
+
"menu.color-theme": "Farbthema",
|
|
303
308
|
"menu.copy-as": "Kopieren als",
|
|
304
309
|
"menu.edit": "Bearbeiten",
|
|
305
310
|
"menu.export-as": "Exportieren als",
|
|
306
311
|
"menu.file": "Datei",
|
|
312
|
+
"menu.input-device": "Eingabegerät",
|
|
307
313
|
"menu.language": "Sprache",
|
|
308
314
|
"menu.preferences": "Einstellungen",
|
|
309
315
|
"menu.theme": "Design",
|
package/translations/el.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",
|
|
@@ -90,6 +92,7 @@
|
|
|
90
92
|
"action.save-copy": "Αποθηκεύστε ένα αντίγραφο",
|
|
91
93
|
"action.select-all": "Επιλέξτε όλα",
|
|
92
94
|
"action.select-none": "Επιλέξτε κανένα",
|
|
95
|
+
"action.select-zoom-tool": "Ζουμ",
|
|
93
96
|
"action.send-backward": "Αποστολή προς τα πίσω",
|
|
94
97
|
"action.send-to-back": "Αποστολή στην πλάτη",
|
|
95
98
|
"action.share-project": "Μοιραστείτε αυτό το έργο",
|
|
@@ -118,6 +121,8 @@
|
|
|
118
121
|
"action.toggle-focus-mode.menu": "Λειτουργία εστίασης",
|
|
119
122
|
"action.toggle-grid": "Εναλλαγή πλέγματος",
|
|
120
123
|
"action.toggle-grid.menu": "Εμφάνιση πλέγματος",
|
|
124
|
+
"action.toggle-invert-zoom": "Εναλλαγή αντιστροφής ζουμ ποντικιού",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "Αντιστροφή ζουμ ποντικιού",
|
|
121
126
|
"action.toggle-keyboard-shortcuts": "Εναλλαγή συντομεύσεων πληκτρολογίου",
|
|
122
127
|
"action.toggle-keyboard-shortcuts.menu": "Ενεργοποίηση συντομεύσεων πληκτρολογίου",
|
|
123
128
|
"action.toggle-lock": "Κλείδωμα / Ξεκλείδωμα",
|
|
@@ -141,6 +146,7 @@
|
|
|
141
146
|
"action.unlock-all": "Ξεκλειδώστε όλα",
|
|
142
147
|
"action.zoom-in": "Μεγέθυνση",
|
|
143
148
|
"action.zoom-out": "Σμίκρυνση",
|
|
149
|
+
"action.zoom-quick": "Γρήγορο ζουμ",
|
|
144
150
|
"action.zoom-to-100": "Ζουμ στο 100%",
|
|
145
151
|
"action.zoom-to-fit": "Ζουμ για να ταιριάζει",
|
|
146
152
|
"action.zoom-to-selection": "Ζουμ στην επιλογή",
|
|
@@ -237,6 +243,7 @@
|
|
|
237
243
|
"file-system.shared-document-file-open-error.description": "Το άνοιγμα αρχείων από κοινόχρηστα έργα δεν υποστηρίζεται.",
|
|
238
244
|
"file-system.shared-document-file-open-error.title": "Δεν ήταν δυνατό το άνοιγμα του αρχείου",
|
|
239
245
|
"fill-style.fill": "Γέμισμα",
|
|
246
|
+
"fill-style.lined-fill": "Γέμισμα με επένδυση",
|
|
240
247
|
"fill-style.none": "Κανένας",
|
|
241
248
|
"fill-style.pattern": "Πρότυπο",
|
|
242
249
|
"fill-style.semi": "Ημι",
|
|
@@ -297,10 +304,12 @@
|
|
|
297
304
|
"help-menu.title": "Βοήθεια και πόροι",
|
|
298
305
|
"help-menu.twitter": "Κελάδημα",
|
|
299
306
|
"menu.accessibility": "Προσιτότητα",
|
|
307
|
+
"menu.color-theme": "Θέμα χρώματος",
|
|
300
308
|
"menu.copy-as": "Αντιγραφή ως",
|
|
301
309
|
"menu.edit": "Εκδίδω",
|
|
302
310
|
"menu.export-as": "Εξαγωγή ως",
|
|
303
311
|
"menu.file": "Αρχείο",
|
|
312
|
+
"menu.input-device": "Συσκευή εισόδου",
|
|
304
313
|
"menu.language": "Γλώσσα",
|
|
305
314
|
"menu.preferences": "Προτιμήσεις",
|
|
306
315
|
"menu.theme": "Θέμα",
|
package/translations/es.json
CHANGED
|
@@ -121,6 +121,8 @@
|
|
|
121
121
|
"action.toggle-focus-mode.menu": "Modo de enfoque",
|
|
122
122
|
"action.toggle-grid": "Alternar cuadrícula",
|
|
123
123
|
"action.toggle-grid.menu": "Mostrar cuadrícula",
|
|
124
|
+
"action.toggle-invert-zoom": "Alternar inversión del zoom del ratón",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "Invertir el zoom del ratón",
|
|
124
126
|
"action.toggle-keyboard-shortcuts": "Activar/desactivar atajos de teclado",
|
|
125
127
|
"action.toggle-keyboard-shortcuts.menu": "Atajos de teclado",
|
|
126
128
|
"action.toggle-lock": "Bloquear/desbloquear",
|
|
@@ -144,6 +146,7 @@
|
|
|
144
146
|
"action.unlock-all": "Desbloquear todo",
|
|
145
147
|
"action.zoom-in": "Acercar",
|
|
146
148
|
"action.zoom-out": "Alejar",
|
|
149
|
+
"action.zoom-quick": "Zoom rápido",
|
|
147
150
|
"action.zoom-to-100": "Zoom a 100 %",
|
|
148
151
|
"action.zoom-to-fit": "Zoom para ajustar",
|
|
149
152
|
"action.zoom-to-selection": "Zoom a la selección",
|
|
@@ -240,6 +243,7 @@
|
|
|
240
243
|
"file-system.shared-document-file-open-error.description": "No es posible abrir archivos de proyectos compartidos.",
|
|
241
244
|
"file-system.shared-document-file-open-error.title": "No se pudo abrir el archivo",
|
|
242
245
|
"fill-style.fill": "Relleno",
|
|
246
|
+
"fill-style.lined-fill": "Relleno con líneas",
|
|
243
247
|
"fill-style.none": "Ninguno",
|
|
244
248
|
"fill-style.pattern": "Patrón",
|
|
245
249
|
"fill-style.semi": "Semi",
|
|
@@ -300,10 +304,12 @@
|
|
|
300
304
|
"help-menu.title": "Ayuda y recursos",
|
|
301
305
|
"help-menu.twitter": "Twitter",
|
|
302
306
|
"menu.accessibility": "Accesibilidad",
|
|
307
|
+
"menu.color-theme": "Tema de color",
|
|
303
308
|
"menu.copy-as": "Copiar como",
|
|
304
309
|
"menu.edit": "Editar",
|
|
305
310
|
"menu.export-as": "Exportar como",
|
|
306
311
|
"menu.file": "Archivo",
|
|
312
|
+
"menu.input-device": "Dispositivo de entrada",
|
|
307
313
|
"menu.language": "Idioma",
|
|
308
314
|
"menu.preferences": "Preferencias",
|
|
309
315
|
"menu.theme": "Tema",
|
package/translations/fa.json
CHANGED
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "تبدیل به نشانهگذاری",
|
|
36
36
|
"action.convert-to-embed": "تبدیل به جاسازی",
|
|
37
37
|
"action.copy": "رونوشت",
|
|
38
|
-
"action.copy-as-json": "
|
|
39
|
-
"action.copy-as-json.short": "
|
|
38
|
+
"action.copy-as-json": "کپی به صورت JSON",
|
|
39
|
+
"action.copy-as-json.short": "جیسون",
|
|
40
40
|
"action.copy-as-png": "رونوشت بهعنوان PNG",
|
|
41
41
|
"action.copy-as-png.short": "PNG",
|
|
42
42
|
"action.copy-as-svg": "رونوشت بهعنوان SVG",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"action.save-copy": "ذخیره یک رونوشت",
|
|
93
93
|
"action.select-all": "انتخاب همه",
|
|
94
94
|
"action.select-none": "انتخاب هیچیک",
|
|
95
|
-
"action.select-zoom-tool": "
|
|
95
|
+
"action.select-zoom-tool": "بزرگنمایی",
|
|
96
96
|
"action.send-backward": "پشت بردن",
|
|
97
97
|
"action.send-to-back": "بردن به پشت همه",
|
|
98
98
|
"action.share-project": "همرسانی این پروژه",
|
|
@@ -121,6 +121,8 @@
|
|
|
121
121
|
"action.toggle-focus-mode.menu": "حالت تمرکز",
|
|
122
122
|
"action.toggle-grid": "تغییر وضعیت خطوط راهنما",
|
|
123
123
|
"action.toggle-grid.menu": "نمایش خطوط راهنما",
|
|
124
|
+
"action.toggle-invert-zoom": "معکوس کردن بزرگنمایی ماوس",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "معکوس کردن بزرگنمایی ماوس",
|
|
124
126
|
"action.toggle-keyboard-shortcuts": "میانبرهای صفحه کلید را تغییر دهید",
|
|
125
127
|
"action.toggle-keyboard-shortcuts.menu": "میانبرهای صفحهکلید",
|
|
126
128
|
"action.toggle-lock": "قفلکردن / بازکردن قفل",
|
|
@@ -144,6 +146,7 @@
|
|
|
144
146
|
"action.unlock-all": "بازکردن قفل همه",
|
|
145
147
|
"action.zoom-in": "بزرگنمایی",
|
|
146
148
|
"action.zoom-out": "کوچکنمایی",
|
|
149
|
+
"action.zoom-quick": "بزرگنمایی سریع",
|
|
147
150
|
"action.zoom-to-100": "بزرگنمایی به ۱۰۰٪",
|
|
148
151
|
"action.zoom-to-fit": "بزرگنمایی به تناسب",
|
|
149
152
|
"action.zoom-to-selection": "بزرگنمایی به انتخابشدهها",
|
|
@@ -240,6 +243,7 @@
|
|
|
240
243
|
"file-system.shared-document-file-open-error.description": "بازکردن پیوندهها از پروژههای همرسانیشده پشتیبانی نمیشود.",
|
|
241
244
|
"file-system.shared-document-file-open-error.title": "پرونده باز نشد",
|
|
242
245
|
"fill-style.fill": "پر کردن",
|
|
246
|
+
"fill-style.lined-fill": "پر کردن خطی",
|
|
243
247
|
"fill-style.none": "هیچیک",
|
|
244
248
|
"fill-style.pattern": "الگو",
|
|
245
249
|
"fill-style.semi": "نیمه",
|
|
@@ -300,10 +304,12 @@
|
|
|
300
304
|
"help-menu.title": "کمک و منابع",
|
|
301
305
|
"help-menu.twitter": "توییتر",
|
|
302
306
|
"menu.accessibility": "دسترسیپذیری",
|
|
307
|
+
"menu.color-theme": "تم رنگی",
|
|
303
308
|
"menu.copy-as": "رونوشت بهعنوان",
|
|
304
309
|
"menu.edit": "ویرایش",
|
|
305
310
|
"menu.export-as": "برونریزی با قالب",
|
|
306
311
|
"menu.file": "پرونده",
|
|
312
|
+
"menu.input-device": "دستگاه ورودی",
|
|
307
313
|
"menu.language": "زبان",
|
|
308
314
|
"menu.preferences": "ترجیحات",
|
|
309
315
|
"menu.theme": "تم",
|
package/translations/fi.json
CHANGED
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"action.save-copy": "Tallenna kopio",
|
|
93
93
|
"action.select-all": "Valitse kaikki",
|
|
94
94
|
"action.select-none": "Poista valinta",
|
|
95
|
-
"action.select-zoom-tool": "
|
|
95
|
+
"action.select-zoom-tool": "Zoomaus",
|
|
96
96
|
"action.send-backward": "Eteenpäin",
|
|
97
97
|
"action.send-to-back": "Taaksepäin",
|
|
98
98
|
"action.share-project": "Jaa tämä projekti",
|
|
@@ -121,6 +121,8 @@
|
|
|
121
121
|
"action.toggle-focus-mode.menu": "Keskittymistila",
|
|
122
122
|
"action.toggle-grid": "Ruudukko päälle/pois",
|
|
123
123
|
"action.toggle-grid.menu": "Näytä ruudukko",
|
|
124
|
+
"action.toggle-invert-zoom": "Hiiren zoomauksen käänteiskytkentä päälle/pois",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "Käännä hiiren zoomaus",
|
|
124
126
|
"action.toggle-keyboard-shortcuts": "Pikanäppäinten kytkeminen päälle/pois",
|
|
125
127
|
"action.toggle-keyboard-shortcuts.menu": "Pikanäppäimet",
|
|
126
128
|
"action.toggle-lock": "Lukitse / Avaa",
|
|
@@ -144,6 +146,7 @@
|
|
|
144
146
|
"action.unlock-all": "Avaa kaikki",
|
|
145
147
|
"action.zoom-in": "Lähennä",
|
|
146
148
|
"action.zoom-out": "Loitonna",
|
|
149
|
+
"action.zoom-quick": "Nopea zoomaus",
|
|
147
150
|
"action.zoom-to-100": "Zoomaa 100 %:iin",
|
|
148
151
|
"action.zoom-to-fit": "Zoomaa sopivaksi",
|
|
149
152
|
"action.zoom-to-selection": "Zoomaa valintaan",
|
|
@@ -240,6 +243,7 @@
|
|
|
240
243
|
"file-system.shared-document-file-open-error.description": "Tiedostojen avaaminen jaetuista projekteista ei ole tuettu.",
|
|
241
244
|
"file-system.shared-document-file-open-error.title": "Tiedostoa ei voitu avata",
|
|
242
245
|
"fill-style.fill": "Täyttää",
|
|
246
|
+
"fill-style.lined-fill": "Viivoitettu täyttö",
|
|
243
247
|
"fill-style.none": "Ei täyttöä",
|
|
244
248
|
"fill-style.pattern": "Kuvio",
|
|
245
249
|
"fill-style.semi": "Osittainen",
|
|
@@ -300,10 +304,12 @@
|
|
|
300
304
|
"help-menu.title": "Ohje ja resurssit",
|
|
301
305
|
"help-menu.twitter": "Twitter",
|
|
302
306
|
"menu.accessibility": "Esteettömyys",
|
|
307
|
+
"menu.color-theme": "Väriteema",
|
|
303
308
|
"menu.copy-as": "Kopioi muodossa",
|
|
304
309
|
"menu.edit": "Muokkaa",
|
|
305
310
|
"menu.export-as": "Vie muodossa",
|
|
306
311
|
"menu.file": "Tiedosto",
|
|
312
|
+
"menu.input-device": "Syöttölaite",
|
|
307
313
|
"menu.language": "Kieli",
|
|
308
314
|
"menu.preferences": "Asetukset",
|
|
309
315
|
"menu.theme": "Teema",
|
package/translations/fr.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
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
|
|
38
|
+
"action.copy-as-json": "Copier au format JSON",
|
|
39
39
|
"action.copy-as-json.short": "JSON",
|
|
40
40
|
"action.copy-as-png": "Copier en tant que PNG",
|
|
41
41
|
"action.copy-as-png.short": "PNG",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"action.save-copy": "Enregistrer une copie",
|
|
93
93
|
"action.select-all": "Sélectionner tout",
|
|
94
94
|
"action.select-none": "Sélectionner aucun",
|
|
95
|
-
"action.select-zoom-tool": "
|
|
95
|
+
"action.select-zoom-tool": "Zoom",
|
|
96
96
|
"action.send-backward": "Envoyer vers l'arrière",
|
|
97
97
|
"action.send-to-back": "Envoyer à l'arrière",
|
|
98
98
|
"action.share-project": "Partager ce projet",
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"action.toggle-focus-mode.menu": "Mode Focus",
|
|
122
122
|
"action.toggle-grid": "Activer la grille",
|
|
123
123
|
"action.toggle-grid.menu": "Afficher la grille",
|
|
124
|
+
"action.toggle-invert-zoom": "Inverser le zoom de la souris",
|
|
124
125
|
"action.toggle-invert-zoom.menu": "Inverser le zoom de la souris",
|
|
125
126
|
"action.toggle-keyboard-shortcuts": "Activer/désactiver les raccourcis clavier",
|
|
126
127
|
"action.toggle-keyboard-shortcuts.menu": "Raccourcis clavier",
|
|
@@ -242,6 +243,7 @@
|
|
|
242
243
|
"file-system.shared-document-file-open-error.description": "L'ouverture de fichiers à partir de projets partagés n'est pas prise en charge.",
|
|
243
244
|
"file-system.shared-document-file-open-error.title": "Impossible d'ouvrir le fichier",
|
|
244
245
|
"fill-style.fill": "Remplir",
|
|
246
|
+
"fill-style.lined-fill": "Remplissage doublé",
|
|
245
247
|
"fill-style.none": "Aucun",
|
|
246
248
|
"fill-style.pattern": "Motif",
|
|
247
249
|
"fill-style.semi": "Semi",
|
|
@@ -302,10 +304,12 @@
|
|
|
302
304
|
"help-menu.title": "Aide et ressources",
|
|
303
305
|
"help-menu.twitter": "Twitter",
|
|
304
306
|
"menu.accessibility": "Accessibilité",
|
|
307
|
+
"menu.color-theme": "Thème de couleurs",
|
|
305
308
|
"menu.copy-as": "Copier en tant que",
|
|
306
309
|
"menu.edit": "Modifier",
|
|
307
310
|
"menu.export-as": "Exporter en tant que",
|
|
308
311
|
"menu.file": "Fichier",
|
|
312
|
+
"menu.input-device": "Périphérique d'entrée",
|
|
309
313
|
"menu.language": "Langue",
|
|
310
314
|
"menu.preferences": "Préférences",
|
|
311
315
|
"menu.theme": "Thème",
|
package/translations/gl.json
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"action.convert-to-bookmark": "Converter a favorito",
|
|
36
36
|
"action.convert-to-embed": "Converter a embed",
|
|
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",
|
|
@@ -90,6 +92,7 @@
|
|
|
90
92
|
"action.save-copy": "Gardar unha copia",
|
|
91
93
|
"action.select-all": "Selecionar todo",
|
|
92
94
|
"action.select-none": "Selecionar nada",
|
|
95
|
+
"action.select-zoom-tool": "Zoom",
|
|
93
96
|
"action.send-backward": "Mover atrás",
|
|
94
97
|
"action.send-to-back": "Mover ao fondo",
|
|
95
98
|
"action.share-project": "Compartir este proxecto",
|
|
@@ -118,6 +121,8 @@
|
|
|
118
121
|
"action.toggle-focus-mode.menu": "Modo concentración",
|
|
119
122
|
"action.toggle-grid": "Amosar cuadrícula",
|
|
120
123
|
"action.toggle-grid.menu": "Amosar cuadrícula",
|
|
124
|
+
"action.toggle-invert-zoom": "Inverter/desactivar o zoom do rato",
|
|
125
|
+
"action.toggle-invert-zoom.menu": "Inverter o zoom do rato",
|
|
121
126
|
"action.toggle-keyboard-shortcuts": "Activar/desactivar os atallos de teclado",
|
|
122
127
|
"action.toggle-keyboard-shortcuts.menu": "Activar os atallos de teclado",
|
|
123
128
|
"action.toggle-lock": "Bloqueo / Desbloqueo",
|
|
@@ -141,6 +146,7 @@
|
|
|
141
146
|
"action.unlock-all": "Desbloquear todo",
|
|
142
147
|
"action.zoom-in": "Achegar",
|
|
143
148
|
"action.zoom-out": "Afastar",
|
|
149
|
+
"action.zoom-quick": "Zoom rápido",
|
|
144
150
|
"action.zoom-to-100": "Zoom ao 100%",
|
|
145
151
|
"action.zoom-to-fit": "Axustar á ventá",
|
|
146
152
|
"action.zoom-to-selection": "Achegar á selección",
|
|
@@ -237,6 +243,7 @@
|
|
|
237
243
|
"file-system.shared-document-file-open-error.description": "Abrir arquivos dende proxectos compartidos non está permitido.",
|
|
238
244
|
"file-system.shared-document-file-open-error.title": "Non se puido abrir o arquivo",
|
|
239
245
|
"fill-style.fill": "Enche",
|
|
246
|
+
"fill-style.lined-fill": "Recheo forrado",
|
|
240
247
|
"fill-style.none": "Ningún",
|
|
241
248
|
"fill-style.pattern": "Patrón",
|
|
242
249
|
"fill-style.semi": "Media",
|
|
@@ -297,10 +304,12 @@
|
|
|
297
304
|
"help-menu.title": "Axuda e recursos",
|
|
298
305
|
"help-menu.twitter": "Twitter",
|
|
299
306
|
"menu.accessibility": "Accesibilidade",
|
|
307
|
+
"menu.color-theme": "Tema de cores",
|
|
300
308
|
"menu.copy-as": "Copiar como",
|
|
301
309
|
"menu.edit": "Editar",
|
|
302
310
|
"menu.export-as": "Exportar como",
|
|
303
311
|
"menu.file": "Arquivo",
|
|
312
|
+
"menu.input-device": "Dispositivo de entrada",
|
|
304
313
|
"menu.language": "Idioma",
|
|
305
314
|
"menu.preferences": "Preferencias",
|
|
306
315
|
"menu.theme": "Tema",
|