@atlaskit/editor-common 82.2.1 → 82.3.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/CHANGELOG.md +31 -0
- package/dist/cjs/extensibility/Extension/Extension/index.js +0 -1
- package/dist/cjs/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/cjs/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/cjs/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/cjs/i18n/cs.js +5 -5
- package/dist/cjs/i18n/da.js +9 -5
- package/dist/cjs/i18n/de.js +9 -5
- package/dist/cjs/i18n/en.js +8 -5
- package/dist/cjs/i18n/en_GB.js +8 -5
- package/dist/cjs/i18n/en_ZZ.js +8 -5
- package/dist/cjs/i18n/es.js +9 -5
- package/dist/cjs/i18n/fi.js +9 -5
- package/dist/cjs/i18n/fr.js +9 -5
- package/dist/cjs/i18n/hu.js +9 -5
- package/dist/cjs/i18n/it.js +9 -5
- package/dist/cjs/i18n/ja.js +9 -5
- package/dist/cjs/i18n/ko.js +9 -5
- package/dist/cjs/i18n/nb.js +5 -5
- package/dist/cjs/i18n/nl.js +9 -5
- package/dist/cjs/i18n/pl.js +9 -5
- package/dist/cjs/i18n/pt_BR.js +9 -5
- package/dist/cjs/i18n/ru.js +9 -5
- package/dist/cjs/i18n/sv.js +9 -5
- package/dist/cjs/i18n/th.js +4 -3
- package/dist/cjs/i18n/tr.js +7 -3
- package/dist/cjs/i18n/uk.js +9 -5
- package/dist/cjs/i18n/vi.js +9 -5
- package/dist/cjs/i18n/zh.js +8 -4
- package/dist/cjs/i18n/zh_TW.js +5 -5
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-color/ColorPalette/Color/index.js +57 -7
- package/dist/cjs/ui-color/ColorPalette/Palettes/highlightColorPalette.js +38 -2
- package/dist/cjs/ui-color/ColorPalette/index.js +4 -2
- package/dist/cjs/utils/annotation/index.js +24 -0
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/extensibility/Extension/Extension/index.js +0 -1
- package/dist/es2019/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/es2019/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/es2019/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/es2019/i18n/cs.js +5 -5
- package/dist/es2019/i18n/da.js +9 -5
- package/dist/es2019/i18n/de.js +9 -5
- package/dist/es2019/i18n/en.js +8 -5
- package/dist/es2019/i18n/en_GB.js +8 -5
- package/dist/es2019/i18n/en_ZZ.js +8 -5
- package/dist/es2019/i18n/es.js +9 -5
- package/dist/es2019/i18n/fi.js +9 -5
- package/dist/es2019/i18n/fr.js +9 -5
- package/dist/es2019/i18n/hu.js +9 -5
- package/dist/es2019/i18n/it.js +9 -5
- package/dist/es2019/i18n/ja.js +9 -5
- package/dist/es2019/i18n/ko.js +9 -5
- package/dist/es2019/i18n/nb.js +5 -5
- package/dist/es2019/i18n/nl.js +9 -5
- package/dist/es2019/i18n/pl.js +9 -5
- package/dist/es2019/i18n/pt_BR.js +9 -5
- package/dist/es2019/i18n/ru.js +9 -5
- package/dist/es2019/i18n/sv.js +9 -5
- package/dist/es2019/i18n/th.js +4 -3
- package/dist/es2019/i18n/tr.js +7 -3
- package/dist/es2019/i18n/uk.js +9 -5
- package/dist/es2019/i18n/vi.js +9 -5
- package/dist/es2019/i18n/zh.js +8 -4
- package/dist/es2019/i18n/zh_TW.js +5 -5
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-color/ColorPalette/Color/index.js +61 -1
- package/dist/es2019/ui-color/ColorPalette/Palettes/highlightColorPalette.js +36 -1
- package/dist/es2019/ui-color/ColorPalette/index.js +4 -2
- package/dist/es2019/utils/annotation/index.js +22 -0
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/extensibility/Extension/Extension/index.js +0 -1
- package/dist/esm/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/esm/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/esm/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/esm/i18n/cs.js +5 -5
- package/dist/esm/i18n/da.js +9 -5
- package/dist/esm/i18n/de.js +9 -5
- package/dist/esm/i18n/en.js +8 -5
- package/dist/esm/i18n/en_GB.js +8 -5
- package/dist/esm/i18n/en_ZZ.js +8 -5
- package/dist/esm/i18n/es.js +9 -5
- package/dist/esm/i18n/fi.js +9 -5
- package/dist/esm/i18n/fr.js +9 -5
- package/dist/esm/i18n/hu.js +9 -5
- package/dist/esm/i18n/it.js +9 -5
- package/dist/esm/i18n/ja.js +9 -5
- package/dist/esm/i18n/ko.js +9 -5
- package/dist/esm/i18n/nb.js +5 -5
- package/dist/esm/i18n/nl.js +9 -5
- package/dist/esm/i18n/pl.js +9 -5
- package/dist/esm/i18n/pt_BR.js +9 -5
- package/dist/esm/i18n/ru.js +9 -5
- package/dist/esm/i18n/sv.js +9 -5
- package/dist/esm/i18n/th.js +4 -3
- package/dist/esm/i18n/tr.js +7 -3
- package/dist/esm/i18n/uk.js +9 -5
- package/dist/esm/i18n/vi.js +9 -5
- package/dist/esm/i18n/zh.js +8 -4
- package/dist/esm/i18n/zh_TW.js +5 -5
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-color/ColorPalette/Color/index.js +57 -7
- package/dist/esm/ui-color/ColorPalette/Palettes/highlightColorPalette.js +37 -1
- package/dist/esm/ui-color/ColorPalette/index.js +4 -2
- package/dist/esm/utils/annotation/index.js +22 -0
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/analytics/types/inline-comment-events.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +3 -3
- package/dist/types/i18n/da.d.ts +7 -3
- package/dist/types/i18n/de.d.ts +7 -3
- package/dist/types/i18n/en.d.ts +6 -3
- package/dist/types/i18n/en_GB.d.ts +6 -3
- package/dist/types/i18n/en_ZZ.d.ts +6 -3
- package/dist/types/i18n/es.d.ts +7 -3
- package/dist/types/i18n/fi.d.ts +7 -3
- package/dist/types/i18n/fr.d.ts +7 -3
- package/dist/types/i18n/hu.d.ts +7 -3
- package/dist/types/i18n/it.d.ts +7 -3
- package/dist/types/i18n/ja.d.ts +7 -3
- package/dist/types/i18n/ko.d.ts +7 -3
- package/dist/types/i18n/nb.d.ts +3 -3
- package/dist/types/i18n/nl.d.ts +7 -3
- package/dist/types/i18n/pl.d.ts +7 -3
- package/dist/types/i18n/pt_BR.d.ts +7 -3
- package/dist/types/i18n/ru.d.ts +7 -3
- package/dist/types/i18n/sv.d.ts +7 -3
- package/dist/types/i18n/th.d.ts +4 -3
- package/dist/types/i18n/tr.d.ts +7 -3
- package/dist/types/i18n/uk.d.ts +7 -3
- package/dist/types/i18n/vi.d.ts +7 -3
- package/dist/types/i18n/zh.d.ts +7 -3
- package/dist/types/i18n/zh_TW.d.ts +3 -3
- package/dist/types/types/feature-flags.d.ts +16 -0
- package/dist/types/ui-color/ColorPalette/Color/index.d.ts +5 -2
- package/dist/types/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
- package/dist/types/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
- package/dist/types/utils/annotation/index.d.ts +10 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/inline-comment-events.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -3
- package/dist/types-ts4.5/i18n/da.d.ts +7 -3
- package/dist/types-ts4.5/i18n/de.d.ts +7 -3
- package/dist/types-ts4.5/i18n/en.d.ts +6 -3
- package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -3
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -3
- package/dist/types-ts4.5/i18n/es.d.ts +7 -3
- package/dist/types-ts4.5/i18n/fi.d.ts +7 -3
- package/dist/types-ts4.5/i18n/fr.d.ts +7 -3
- package/dist/types-ts4.5/i18n/hu.d.ts +7 -3
- package/dist/types-ts4.5/i18n/it.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ja.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ko.d.ts +7 -3
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -3
- package/dist/types-ts4.5/i18n/nl.d.ts +7 -3
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -3
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +7 -3
- package/dist/types-ts4.5/i18n/sv.d.ts +7 -3
- package/dist/types-ts4.5/i18n/th.d.ts +4 -3
- package/dist/types-ts4.5/i18n/tr.d.ts +7 -3
- package/dist/types-ts4.5/i18n/uk.d.ts +7 -3
- package/dist/types-ts4.5/i18n/vi.d.ts +7 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +7 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -3
- package/dist/types-ts4.5/types/feature-flags.d.ts +16 -0
- package/dist/types-ts4.5/ui-color/ColorPalette/Color/index.d.ts +5 -2
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
- package/dist/types-ts4.5/utils/annotation/index.d.ts +10 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +5 -2
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': '결정',
|
|
113
113
|
'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': '결정 추가...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': '크기 줄이기',
|
|
115
|
+
'fabric.editor.decreaseSize': '표 또는 미디어 크기 줄이기',
|
|
117
116
|
'fabric.editor.defaultAltText': '문서',
|
|
118
117
|
'fabric.editor.description': '설명',
|
|
119
118
|
'fabric.editor.displayBlock': '카드 표시',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': '링크 추가',
|
|
131
130
|
'fabric.editor.editAltText': '대체 텍스트 편집',
|
|
132
131
|
'fabric.editor.editDateText': '날짜 편집',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': '검색 쿼리 편집',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': '링크 편집',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': '드롭다운 메뉴 펼치기',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': '편집',
|
|
133
136
|
'fabric.editor.editLink': '링크 편집',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': '편집하도록 초대',
|
|
135
138
|
'fabric.editor.editStatusColor': '상태 색상 편집',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': '크기',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': '가늘게',
|
|
241
244
|
'fabric.editor.improvement': '개선',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': '크기 늘리기',
|
|
245
|
+
'fabric.editor.increaseSize': '표 또는 미디어 크기 늘리기',
|
|
244
246
|
'fabric.editor.indent': '들여쓰기',
|
|
245
247
|
'fabric.editor.info': '정보',
|
|
246
248
|
'fabric.editor.infoPanel': '정보 패널',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': '요소 삽입',
|
|
256
258
|
'fabric.editor.insertRow': '아래에 행 삽입',
|
|
257
259
|
'fabric.editor.insertRowDrag': '행 삽입',
|
|
260
|
+
'fabric.editor.insertTableColumn': '표 열 삽입',
|
|
261
|
+
'fabric.editor.insertTableRow': '표 행 삽입',
|
|
258
262
|
'fabric.editor.invalidDateError': '올바른 날짜를 입력하세요',
|
|
259
263
|
'fabric.editor.invalidLink': '유효한 링크를 입력하세요.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': '자리 표시자 텍스트 추가',
|
|
332
336
|
'fabric.editor.plainText': '일반 텍스트 사용',
|
|
333
337
|
'fabric.editor.quickInsert': '빠른 삽입',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': '기록',
|
|
334
339
|
'fabric.editor.recordVideo': 'Loom 동영상 녹화',
|
|
335
340
|
'fabric.editor.recordVideo.description': '화면 및 생각을 녹화하고 공유하세요',
|
|
336
341
|
'fabric.editor.redo': '다시 실행',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': '입력을 시작하여 태그할 사용자를 검색',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': '태그할 수 있는 사용자',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': '사용자 {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': '가변적인 열 너비',
|
|
438
442
|
'fabric.editor.unableToLoadContent': '이 콘텐츠를 로드할 수 없습니다',
|
|
439
443
|
'fabric.editor.unableToOpenLink': '이 링크를 열 수 없습니다',
|
|
440
444
|
'fabric.editor.underline': '밑줄',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Beslutning',
|
|
113
113
|
'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Legg til en beslutning …',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Reduser størrelsen',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Reduser størrelsen på tabellen eller mediet',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
118
117
|
'fabric.editor.description': 'Beskrivelse',
|
|
119
118
|
'fabric.editor.displayBlock': 'Vis som kort',
|
|
@@ -243,8 +242,7 @@ export default {
|
|
|
243
242
|
'fabric.editor.imageBorderSize': 'Størrelse',
|
|
244
243
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
245
244
|
'fabric.editor.improvement': 'Forbedring',
|
|
246
|
-
'fabric.editor.
|
|
247
|
-
'fabric.editor.increaseSize': 'Øk størrelsen',
|
|
245
|
+
'fabric.editor.increaseSize': 'Øk størrelsen på tabellen eller mediet',
|
|
248
246
|
'fabric.editor.indent': 'Innrykk',
|
|
249
247
|
'fabric.editor.info': 'Informasjon',
|
|
250
248
|
'fabric.editor.infoPanel': 'Informasjonspanel',
|
|
@@ -259,6 +257,8 @@ export default {
|
|
|
259
257
|
'fabric.editor.insertMenu': 'Sett inn elementer',
|
|
260
258
|
'fabric.editor.insertRow': 'Sett inn rad under',
|
|
261
259
|
'fabric.editor.insertRowDrag': 'Sett inn rad',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Sett inn tabellkolonne',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Sett inn tabellrad',
|
|
262
262
|
'fabric.editor.invalidDateError': 'Oppgi en gyldig dato',
|
|
263
263
|
'fabric.editor.invalidLink': 'Skriv inn en gyldig kobling.',
|
|
264
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
|
|
@@ -335,6 +335,7 @@ export default {
|
|
|
335
335
|
'fabric.editor.placeholderTextPlaceholder': 'Legg til plassholdertekst',
|
|
336
336
|
'fabric.editor.plainText': 'Bruk ren tekst',
|
|
337
337
|
'fabric.editor.quickInsert': 'Hurtiginnsetting',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Ta opp',
|
|
338
339
|
'fabric.editor.recordVideo': 'Ta opp en Loom-video',
|
|
339
340
|
'fabric.editor.recordVideo.description': 'Ta opp og del skjerm og tanker',
|
|
340
341
|
'fabric.editor.redo': 'Gjør om',
|
|
@@ -438,7 +439,6 @@ export default {
|
|
|
438
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Begynn å skrive for å søke etter brukere å tagge',
|
|
439
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Brukere du kan tagge',
|
|
440
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Bruker {name} @{shortName}',
|
|
441
|
-
'fabric.editor.unLockColumns': 'Varierende kolonnebredder',
|
|
442
442
|
'fabric.editor.unableToLoadContent': 'Vi kan ikke laste inn dette innholdet',
|
|
443
443
|
'fabric.editor.unableToOpenLink': 'Kan ikke åpne denne koblingen',
|
|
444
444
|
'fabric.editor.underline': 'Understreking',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Beslissing',
|
|
113
113
|
'fabric.editor.decision.description': 'Beslissingen vastleggen zodat deze eenvoudig te traceren zijn',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Beslissing toevoegen...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Formaat verkleinen',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Grootte van tabel of media verkleinen',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Document',
|
|
118
117
|
'fabric.editor.description': 'Omschrijving',
|
|
119
118
|
'fabric.editor.displayBlock': 'Kaart weergeven',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Een link toevoegen',
|
|
131
130
|
'fabric.editor.editAltText': 'Alt-tekst bewerken',
|
|
132
131
|
'fabric.editor.editDateText': 'Bewerkingsdatum',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Zoekopdracht bewerken',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Link bewerken',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Vervolgkeuzemenu uitklappen',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Bewerken',
|
|
133
136
|
'fabric.editor.editLink': 'Link bewerken',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Uitnodigen om te bewerken',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Statuskleur bewerken',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Grootte',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Subtiel',
|
|
241
244
|
'fabric.editor.improvement': 'Verbetering',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Formaat vergroten',
|
|
245
|
+
'fabric.editor.increaseSize': 'Grootte van tabel of media vergroten',
|
|
244
246
|
'fabric.editor.indent': 'Inspringen',
|
|
245
247
|
'fabric.editor.info': 'Informatie',
|
|
246
248
|
'fabric.editor.infoPanel': 'Infopaneel',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Elementen invoegen',
|
|
256
258
|
'fabric.editor.insertRow': 'Rij onder invoegen',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Voeg rij in',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Tabelkolom invoegen',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Tabelrij invoegen',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Voer een geldige datum in',
|
|
259
263
|
'fabric.editor.invalidLink': 'Voer een geldige link in.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig teamgenoten uit voor {productName}} trusted {Nodig teamgenoten uit voor {productName}} other {Voeg teamgenoten toe aan {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Voeg plaatsaanduidingstekst toe',
|
|
332
336
|
'fabric.editor.plainText': 'Tekst zonder opmaak gebruiken',
|
|
333
337
|
'fabric.editor.quickInsert': 'Snel invoegen',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Opnemen',
|
|
334
339
|
'fabric.editor.recordVideo': 'Een Loom-video opnemen',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Neem je scherm en je ideeën op en deel ze',
|
|
336
341
|
'fabric.editor.redo': 'Pas opnieuw toe',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Begin te typen om naar gebruikers te zoeken om te taggen',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Gebruikers die je kunt taggen',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Gebruiker {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Variabele kolombreedtes',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'We konden deze inhoud niet laden',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Kan deze link niet openen',
|
|
440
444
|
'fabric.editor.underline': 'Onderstreept',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Decyzja',
|
|
113
113
|
'fabric.editor.decision.description': 'Obserwuj decyzje, aby łatwo je śledzić',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Dodaj decyzję…',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Zmniejsz rozmiar',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Zmniejsz rozmiar tabeli lub multimediów',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
118
117
|
'fabric.editor.description': 'Opis',
|
|
119
118
|
'fabric.editor.displayBlock': 'Wyświetl kartę',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Dodaj łącze',
|
|
131
130
|
'fabric.editor.editAltText': 'Edytuj tekst alternatywny',
|
|
132
131
|
'fabric.editor.editDateText': 'Edytuj datę',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Edytuj zapytanie wyszukiwania',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Edytuj łącze',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Rozwiń menu rozwijane',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Edytuj',
|
|
133
136
|
'fabric.editor.editLink': 'Edytuj łącze',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zaproś do edycji',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Edytuj kolor statusu',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Rozmiar',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Delikatny',
|
|
241
244
|
'fabric.editor.improvement': 'Ulepszenie',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Zwiększ rozmiar',
|
|
245
|
+
'fabric.editor.increaseSize': 'Zwiększ rozmiar tabeli lub multimediów',
|
|
244
246
|
'fabric.editor.indent': 'Zwiększ wcięcie',
|
|
245
247
|
'fabric.editor.info': 'Informacje',
|
|
246
248
|
'fabric.editor.infoPanel': 'Panel informacyjny',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Wstaw elementy',
|
|
256
258
|
'fabric.editor.insertRow': 'Wstaw wiersz poniżej',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Wstaw wiersz',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Wstaw kolumnę tabeli',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Wstaw wiersz tabeli',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Wprowadź prawidłową datę',
|
|
259
263
|
'fabric.editor.invalidLink': 'Wprowadź prawidłowe łącze.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Zaproś członka zespołu do produktu {productName}} trusted {Zaproś członka zespołu do produktu {productName}} other {Dodaj członka zespołu do produktu {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Dodaj tekst zastępczy',
|
|
332
336
|
'fabric.editor.plainText': 'Użyj zwykłego tekstu',
|
|
333
337
|
'fabric.editor.quickInsert': 'Szybkie wstawianie',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Nagraj',
|
|
334
339
|
'fabric.editor.recordVideo': 'Nagraj film Loom',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Nagraj i udostępnij ekran i przemyślenia',
|
|
336
341
|
'fabric.editor.redo': 'Ponów',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Zacznij pisać, aby wyszukać użytkowników do otagowania',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Użytkownicy, których możesz otagować',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Użytkownik {name} — @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Zmienna szerokość kolumn',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Nie można załadować tej zawartości',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Nie można otworzyć tego łącza',
|
|
440
444
|
'fabric.editor.underline': 'Podkreślenie',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Decisão',
|
|
113
113
|
'fabric.editor.decision.description': 'Registre decisões para facilitar o acompanhamento',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Adicionar uma decisão...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Diminuir tamanho',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Diminuir tamanho da tabela ou imagem',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Documento',
|
|
118
117
|
'fabric.editor.description': 'Descrição',
|
|
119
118
|
'fabric.editor.displayBlock': 'Mostrar cartão',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Adicionar link',
|
|
131
130
|
'fabric.editor.editAltText': 'Editar texto alt',
|
|
132
131
|
'fabric.editor.editDateText': 'Editar data',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Editar consulta de pesquisa',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Editar link',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Expandir menu suspenso',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Editar',
|
|
133
136
|
'fabric.editor.editLink': 'Editar link',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Convidar para editar',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Editar cor do status',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Tamanho',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
241
244
|
'fabric.editor.improvement': 'Melhoria',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Aumentar tamanho',
|
|
245
|
+
'fabric.editor.increaseSize': 'Aumentar tamanho da tabela ou imagem',
|
|
244
246
|
'fabric.editor.indent': 'Recuo',
|
|
245
247
|
'fabric.editor.info': 'Informações',
|
|
246
248
|
'fabric.editor.infoPanel': 'Painel de informações',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Inserir elementos',
|
|
256
258
|
'fabric.editor.insertRow': 'Inserir linha abaixo',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Inserir linha',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Inserir coluna na tabela',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Inserir linha na tabela',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Informe uma data válida',
|
|
259
263
|
'fabric.editor.invalidLink': 'Insira um link válido.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Convidar colega de equipe para {productName}} trusted {Convidar colega de equipe para {productName}} other {Adicionar colega de equipe para {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Adicionar texto do espaço reservado',
|
|
332
336
|
'fabric.editor.plainText': 'Usar texto simples',
|
|
333
337
|
'fabric.editor.quickInsert': 'Inserção rápida',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Gravar',
|
|
334
339
|
'fabric.editor.recordVideo': 'Gravar vídeo do Loom',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Grave e compartilhe sua tela e suas ideias',
|
|
336
341
|
'fabric.editor.redo': 'Refazer',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Comece a digitar para pesquisar usuários a serem marcados',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Usuários que você pode marcar',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Usuário {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Larguras variáveis de coluna',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Não foi possível carregar o conteúdo',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Não é possível abrir este link',
|
|
440
444
|
'fabric.editor.underline': 'Sublinhado',
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Решение',
|
|
113
113
|
'fabric.editor.decision.description': 'Записывайте решения для удобного отслеживания',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Добавить решение…',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Уменьшить размер',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Уменьшить размер таблицы или медиа',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Документ',
|
|
118
117
|
'fabric.editor.description': 'Описание',
|
|
119
118
|
'fabric.editor.displayBlock': 'Отобразить карточку',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Добавить ссылку',
|
|
131
130
|
'fabric.editor.editAltText': 'Изменить альтернативный текст',
|
|
132
131
|
'fabric.editor.editDateText': 'Редактирование даты',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Изменить поисковый запрос',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Изменить ссылку',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Развернуть выпадающее меню',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Изменить',
|
|
133
136
|
'fabric.editor.editLink': 'Изменить ссылку',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Разрешить редактировать',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Редактировать цвет статуса',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Размер',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Узкая',
|
|
241
244
|
'fabric.editor.improvement': 'Улучшение',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Увеличить размер',
|
|
245
|
+
'fabric.editor.increaseSize': 'Увеличить размер таблицы или медиа',
|
|
244
246
|
'fabric.editor.indent': 'Сделать отступ',
|
|
245
247
|
'fabric.editor.info': 'Информация',
|
|
246
248
|
'fabric.editor.infoPanel': 'Информационная панель',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Вставить элементы',
|
|
256
258
|
'fabric.editor.insertRow': 'Вставить строку ниже',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Вставить строку',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Вставить столбец таблицы',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Вставить строку таблицы',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Введите действительную дату',
|
|
259
263
|
'fabric.editor.invalidLink': 'Введите действительную ссылку.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Пригласить коллегу начать работу с {productName}} trusted {Пригласить коллегу начать работу с {productName}} other {Добавить коллегу для работы с {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Добавить замещающий текст',
|
|
332
336
|
'fabric.editor.plainText': 'Использовать неформатированный текст',
|
|
333
337
|
'fabric.editor.quickInsert': 'Быстрая вставка',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Записать',
|
|
334
339
|
'fabric.editor.recordVideo': 'Записать видео Loom',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Запишите видео с экрана и поделитесь своими мыслями',
|
|
336
341
|
'fabric.editor.redo': 'Вернуть',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Начните вводить текст для поиска пользователей, которых можно упомянуть',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Пользователи, которых можно упомянуть',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Пользователь {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Переменная ширина столбцов',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Не удалось загрузить контент',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Не удалось открыть ссылку',
|
|
440
444
|
'fabric.editor.underline': 'Подчеркнутый',
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Beslut',
|
|
113
113
|
'fabric.editor.decision.description': 'Fånga beslut så att de är enklare att spåra',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Lägg till ett beslut ...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Minska storlek',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Minska tabell- eller mediastorlek',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
118
117
|
'fabric.editor.description': 'Beskrivning',
|
|
119
118
|
'fabric.editor.displayBlock': 'Visa kort',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Lägg till en länk',
|
|
131
130
|
'fabric.editor.editAltText': 'Redigera alternativ text',
|
|
132
131
|
'fabric.editor.editDateText': 'Redigeringsdatum',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Redigera sökfråga',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Redigera länk',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Expandera rullgardinsmeny',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Redigera',
|
|
133
136
|
'fabric.editor.editLink': 'Redigera länk',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Bjud in att redigera',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Redigera statusfärg',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Storlek',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
241
244
|
'fabric.editor.improvement': 'Förbättring',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Öka storlek',
|
|
245
|
+
'fabric.editor.increaseSize': 'Öka tabell- eller mediastorlek',
|
|
244
246
|
'fabric.editor.indent': 'Indrag',
|
|
245
247
|
'fabric.editor.info': 'Info',
|
|
246
248
|
'fabric.editor.infoPanel': 'Informationspanel',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Infoga element',
|
|
256
258
|
'fabric.editor.insertRow': 'Infoga rad nedanför',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Infoga rad',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Infoga tabellkolumn',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Infoga tabellrad',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Ange ett giltigt datum',
|
|
259
263
|
'fabric.editor.invalidLink': 'Ange en giltig länk.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Bjud in teammedlem till {productName}} trusted {Bjud in teammedlem till {productName}} other {Lägg till teammedlem i {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Lägg till platshållartext',
|
|
332
336
|
'fabric.editor.plainText': 'Använd oformaterad text',
|
|
333
337
|
'fabric.editor.quickInsert': 'Snabbinfoga',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Spela in',
|
|
334
339
|
'fabric.editor.recordVideo': 'Spela in en Loom-video',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Spela in och dela din skärm och dina tankar',
|
|
336
341
|
'fabric.editor.redo': 'Gör om',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Börja skriva för att söka efter användare att tagga',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Användare som du kan tagga',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Användare {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Varierande kolumnbredder',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Vi kunde inte läsa in innehållet',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Det gick inte att öppna länken',
|
|
440
444
|
'fabric.editor.underline': 'Understruken',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -112,7 +112,6 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'การตัดสินใจ',
|
|
113
113
|
'fabric.editor.decision.description': 'สร้างกรอบการตัดสินใจเพื่อให้คุณติดตามได้ง่าย',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'เพิ่มการตัดสินใจ…',
|
|
115
|
-
'fabric.editor.decreaseColumnSize': 'ลดขนาดคอลัมน์',
|
|
116
115
|
'fabric.editor.decreaseSize': 'ลดขนาด',
|
|
117
116
|
'fabric.editor.defaultAltText': 'เอกสาร',
|
|
118
117
|
'fabric.editor.description': 'คำอธิบาย',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'เพิ่มลิงก์',
|
|
131
130
|
'fabric.editor.editAltText': 'แก้ไขข้อความอธิบายรูปภาพ',
|
|
132
131
|
'fabric.editor.editDateText': 'แก้ไขวันที่',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'แก้ไขคำถามการค้นหา',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'แก้ไขลิงก์',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'ขยายเมนูแบบเลื่อนลง',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'แก้ไข',
|
|
133
136
|
'fabric.editor.editLink': 'แก้ไขลิงก์',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'เชิญให้แก้ไข',
|
|
135
138
|
'fabric.editor.editStatusColor': 'แก้ไขสีสถานะ',
|
|
@@ -239,7 +242,6 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'ขนาด',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'บาง',
|
|
241
244
|
'fabric.editor.improvement': 'การปรับปรุง',
|
|
242
|
-
'fabric.editor.increaseColumnSize': 'เพิ่มขนาดคอลัมน์',
|
|
243
245
|
'fabric.editor.increaseSize': 'เพิ่มขนาด',
|
|
244
246
|
'fabric.editor.indent': 'ย่อหน้าเข้า',
|
|
245
247
|
'fabric.editor.info': 'ข้อมูล',
|
|
@@ -434,7 +436,6 @@ export default {
|
|
|
434
436
|
'fabric.editor.typeahead.mentionInputLabel': 'เริ่มพิมพ์เพื่อค้นหาผู้ใช้ที่จะแท็ก',
|
|
435
437
|
'fabric.editor.typeahead.mentionPopupLabel': 'ผู้ใช้ที่คุณสามารถแท็กได้',
|
|
436
438
|
'fabric.editor.typeahead.metionListItemLabel': 'ผู้ใช้ {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'ความกว้างของคอลัมน์ที่หลากหลาย',
|
|
438
439
|
'fabric.editor.unableToLoadContent': 'เราไม่สามารถโหลดเนื้อหานี้ได้',
|
|
439
440
|
'fabric.editor.unableToOpenLink': 'ไม่สามารถเปิดลิงก์นี้ได้',
|
|
440
441
|
'fabric.editor.underline': 'ขีดเส้นใต้',
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -112,7 +112,6 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Karar',
|
|
113
113
|
'fabric.editor.decision.description': 'Takibi kolaylaştırmak için kararları vurgulayın',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Karar ekle…',
|
|
115
|
-
'fabric.editor.decreaseColumnSize': 'Sütun boyutunu azalt',
|
|
116
115
|
'fabric.editor.decreaseSize': 'Boyutu azalt',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Belge',
|
|
118
117
|
'fabric.editor.description': 'Açıklama',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Bağlantı ekle',
|
|
131
130
|
'fabric.editor.editAltText': 'Alternatif metni düzenle',
|
|
132
131
|
'fabric.editor.editDateText': 'Tarihi Düzenleyin',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Arama sorgusunu düzenle',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Bağlantıyı düzenle',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Açılır menüyü genişlet',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Düzenle',
|
|
133
136
|
'fabric.editor.editLink': 'Bağlantıyı düzenleyin',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Düzenlemek için davet edin',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Durum Rengini Düzenle',
|
|
@@ -239,7 +242,6 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Boyut',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Göze çarpmayan',
|
|
241
244
|
'fabric.editor.improvement': 'İyileştirme',
|
|
242
|
-
'fabric.editor.increaseColumnSize': 'Sütun boyutunu artır',
|
|
243
245
|
'fabric.editor.increaseSize': 'Boyutu artır',
|
|
244
246
|
'fabric.editor.indent': 'Girintile',
|
|
245
247
|
'fabric.editor.info': 'Bilgi',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Öğe ekleyin',
|
|
256
258
|
'fabric.editor.insertRow': 'Aşağıya satır ekle',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Satır ekle',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Tablo sütunu ekle',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Tablo satırı ekle',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Geçerli bir tarih girin',
|
|
259
263
|
'fabric.editor.invalidLink': 'Lütfen geçerli bir bağlantı girin.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Takım arkadaşınızı {productName} ürününe davet edin} trusted {Takım arkadaşınızı {productName} ürününe davet edin} other {Takım arkadaşınızı {productName} ürününe ekleyin}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Yer tutucu metin ekleyin',
|
|
332
336
|
'fabric.editor.plainText': 'Düz metin kullan',
|
|
333
337
|
'fabric.editor.quickInsert': 'Hızlı ekleme',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Kaydet',
|
|
334
339
|
'fabric.editor.recordVideo': 'Bir Loom videosu kaydedin',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Ekranınızı ve düşüncelerinizi kaydedin ve paylaşın',
|
|
336
341
|
'fabric.editor.redo': 'Yinele',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Etiketlemek üzere kullanıcı aramak için yazmaya başlayın',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Etiketleyebileceğiniz kullanıcılar',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': '{name} adlı kullanıcı @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Çeşitli sütun genişlikleri',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Bu içerik yüklenemedi',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Bu bağlantı açılamıyor',
|
|
440
444
|
'fabric.editor.underline': 'Altı çizili',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Рішення',
|
|
113
113
|
'fabric.editor.decision.description': 'Зафіксувати рішення, щоб його було легко знайти',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Додати рішення...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Зменшити розмір',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Зменшення розміру таблиці або мультимедіа',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Документ',
|
|
118
117
|
'fabric.editor.description': 'Опис',
|
|
119
118
|
'fabric.editor.displayBlock': 'Показати картку',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Додати посилання',
|
|
131
130
|
'fabric.editor.editAltText': 'Редагувати текст заміщення',
|
|
132
131
|
'fabric.editor.editDateText': 'Змінення дати',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Редагувати пошуковий запит',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Редагування посилання',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Розгорнути спадне меню',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Редагувати',
|
|
133
136
|
'fabric.editor.editLink': 'Редагування посилання',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Запросити для редагування',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Змінення кольору стану',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Розмір',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Тонка',
|
|
241
244
|
'fabric.editor.improvement': 'Покращення',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Збільшити розмір',
|
|
245
|
+
'fabric.editor.increaseSize': 'Збільшення розміру таблиці або мультимедіа',
|
|
244
246
|
'fabric.editor.indent': 'Збільшити відступ',
|
|
245
247
|
'fabric.editor.info': 'Інформація',
|
|
246
248
|
'fabric.editor.infoPanel': 'Панель з інформацією',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Вставка елементів',
|
|
256
258
|
'fabric.editor.insertRow': 'Вставити рядок знизу',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Вставити рядок',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Додайте стовпець таблиці',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Додайте рядок таблиці',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Введіть дійсну дату',
|
|
259
263
|
'fabric.editor.invalidLink': 'Введіть дійсне посилання.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Запрошення учасника команди до {productName}} trusted {Запрошення учасника команди до {productName}} other {Додавання учасника команди до {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Додати текст-заміщення',
|
|
332
336
|
'fabric.editor.plainText': 'Застосувати текст без форматування',
|
|
333
337
|
'fabric.editor.quickInsert': 'Швидка вставка',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Записати',
|
|
334
339
|
'fabric.editor.recordVideo': 'Запишіть відео в Loom',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Зробіть запис екрана й поділіться своїми ідеями',
|
|
336
341
|
'fabric.editor.redo': 'Повторити',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Почніть вводити текст для пошуку користувачів і згадування їх за допомогою тегу',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Користувачі, яких можна згадати за допомогою тегу',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Користувач {name} (@{shortName})',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Змінювана ширина стовпців',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Не вдалося завантажити цей вміст',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Не вдалося відкрити посилання',
|
|
440
444
|
'fabric.editor.underline': 'Підкреслювання',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Quyết định',
|
|
113
113
|
'fabric.editor.decision.description': 'Thu thập các quyết định để dễ dàng theo dõi',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Thêm quyết định…',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Giảm kích thước',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Giảm kích thước bảng hoặc nội dung nghe nhìn',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Tài liệu',
|
|
118
117
|
'fabric.editor.description': 'Mô tả',
|
|
119
118
|
'fabric.editor.displayBlock': 'Hiển thị thẻ',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Thêm một đường liên kết',
|
|
131
130
|
'fabric.editor.editAltText': 'Chỉnh sửa văn bản thay thế',
|
|
132
131
|
'fabric.editor.editDateText': 'Sửa ngày',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Sửa truy vấn tìm kiếm',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Sửa liên kết',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Mở rộng menu thả xuống',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Sửa',
|
|
133
136
|
'fabric.editor.editLink': 'Chỉnh sửa liên kết',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Mời chỉnh sửa',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Sửa màu trạng thái',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Kích cỡ',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Nhạt',
|
|
241
244
|
'fabric.editor.improvement': 'Cải tiến',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Tăng kích thước',
|
|
245
|
+
'fabric.editor.increaseSize': 'Tăng kích thước bảng hoặc nội dung nghe nhìn',
|
|
244
246
|
'fabric.editor.indent': 'Thụt lề',
|
|
245
247
|
'fabric.editor.info': 'Thông tin',
|
|
246
248
|
'fabric.editor.infoPanel': 'Ô thông tin',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Chèn thành phần',
|
|
256
258
|
'fabric.editor.insertRow': 'Chèn hàng ở bên dưới',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Chèn hàng',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Chèn cột bảng',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Chèn hàng bảng',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Nhập ngày hợp lệ',
|
|
259
263
|
'fabric.editor.invalidLink': 'Vui lòng nhập một liên kết hợp lệ.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Mời thành viên cùng nhóm vào {productName}} trusted {Mời thành viên cùng nhóm vào {productName}} other {Thêm thành viên cùng nhóm vào {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Thêm văn bản giữ chỗ',
|
|
332
336
|
'fabric.editor.plainText': 'Dùng văn bản thuần túy',
|
|
333
337
|
'fabric.editor.quickInsert': 'Chèn nhanh',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Ghi',
|
|
334
339
|
'fabric.editor.recordVideo': 'Quay video Loom',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Quay lại và chia sẻ màn hình cũng như suy nghĩ của bạn',
|
|
336
341
|
'fabric.editor.redo': 'Làm lại',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Bắt đầu nhập để tìm kiếm người dùng để gắn thẻ',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Người dùng bạn có thể gắn thẻ',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Người dùng {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Chiều rộng cột thay đổi',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Chúng tôi không tải được nội dung này',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
|
|
440
444
|
'fabric.editor.underline': 'Gạch dưới',
|