@atlaskit/editor-common 78.11.2 → 78.11.3
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 +7 -0
- package/afm-cc/tsconfig.json +3 -0
- package/dist/cjs/doc-utils/editor-use-only.js +33 -0
- package/dist/cjs/doc-utils/index.js +12 -0
- package/dist/cjs/element-browser/messages.js +2 -2
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/cjs/i18n/cs.js +8 -5
- package/dist/cjs/i18n/da.js +12 -8
- package/dist/cjs/i18n/de.js +13 -8
- package/dist/cjs/i18n/en.js +14 -10
- package/dist/cjs/i18n/en_GB.js +14 -10
- package/dist/cjs/i18n/en_ZZ.js +15 -11
- package/dist/cjs/i18n/es.js +12 -8
- package/dist/cjs/i18n/fi.js +12 -8
- package/dist/cjs/i18n/fr.js +12 -8
- package/dist/cjs/i18n/hu.js +12 -8
- package/dist/cjs/i18n/it.js +12 -8
- package/dist/cjs/i18n/ja.js +12 -8
- package/dist/cjs/i18n/ko.js +12 -8
- package/dist/cjs/i18n/nb.js +12 -8
- package/dist/cjs/i18n/nl.js +12 -8
- package/dist/cjs/i18n/pl.js +12 -8
- package/dist/cjs/i18n/pt_BR.js +14 -6
- package/dist/cjs/i18n/ru.js +12 -8
- package/dist/cjs/i18n/sv.js +12 -8
- package/dist/cjs/i18n/th.js +12 -8
- package/dist/cjs/i18n/tr.js +14 -9
- package/dist/cjs/i18n/uk.js +12 -8
- package/dist/cjs/i18n/vi.js +59 -5
- package/dist/cjs/i18n/zh.js +59 -5
- package/dist/cjs/i18n/zh_TW.js +59 -5
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/doc-utils/editor-use-only.js +25 -0
- package/dist/es2019/doc-utils/index.js +1 -0
- package/dist/es2019/element-browser/messages.js +2 -2
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/es2019/i18n/cs.js +8 -5
- package/dist/es2019/i18n/da.js +12 -8
- package/dist/es2019/i18n/de.js +13 -8
- package/dist/es2019/i18n/en.js +14 -10
- package/dist/es2019/i18n/en_GB.js +14 -10
- package/dist/es2019/i18n/en_ZZ.js +15 -11
- package/dist/es2019/i18n/es.js +12 -8
- package/dist/es2019/i18n/fi.js +12 -8
- package/dist/es2019/i18n/fr.js +12 -8
- package/dist/es2019/i18n/hu.js +12 -8
- package/dist/es2019/i18n/it.js +12 -8
- package/dist/es2019/i18n/ja.js +12 -8
- package/dist/es2019/i18n/ko.js +12 -8
- package/dist/es2019/i18n/nb.js +12 -8
- package/dist/es2019/i18n/nl.js +12 -8
- package/dist/es2019/i18n/pl.js +12 -8
- package/dist/es2019/i18n/pt_BR.js +14 -6
- package/dist/es2019/i18n/ru.js +12 -8
- package/dist/es2019/i18n/sv.js +12 -8
- package/dist/es2019/i18n/th.js +12 -8
- package/dist/es2019/i18n/tr.js +14 -9
- package/dist/es2019/i18n/uk.js +12 -8
- package/dist/es2019/i18n/vi.js +59 -5
- package/dist/es2019/i18n/zh.js +59 -5
- package/dist/es2019/i18n/zh_TW.js +59 -5
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/doc-utils/editor-use-only.js +26 -0
- package/dist/esm/doc-utils/index.js +1 -0
- package/dist/esm/element-browser/messages.js +2 -2
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/esm/i18n/cs.js +8 -5
- package/dist/esm/i18n/da.js +12 -8
- package/dist/esm/i18n/de.js +13 -8
- package/dist/esm/i18n/en.js +14 -10
- package/dist/esm/i18n/en_GB.js +14 -10
- package/dist/esm/i18n/en_ZZ.js +15 -11
- package/dist/esm/i18n/es.js +12 -8
- package/dist/esm/i18n/fi.js +12 -8
- package/dist/esm/i18n/fr.js +12 -8
- package/dist/esm/i18n/hu.js +12 -8
- package/dist/esm/i18n/it.js +12 -8
- package/dist/esm/i18n/ja.js +12 -8
- package/dist/esm/i18n/ko.js +12 -8
- package/dist/esm/i18n/nb.js +12 -8
- package/dist/esm/i18n/nl.js +12 -8
- package/dist/esm/i18n/pl.js +12 -8
- package/dist/esm/i18n/pt_BR.js +14 -6
- package/dist/esm/i18n/ru.js +12 -8
- package/dist/esm/i18n/sv.js +12 -8
- package/dist/esm/i18n/th.js +12 -8
- package/dist/esm/i18n/tr.js +14 -9
- package/dist/esm/i18n/uk.js +12 -8
- package/dist/esm/i18n/vi.js +59 -5
- package/dist/esm/i18n/zh.js +59 -5
- package/dist/esm/i18n/zh_TW.js +59 -5
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/doc-utils/editor-use-only.d.ts +5 -0
- package/dist/types/doc-utils/index.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +8 -5
- package/dist/types/i18n/da.d.ts +9 -5
- package/dist/types/i18n/de.d.ts +10 -5
- package/dist/types/i18n/en.d.ts +10 -6
- package/dist/types/i18n/en_GB.d.ts +10 -6
- package/dist/types/i18n/en_ZZ.d.ts +10 -6
- package/dist/types/i18n/es.d.ts +9 -5
- package/dist/types/i18n/fi.d.ts +9 -5
- package/dist/types/i18n/fr.d.ts +9 -5
- package/dist/types/i18n/hu.d.ts +9 -5
- package/dist/types/i18n/it.d.ts +9 -5
- package/dist/types/i18n/ja.d.ts +9 -5
- package/dist/types/i18n/ko.d.ts +9 -5
- package/dist/types/i18n/nb.d.ts +9 -5
- package/dist/types/i18n/nl.d.ts +9 -5
- package/dist/types/i18n/pl.d.ts +9 -5
- package/dist/types/i18n/pt_BR.d.ts +11 -3
- package/dist/types/i18n/ru.d.ts +9 -5
- package/dist/types/i18n/sv.d.ts +9 -5
- package/dist/types/i18n/th.d.ts +9 -5
- package/dist/types/i18n/tr.d.ts +10 -5
- package/dist/types/i18n/uk.d.ts +9 -5
- package/dist/types/i18n/vi.d.ts +57 -3
- package/dist/types/i18n/zh.d.ts +57 -3
- package/dist/types/i18n/zh_TW.d.ts +57 -3
- package/dist/types-ts4.5/doc-utils/editor-use-only.d.ts +5 -0
- package/dist/types-ts4.5/doc-utils/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +8 -5
- package/dist/types-ts4.5/i18n/da.d.ts +9 -5
- package/dist/types-ts4.5/i18n/de.d.ts +10 -5
- package/dist/types-ts4.5/i18n/en.d.ts +10 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -6
- package/dist/types-ts4.5/i18n/es.d.ts +9 -5
- package/dist/types-ts4.5/i18n/fi.d.ts +9 -5
- package/dist/types-ts4.5/i18n/fr.d.ts +9 -5
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -5
- package/dist/types-ts4.5/i18n/it.d.ts +9 -5
- package/dist/types-ts4.5/i18n/ja.d.ts +9 -5
- package/dist/types-ts4.5/i18n/ko.d.ts +9 -5
- package/dist/types-ts4.5/i18n/nb.d.ts +9 -5
- package/dist/types-ts4.5/i18n/nl.d.ts +9 -5
- package/dist/types-ts4.5/i18n/pl.d.ts +9 -5
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +11 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -5
- package/dist/types-ts4.5/i18n/sv.d.ts +9 -5
- package/dist/types-ts4.5/i18n/th.d.ts +9 -5
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -5
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -5
- package/dist/types-ts4.5/i18n/vi.d.ts +57 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +57 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +57 -3
- package/doc-utils/package.json +15 -0
- package/package.json +6 -4
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
'fabric.editor.addAltText': 'Tekst alternatywny',
|
|
13
13
|
'fabric.editor.addColumnLeft': 'Dodaj kolumnę z lewej',
|
|
14
14
|
'fabric.editor.addColumnRight': 'Dodaj kolumnę z prawej',
|
|
15
|
+
'fabric.editor.addCommentOnMedia': 'Dodaj komentarz',
|
|
15
16
|
'fabric.editor.addImageBorder': 'Dodaj obramowanie',
|
|
16
17
|
'fabric.editor.addMediaFiles': 'Dodaj obraz, film lub plik',
|
|
17
18
|
'fabric.editor.addRowAbove': 'Dodaj wiersz powyżej',
|
|
@@ -103,7 +104,7 @@ export default {
|
|
|
103
104
|
'fabric.editor.decision.description': 'Obserwuj decyzje, aby łatwo je śledzić',
|
|
104
105
|
'fabric.editor.decisionPlaceholder': 'Dodaj decyzję…',
|
|
105
106
|
'fabric.editor.decreaseSize': 'Zmniejsz rozmiar',
|
|
106
|
-
'fabric.editor.defaultAltText': '
|
|
107
|
+
'fabric.editor.defaultAltText': 'Dokument',
|
|
107
108
|
'fabric.editor.description': 'Opis',
|
|
108
109
|
'fabric.editor.displayBlock': 'Wyświetl kartę',
|
|
109
110
|
'fabric.editor.displayEmbed': 'Wyświetl obiekt osadzony',
|
|
@@ -116,6 +117,7 @@ export default {
|
|
|
116
117
|
'fabric.editor.ecombedDescription': 'Wyświetl interaktywny podgląd łącza',
|
|
117
118
|
'fabric.editor.edit': 'Edytuj',
|
|
118
119
|
'fabric.editor.edit.datasource': 'Edytuj zapytanie wyszukiwania',
|
|
120
|
+
'fabric.editor.edit.searchInput': 'Dodaj łącze',
|
|
119
121
|
'fabric.editor.editAltText': 'Edytuj tekst alternatywny',
|
|
120
122
|
'fabric.editor.editDateText': 'Edytuj datę',
|
|
121
123
|
'fabric.editor.editLink': 'Edytuj łącze',
|
|
@@ -127,6 +129,7 @@ export default {
|
|
|
127
129
|
'fabric.editor.editors': 'Edytujący',
|
|
128
130
|
'fabric.editor.elementBrowser.help': 'Pomoc',
|
|
129
131
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administracja',
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
130
133
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Wszystko',
|
|
131
134
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Komunikacja',
|
|
132
135
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Zawartość Confluence',
|
|
@@ -140,9 +143,7 @@ export default {
|
|
|
140
143
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Brak wyników pasujących do wyszukiwania',
|
|
141
144
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Spróbuj wyszukać inny termin lub zapoznaj się z nowymi aplikacjami do produktów Atlassian.',
|
|
142
145
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Poznaj sklep Atlassian Marketplace',
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
144
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'sugestia dostępna dla wpisanego tekstu.',
|
|
145
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'sugestie dostępne / sugestii dostępnych dla wpisanego tekstu.',
|
|
146
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Brak wyników pasujących do wyszukiwania} one {{count} sugestia dostępna dla wpisanego tekstu.} few {{count} sugestie dostępne dla wpisanego tekstu.} many {{count} sugestii dostępnych dla wpisanego tekstu.} other {{count} sugestii dostępnej dla wpisanego tekstu.}}',
|
|
146
147
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
147
148
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Wyszukaj',
|
|
148
149
|
'fabric.editor.elementbrowser.sidebar.heading': 'Przeglądaj',
|
|
@@ -249,11 +250,12 @@ export default {
|
|
|
249
250
|
'fabric.editor.linkAddress': 'Adres łącza',
|
|
250
251
|
'fabric.editor.linkPlaceholder': 'Wklej łącze',
|
|
251
252
|
'fabric.editor.lists': 'Listy',
|
|
253
|
+
'fabric.editor.listsFormat': 'Formatowanie listy',
|
|
252
254
|
'fabric.editor.markdown': 'Markdown',
|
|
253
255
|
'fabric.editor.matchCase': 'Uwzględniaj wielkość liter',
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Szerokość multimediów została zmniejszona do {newMediaWidth,number} piksela.} few {Szerokość multimediów została zmniejszona do {newMediaWidth,number} pikseli.} many {Szerokość multimediów została zmniejszona do {newMediaWidth,number} pikseli.} other {Szerokość multimediów została zmniejszona do {newMediaWidth,number} piksela.}}',
|
|
257
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Szerokość multimediów została zwiększona do {newMediaWidth,number} piksela.} few {Szerokość multimediów została zwiększona do {newMediaWidth,number} pikseli.} many {Szerokość multimediów została zwiększona do {newMediaWidth,number} pikseli.} other {Szerokość multimediów została zwiększona do {newMediaWidth,number} piksela.}}',
|
|
254
258
|
'fabric.editor.media.MediaWidthIsMin': 'Rozmiar multimediów zmniejszony do minimalnego',
|
|
255
|
-
'fabric.editor.media.decreased': 'zmniejszone',
|
|
256
|
-
'fabric.editor.media.increased': 'zwiększone',
|
|
257
259
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Rozmiar multimediów zwiększony do maksymalnego',
|
|
258
260
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'Pole wprowadzania wysokości',
|
|
259
261
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Wysokość',
|
|
@@ -300,7 +302,7 @@ export default {
|
|
|
300
302
|
'fabric.editor.pageActionsLabel': 'Czynności na stronie',
|
|
301
303
|
'fabric.editor.panel.backgroundColor': 'Kolor tła',
|
|
302
304
|
'fabric.editor.panel.emoji': 'Dodaj emoji',
|
|
303
|
-
'fabric.editor.pasteOptions': '
|
|
305
|
+
'fabric.editor.pasteOptions': 'Opcje wklejania',
|
|
304
306
|
'fabric.editor.pastePlainText': 'Wklej zwykły tekst',
|
|
305
307
|
'fabric.editor.placeholderAltText': 'Opisz ten obraz przy użyciu tekstu alternatywnego',
|
|
306
308
|
'fabric.editor.placeholderText': 'Tekst zastępczy',
|
|
@@ -318,6 +320,7 @@ export default {
|
|
|
318
320
|
'fabric.editor.removeRows': '{0, plural, one {Usuń wiersz} few {Usuń wiersze} many {Usuń wiersze} other {Usuń wiersze}}',
|
|
319
321
|
'fabric.editor.replace': 'Zastąp',
|
|
320
322
|
'fabric.editor.replaceAll': 'Zastąp wszystko',
|
|
323
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {Zastąpiono {numberOfMatches,number} dopasowanie} few {Zastąpiono {numberOfMatches,number} dopasowania} many {Zastąpiono {numberOfMatches,number} dopasowań} other {Zastąpiono {numberOfMatches,number} dopasowania}}',
|
|
321
324
|
'fabric.editor.replaceWith': 'Zamień na',
|
|
322
325
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
323
326
|
'fabric.editor.richText': 'Użyj tekstu sformatowanego',
|
|
@@ -358,7 +361,7 @@ export default {
|
|
|
358
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zwiększona do {newWidth,number} piksela.} few {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} many {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} other {Szerokość tabeli została zwiększona do {newWidth,number} piksela.}}',
|
|
359
362
|
'fabric.editor.tableSelector': 'Rozmiar tabeli',
|
|
360
363
|
'fabric.editor.tableSelector.description': 'Dodaj tabelę za pomocą wyskakującego okienka, aby wybrać niestandardowy rozmiar.',
|
|
361
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
364
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} na {numberOfRows}',
|
|
362
365
|
'fabric.editor.tableSizeSelectorPopup': 'Selektor rozmiaru tabeli',
|
|
363
366
|
'fabric.editor.tables.adjustColumn': 'Dostosuj kolumnę',
|
|
364
367
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
|
|
@@ -368,6 +371,7 @@ export default {
|
|
|
368
371
|
'fabric.editor.taskPlaceholder': 'Wprowadź swoją akcję, użyj „@”, aby przypisać ją do użytkownika.',
|
|
369
372
|
'fabric.editor.text.formatting.off': 'Formatowanie tekstu wył.',
|
|
370
373
|
'fabric.editor.textColor': 'Kolor tekstu',
|
|
374
|
+
'fabric.editor.textFormatting': 'Formatowanie tekstu',
|
|
371
375
|
'fabric.editor.textStyles': 'Style tekstu',
|
|
372
376
|
'fabric.editor.threeColumns': 'Trzy kolumny',
|
|
373
377
|
'fabric.editor.threeColumnsWithSidebars': 'Trzy kolumny z paskami bocznymi',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
'fabric.editor.addAltText': 'Texto alt',
|
|
13
13
|
'fabric.editor.addColumnLeft': 'Adicionar coluna à esquerda',
|
|
14
14
|
'fabric.editor.addColumnRight': 'Adicionar coluna à direita',
|
|
15
|
+
'fabric.editor.addCommentOnMedia': 'Adicionar comentário',
|
|
15
16
|
'fabric.editor.addImageBorder': 'Adicionar borda',
|
|
16
17
|
'fabric.editor.addMediaFiles': 'Adicionar imagem, vídeo ou arquivo',
|
|
17
18
|
'fabric.editor.addRowAbove': 'Adicionar linha acima',
|
|
@@ -103,7 +104,7 @@ export default {
|
|
|
103
104
|
'fabric.editor.decision.description': 'Registre decisões para facilitar o acompanhamento',
|
|
104
105
|
'fabric.editor.decisionPlaceholder': 'Adicionar uma decisão...',
|
|
105
106
|
'fabric.editor.decreaseSize': 'Diminuir tamanho',
|
|
106
|
-
'fabric.editor.defaultAltText': '
|
|
107
|
+
'fabric.editor.defaultAltText': 'Documento',
|
|
107
108
|
'fabric.editor.description': 'Descrição',
|
|
108
109
|
'fabric.editor.displayBlock': 'Mostrar cartão',
|
|
109
110
|
'fabric.editor.displayEmbed': 'Mostrar incorporado',
|
|
@@ -116,6 +117,7 @@ export default {
|
|
|
116
117
|
'fabric.editor.ecombedDescription': 'Mostrar visualização interativa de links',
|
|
117
118
|
'fabric.editor.edit': 'Editar',
|
|
118
119
|
'fabric.editor.edit.datasource': 'Editar consulta de pesquisa',
|
|
120
|
+
'fabric.editor.edit.searchInput': 'Adicionar link',
|
|
119
121
|
'fabric.editor.editAltText': 'Editar texto alt',
|
|
120
122
|
'fabric.editor.editDateText': 'Editar data',
|
|
121
123
|
'fabric.editor.editLink': 'Editar link',
|
|
@@ -127,6 +129,7 @@ export default {
|
|
|
127
129
|
'fabric.editor.editors': 'Editores',
|
|
128
130
|
'fabric.editor.elementBrowser.help': 'Ajuda',
|
|
129
131
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administração',
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
130
133
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Todos',
|
|
131
134
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Comunicação',
|
|
132
135
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Conteúdo do Confluence',
|
|
@@ -140,9 +143,7 @@ export default {
|
|
|
140
143
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Não há resultados para a pesquisa',
|
|
141
144
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Pesquise com um termo diferente ou descubra apps novos para produtos Atlassian.',
|
|
142
145
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
144
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'sugestão disponível para o texto digitado.',
|
|
145
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'sugestões disponíveis para o texto digitado.',
|
|
146
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Não há resultados para a pesquisa} one {{count} sugestão disponível para texto digitado.} other {{count} sugestões disponíveis para texto digitado.}}',
|
|
146
147
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
147
148
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Pesquisar',
|
|
148
149
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procurar',
|
|
@@ -181,6 +182,7 @@ export default {
|
|
|
181
182
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de ferramentas flutuante',
|
|
182
183
|
'fabric.editor.floatingToolbar.scrollLeft': 'Rolar para a esquerda',
|
|
183
184
|
'fabric.editor.floatingToolbar.scrollRight': 'Rolar para a direita',
|
|
185
|
+
'fabric.editor.focusTableResizeHandle': 'Alça de redimensionamento da tabela Foco',
|
|
184
186
|
'fabric.editor.headerColumn': 'Coluna do cabeçalho',
|
|
185
187
|
'fabric.editor.headerRow': 'Linha do cabeçalho',
|
|
186
188
|
'fabric.editor.heading1': 'Título 1',
|
|
@@ -248,8 +250,11 @@ export default {
|
|
|
248
250
|
'fabric.editor.linkAddress': 'Endereço do link',
|
|
249
251
|
'fabric.editor.linkPlaceholder': 'Colar link',
|
|
250
252
|
'fabric.editor.lists': 'Listas',
|
|
253
|
+
'fabric.editor.listsFormat': 'Formatação da lista',
|
|
251
254
|
'fabric.editor.markdown': 'Markdown',
|
|
252
255
|
'fabric.editor.matchCase': 'Diferenciar maiúsculas de minúsculas',
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Largura da mídia diminuída para {newMediaWidth,number} pixel.} other {Largura da mídia diminuída para {newMediaWidth,number} pixels.}}',
|
|
257
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Largura da mídia aumentada para {newMediaWidth,number} pixel.} other {Largura da mídia aumentada para {newMediaWidth,number} pixels.}}',
|
|
253
258
|
'fabric.editor.media.MediaWidthIsMin': 'Mídia diminuída para o tamanho máximo',
|
|
254
259
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Mídia aumentada para o tamanho máximo',
|
|
255
260
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'entrada de altura',
|
|
@@ -271,6 +276,7 @@ export default {
|
|
|
271
276
|
'fabric.editor.mention.description': 'Mencione alguém para enviar uma notificação',
|
|
272
277
|
'fabric.editor.mentionNode.label': 'Usuário marcado',
|
|
273
278
|
'fabric.editor.mentionsAddLabel': 'ícone de adicionar',
|
|
279
|
+
'fabric.editor.mentionsIconLabel': 'Mencionar',
|
|
274
280
|
'fabric.editor.mergeCells': 'Mesclar células',
|
|
275
281
|
'fabric.editor.moreFormatting': 'Mais formatação',
|
|
276
282
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Mover coluna para a esquerda} other {Mover colunas para a esquerda}}',
|
|
@@ -296,7 +302,7 @@ export default {
|
|
|
296
302
|
'fabric.editor.pageActionsLabel': 'Ações de página',
|
|
297
303
|
'fabric.editor.panel.backgroundColor': 'Cor de fundo',
|
|
298
304
|
'fabric.editor.panel.emoji': 'Adicionar emoji',
|
|
299
|
-
'fabric.editor.pasteOptions': '
|
|
305
|
+
'fabric.editor.pasteOptions': 'Colar opções',
|
|
300
306
|
'fabric.editor.pastePlainText': 'Colar texto sem formatação',
|
|
301
307
|
'fabric.editor.placeholderAltText': 'Descrever esta imagem com texto alt',
|
|
302
308
|
'fabric.editor.placeholderText': 'Texto do espaço reservado',
|
|
@@ -314,6 +320,7 @@ export default {
|
|
|
314
320
|
'fabric.editor.removeRows': '{0, plural, one {Excluir linha} other {Excluir linhas}}',
|
|
315
321
|
'fabric.editor.replace': 'Substituir',
|
|
316
322
|
'fabric.editor.replaceAll': 'Substituir tudo',
|
|
323
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} correspondência substituída} other {{numberOfMatches,number} correspondências substituídas}}',
|
|
317
324
|
'fabric.editor.replaceWith': 'Substituir por',
|
|
318
325
|
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
319
326
|
'fabric.editor.richText': 'Usar rich text',
|
|
@@ -354,7 +361,7 @@ export default {
|
|
|
354
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {A largura da tabela aumentou para {newWidth,number} pixel.} other {A largura da tabela aumentou para {newWidth,number} pixels.}}',
|
|
355
362
|
'fabric.editor.tableSelector': 'Tamanho da tabela',
|
|
356
363
|
'fabric.editor.tableSelector.description': 'Adicionar tabela usando pop-up para selecionar um tamanho personalizado',
|
|
357
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
364
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} por {numberOfRows}',
|
|
358
365
|
'fabric.editor.tableSizeSelectorPopup': 'Seletor de tamanho da tabela',
|
|
359
366
|
'fabric.editor.tables.adjustColumn': 'Ajustar coluna',
|
|
360
367
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
|
|
@@ -364,6 +371,7 @@ export default {
|
|
|
364
371
|
'fabric.editor.taskPlaceholder': 'Digite sua ação e use "@" para atribuí-la a alguém.',
|
|
365
372
|
'fabric.editor.text.formatting.off': 'Formatação de texto desativada',
|
|
366
373
|
'fabric.editor.textColor': 'Cor do texto',
|
|
374
|
+
'fabric.editor.textFormatting': 'Formatação de texto',
|
|
367
375
|
'fabric.editor.textStyles': 'Estilos de texto',
|
|
368
376
|
'fabric.editor.threeColumns': 'Três colunas',
|
|
369
377
|
'fabric.editor.threeColumnsWithSidebars': 'Três colunas com barras laterais',
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
'fabric.editor.addAltText': 'Альтернативный текст',
|
|
13
13
|
'fabric.editor.addColumnLeft': 'Добавить столбец слева',
|
|
14
14
|
'fabric.editor.addColumnRight': 'Добавить столбец справа',
|
|
15
|
+
'fabric.editor.addCommentOnMedia': 'Добавить комментарий',
|
|
15
16
|
'fabric.editor.addImageBorder': 'Добавить рамку',
|
|
16
17
|
'fabric.editor.addMediaFiles': 'Добавить изображение, видео или файл',
|
|
17
18
|
'fabric.editor.addRowAbove': 'Добавить строку выше',
|
|
@@ -103,7 +104,7 @@ export default {
|
|
|
103
104
|
'fabric.editor.decision.description': 'Записывайте решения для удобного отслеживания',
|
|
104
105
|
'fabric.editor.decisionPlaceholder': 'Добавить решение…',
|
|
105
106
|
'fabric.editor.decreaseSize': 'Уменьшить размер',
|
|
106
|
-
'fabric.editor.defaultAltText': '
|
|
107
|
+
'fabric.editor.defaultAltText': 'Документ',
|
|
107
108
|
'fabric.editor.description': 'Описание',
|
|
108
109
|
'fabric.editor.displayBlock': 'Отобразить карточку',
|
|
109
110
|
'fabric.editor.displayEmbed': 'Отобразить как встроенный объект',
|
|
@@ -116,6 +117,7 @@ export default {
|
|
|
116
117
|
'fabric.editor.ecombedDescription': 'Интерактивный предварительный просмотр ссылки',
|
|
117
118
|
'fabric.editor.edit': 'Изменить',
|
|
118
119
|
'fabric.editor.edit.datasource': 'Изменить поисковый запрос',
|
|
120
|
+
'fabric.editor.edit.searchInput': 'Добавить ссылку',
|
|
119
121
|
'fabric.editor.editAltText': 'Изменить альтернативный текст',
|
|
120
122
|
'fabric.editor.editDateText': 'Редактирование даты',
|
|
121
123
|
'fabric.editor.editLink': 'Изменить ссылку',
|
|
@@ -127,6 +129,7 @@ export default {
|
|
|
127
129
|
'fabric.editor.editors': 'Редакторы',
|
|
128
130
|
'fabric.editor.elementBrowser.help': 'Справка',
|
|
129
131
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Администрирование',
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
130
133
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Все',
|
|
131
134
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Коммуникация',
|
|
132
135
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Содержимое Confluence',
|
|
@@ -140,9 +143,7 @@ export default {
|
|
|
140
143
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'По вашему запросу ничего не найдено',
|
|
141
144
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Попробуйте изменить запрос или узнайте о новых приложениях для продуктов Atlassian.',
|
|
142
145
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Ознакомиться с Atlassian Marketplace',
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
144
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'доступный вариант для введенного текста.',
|
|
145
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'доступных вариантов для введенного текста.',
|
|
146
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {По вашему запросу ничего не найдено} one {Для введенного текста доступно {count} предложение.} few {Для введенного текста доступно {count} предложения.} many {Для введенного текста доступно {count} предложений.} other {Для введенного текста доступно {count} предложения.}}',
|
|
146
147
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Ввод',
|
|
147
148
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Поиск',
|
|
148
149
|
'fabric.editor.elementbrowser.sidebar.heading': 'Обзор',
|
|
@@ -249,11 +250,12 @@ export default {
|
|
|
249
250
|
'fabric.editor.linkAddress': 'Добавить адрес ссылки',
|
|
250
251
|
'fabric.editor.linkPlaceholder': 'Вставить ссылку',
|
|
251
252
|
'fabric.editor.lists': 'Списки',
|
|
253
|
+
'fabric.editor.listsFormat': 'Форматирование списка',
|
|
252
254
|
'fabric.editor.markdown': 'Markdown',
|
|
253
255
|
'fabric.editor.matchCase': 'С учетом регистра',
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселя.} few {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселей.} many {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселей.} other {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселя.}}',
|
|
257
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселя.} few {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселей.} many {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселей.} other {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселя.}}',
|
|
254
258
|
'fabric.editor.media.MediaWidthIsMin': 'Размер медиа уменьшен до минимума',
|
|
255
|
-
'fabric.editor.media.decreased': 'уменьшено',
|
|
256
|
-
'fabric.editor.media.increased': 'увеличено',
|
|
257
259
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Размер медиа увеличен до максимума',
|
|
258
260
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'ввод высоты',
|
|
259
261
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Высота',
|
|
@@ -300,7 +302,7 @@ export default {
|
|
|
300
302
|
'fabric.editor.pageActionsLabel': 'Действия со страницей',
|
|
301
303
|
'fabric.editor.panel.backgroundColor': 'Цвет фона',
|
|
302
304
|
'fabric.editor.panel.emoji': 'Добавить эмодзи',
|
|
303
|
-
'fabric.editor.pasteOptions': '
|
|
305
|
+
'fabric.editor.pasteOptions': 'Параметры вставки',
|
|
304
306
|
'fabric.editor.pastePlainText': 'Вставить обычный текст',
|
|
305
307
|
'fabric.editor.placeholderAltText': 'Альтернативный текст для описания изображения',
|
|
306
308
|
'fabric.editor.placeholderText': 'Замещающий текст',
|
|
@@ -318,6 +320,7 @@ export default {
|
|
|
318
320
|
'fabric.editor.removeRows': '{0, plural, one {Удалить строку} few {Удалить строки} many {Удалить строки} other {Удалить строки}}',
|
|
319
321
|
'fabric.editor.replace': 'Заменить',
|
|
320
322
|
'fabric.editor.replaceAll': 'Заменить все',
|
|
323
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {Выполнена {numberOfMatches,number} замена} few {Выполнено {numberOfMatches,number} замены} many {Выполнено {numberOfMatches,number} замен} other {Выполнено {numberOfMatches,number} замены}}',
|
|
321
324
|
'fabric.editor.replaceWith': 'Заменить на',
|
|
322
325
|
'fabric.editor.resultsCount': '{selectedMatchPosition} из {totalResultsCount}',
|
|
323
326
|
'fabric.editor.richText': 'Использовать форматированный текст',
|
|
@@ -358,7 +361,7 @@ export default {
|
|
|
358
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ширина таблицы увеличена до {newWidth,number} пикселя.} few {Ширина таблицы увеличена до {newWidth,number} пикселей.} many {Ширина таблицы увеличена до {newWidth,number} пикселей.} other {Ширина таблицы увеличена до {newWidth,number} пикселя.}}',
|
|
359
362
|
'fabric.editor.tableSelector': 'Размер таблицы',
|
|
360
363
|
'fabric.editor.tableSelector.description': 'Добавьте таблицу с помощью всплывающего окна, чтобы выбрать пользовательский размер',
|
|
361
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
364
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
|
|
362
365
|
'fabric.editor.tableSizeSelectorPopup': 'Селектор размера таблицы',
|
|
363
366
|
'fabric.editor.tables.adjustColumn': 'Скорректировать ширину столбца',
|
|
364
367
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'При удалении элемента «{nodeName}» нарушится работа всего, что с ним связано.',
|
|
@@ -368,6 +371,7 @@ export default {
|
|
|
368
371
|
'fabric.editor.taskPlaceholder': 'Укажите задание и назначьте исполнителя с помощью значка «@».',
|
|
369
372
|
'fabric.editor.text.formatting.off': 'Форматирование текста выкл.',
|
|
370
373
|
'fabric.editor.textColor': 'Цвет текста',
|
|
374
|
+
'fabric.editor.textFormatting': 'Форматирование текста',
|
|
371
375
|
'fabric.editor.textStyles': 'Стили текста',
|
|
372
376
|
'fabric.editor.threeColumns': 'Три столбца',
|
|
373
377
|
'fabric.editor.threeColumnsWithSidebars': 'Три столбца с боковыми панелями',
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
'fabric.editor.addAltText': 'Alternativ text',
|
|
13
13
|
'fabric.editor.addColumnLeft': 'Lägg till kolumn till vänster',
|
|
14
14
|
'fabric.editor.addColumnRight': 'Lägg till kolumn till höger',
|
|
15
|
+
'fabric.editor.addCommentOnMedia': 'Lägg till kommentar',
|
|
15
16
|
'fabric.editor.addImageBorder': 'Lägg till kant',
|
|
16
17
|
'fabric.editor.addMediaFiles': 'Lägg till en bild, video eller fil',
|
|
17
18
|
'fabric.editor.addRowAbove': 'Lägg till rad ovanför',
|
|
@@ -103,7 +104,7 @@ export default {
|
|
|
103
104
|
'fabric.editor.decision.description': 'Fånga beslut så att de är enklare att spåra',
|
|
104
105
|
'fabric.editor.decisionPlaceholder': 'Lägg till ett beslut ...',
|
|
105
106
|
'fabric.editor.decreaseSize': 'Minska storlek',
|
|
106
|
-
'fabric.editor.defaultAltText': '
|
|
107
|
+
'fabric.editor.defaultAltText': 'Dokument',
|
|
107
108
|
'fabric.editor.description': 'Beskrivning',
|
|
108
109
|
'fabric.editor.displayBlock': 'Visa kort',
|
|
109
110
|
'fabric.editor.displayEmbed': 'Visa inbäddad',
|
|
@@ -116,6 +117,7 @@ export default {
|
|
|
116
117
|
'fabric.editor.ecombedDescription': 'Visa en interaktiv förhandsvisning av en länk',
|
|
117
118
|
'fabric.editor.edit': 'Redigera',
|
|
118
119
|
'fabric.editor.edit.datasource': 'Redigera sökfråga',
|
|
120
|
+
'fabric.editor.edit.searchInput': 'Lägg till en länk',
|
|
119
121
|
'fabric.editor.editAltText': 'Redigera alternativ text',
|
|
120
122
|
'fabric.editor.editDateText': 'Redigeringsdatum',
|
|
121
123
|
'fabric.editor.editLink': 'Redigera länk',
|
|
@@ -127,6 +129,7 @@ export default {
|
|
|
127
129
|
'fabric.editor.editors': 'Redigerare',
|
|
128
130
|
'fabric.editor.elementBrowser.help': 'Hjälp',
|
|
129
131
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
130
133
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alla',
|
|
131
134
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikation',
|
|
132
135
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-innehåll',
|
|
@@ -140,9 +143,7 @@ export default {
|
|
|
140
143
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingenting matchar din sökning',
|
|
141
144
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prova att söka med en annan term eller upptäck nya appar för Atlassian-produkter.',
|
|
142
145
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Utforska Atlassian Marketplace',
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
144
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'förslag tillgängligt för skriven text.',
|
|
145
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'förslag tillgängliga för skriven text.',
|
|
146
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Ingenting matchar din sökning} one {{count} förslag tillgängliga för skriven text.} other {{count} förslag tillgängliga för skriven text.}}',
|
|
146
147
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Retur',
|
|
147
148
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Sök',
|
|
148
149
|
'fabric.editor.elementbrowser.sidebar.heading': 'Bläddra',
|
|
@@ -249,11 +250,12 @@ export default {
|
|
|
249
250
|
'fabric.editor.linkAddress': 'Länkadress',
|
|
250
251
|
'fabric.editor.linkPlaceholder': 'Klistra in länk',
|
|
251
252
|
'fabric.editor.lists': 'Listor',
|
|
253
|
+
'fabric.editor.listsFormat': 'Listformatering',
|
|
252
254
|
'fabric.editor.markdown': 'Markdown',
|
|
253
255
|
'fabric.editor.matchCase': 'Matcha skiftläge',
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Mediabredden har minskats till {newMediaWidth,number} pixel.} other {Mediabredden har minskats till {newMediaWidth,number} pixlar.}}',
|
|
257
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Mediabredden har ökats till {newMediaWidth,number} pixel.} other {Mediabredden har ökats till {newMediaWidth,number} pixlar.}}',
|
|
254
258
|
'fabric.editor.media.MediaWidthIsMin': 'Media har minskats till minsta storlek',
|
|
255
|
-
'fabric.editor.media.decreased': 'minskad',
|
|
256
|
-
'fabric.editor.media.increased': 'ökad',
|
|
257
259
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media har ökats till maximal storlek',
|
|
258
260
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'höjdingång',
|
|
259
261
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Höjd',
|
|
@@ -300,7 +302,7 @@ export default {
|
|
|
300
302
|
'fabric.editor.pageActionsLabel': 'Sidåtgärder',
|
|
301
303
|
'fabric.editor.panel.backgroundColor': 'Bakgrundsfärg',
|
|
302
304
|
'fabric.editor.panel.emoji': 'Lägg till emoji',
|
|
303
|
-
'fabric.editor.pasteOptions': '
|
|
305
|
+
'fabric.editor.pasteOptions': 'Inklistringsalternativ',
|
|
304
306
|
'fabric.editor.pastePlainText': 'Klistra in oformaterad text',
|
|
305
307
|
'fabric.editor.placeholderAltText': 'Beskriv den här bilden med alternativ text',
|
|
306
308
|
'fabric.editor.placeholderText': 'Platshållartext',
|
|
@@ -318,6 +320,7 @@ export default {
|
|
|
318
320
|
'fabric.editor.removeRows': '{0, plural, one {Radera rad} other {Radera rader}}',
|
|
319
321
|
'fabric.editor.replace': 'Ersätt',
|
|
320
322
|
'fabric.editor.replaceAll': 'Ersätt alla',
|
|
323
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} matchning ersatt} other {{numberOfMatches,number} matchningar ersatta}}',
|
|
321
324
|
'fabric.editor.replaceWith': 'Ersätt med',
|
|
322
325
|
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}',
|
|
323
326
|
'fabric.editor.richText': 'Använd RTF',
|
|
@@ -358,7 +361,7 @@ export default {
|
|
|
358
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har ökat till {newWidth,number} pixel.} other {Tabellbredden har ökat till {newWidth,number} pixlar.}}',
|
|
359
362
|
'fabric.editor.tableSelector': 'Tabellstorlek',
|
|
360
363
|
'fabric.editor.tableSelector.description': 'Lägg till en tabell och använd popup-fönstret för att välja en anpassad storlek',
|
|
361
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
364
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} av {numberOfRows}',
|
|
362
365
|
'fabric.editor.tableSizeSelectorPopup': 'Väljare för tabellstorlek',
|
|
363
366
|
'fabric.editor.tables.adjustColumn': 'Justera kolumn',
|
|
364
367
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Om du raderar {nodeName} bryts allt som är kopplat till den.',
|
|
@@ -368,6 +371,7 @@ export default {
|
|
|
368
371
|
'fabric.editor.taskPlaceholder': 'Skriv din åtgärd och använd @ för att tilldela någon.',
|
|
369
372
|
'fabric.editor.text.formatting.off': 'Textformatering av',
|
|
370
373
|
'fabric.editor.textColor': 'Textfärg',
|
|
374
|
+
'fabric.editor.textFormatting': 'Textformatering',
|
|
371
375
|
'fabric.editor.textStyles': 'Textstilar',
|
|
372
376
|
'fabric.editor.threeColumns': 'Tre kolumner',
|
|
373
377
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolumner med sidopaneler',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
'fabric.editor.addAltText': 'ข้อความอธิบายรูปภาพ',
|
|
13
13
|
'fabric.editor.addColumnLeft': 'เพิ่มคอลัมน์ทางซ้าย',
|
|
14
14
|
'fabric.editor.addColumnRight': 'เพิ่มคอลัมน์ทางขวา',
|
|
15
|
+
'fabric.editor.addCommentOnMedia': 'เพิ่มความคิดเห็น',
|
|
15
16
|
'fabric.editor.addImageBorder': 'เพิ่มขอบ',
|
|
16
17
|
'fabric.editor.addMediaFiles': 'เพิ่มรูปภาพ วิดีโอ หรือไฟล์',
|
|
17
18
|
'fabric.editor.addRowAbove': 'เพิ่มแถวด้านบน',
|
|
@@ -103,7 +104,7 @@ export default {
|
|
|
103
104
|
'fabric.editor.decision.description': 'สร้างกรอบการตัดสินใจเพื่อให้คุณติดตามได้ง่าย',
|
|
104
105
|
'fabric.editor.decisionPlaceholder': 'เพิ่มการตัดสินใจ…',
|
|
105
106
|
'fabric.editor.decreaseSize': 'ลดขนาด',
|
|
106
|
-
'fabric.editor.defaultAltText': '
|
|
107
|
+
'fabric.editor.defaultAltText': 'เอกสาร',
|
|
107
108
|
'fabric.editor.description': 'คำอธิบาย',
|
|
108
109
|
'fabric.editor.displayBlock': 'แสดงการ์ด',
|
|
109
110
|
'fabric.editor.displayEmbed': 'แสดงลิงก์แบบซ่อน',
|
|
@@ -116,6 +117,7 @@ export default {
|
|
|
116
117
|
'fabric.editor.ecombedDescription': 'แสดงตัวอย่างแบบโต้ตอบของลิงก์',
|
|
117
118
|
'fabric.editor.edit': 'แก้ไข',
|
|
118
119
|
'fabric.editor.edit.datasource': 'แก้ไขคำถามการค้นหา',
|
|
120
|
+
'fabric.editor.edit.searchInput': 'เพิ่มลิงก์',
|
|
119
121
|
'fabric.editor.editAltText': 'แก้ไขข้อความอธิบายรูปภาพ',
|
|
120
122
|
'fabric.editor.editDateText': 'แก้ไขวันที่',
|
|
121
123
|
'fabric.editor.editLink': 'แก้ไขลิงก์',
|
|
@@ -127,6 +129,7 @@ export default {
|
|
|
127
129
|
'fabric.editor.editors': 'บรรณาธิการ',
|
|
128
130
|
'fabric.editor.elementBrowser.help': 'ช่วยเหลือ',
|
|
129
131
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'การดูแลระบบ',
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
130
133
|
'fabric.editor.elementbrowser.categorylist.category-all': 'ทั้งหมด',
|
|
131
134
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'การสื่อสาร',
|
|
132
135
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'เนื้อหา Confluence',
|
|
@@ -140,9 +143,7 @@ export default {
|
|
|
140
143
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'ไม่พบรายการที่ตรงกับสิ่งที่คุณค้นหา',
|
|
141
144
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'ลองค้นหากับคำอื่นหรือสำรวจแอปใหม่ ๆ สำหรับผลิตภัณฑ์ Atlassian',
|
|
142
145
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'สำรวจ Atlassian Marketplace',
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
144
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'ข้อเสนอแนะสำหรับข้อความที่พิมพ์',
|
|
145
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'ข้อเสนอแนะสำหรับข้อความที่พิมพ์',
|
|
146
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {ไม่พบรายการที่ตรงกับสิ่งที่คุณค้นหา} other {มีข้อเสนอแนะ {count} รายการสำหรับข้อความที่พิมพ์}}',
|
|
146
147
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
147
148
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'ค้นหา',
|
|
148
149
|
'fabric.editor.elementbrowser.sidebar.heading': 'ค้นหา',
|
|
@@ -249,11 +250,12 @@ export default {
|
|
|
249
250
|
'fabric.editor.linkAddress': 'ที่อยู่ลิงก์',
|
|
250
251
|
'fabric.editor.linkPlaceholder': 'วางลิงก์',
|
|
251
252
|
'fabric.editor.lists': 'รายการ',
|
|
253
|
+
'fabric.editor.listsFormat': 'การจัดรูปแบบรายการ',
|
|
252
254
|
'fabric.editor.markdown': 'Markdown',
|
|
253
255
|
'fabric.editor.matchCase': 'รายการที่ตรงกัน',
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {ความกว้างของสื่อลดลงเหลือ {newMediaWidth,number} พิกเซล}}',
|
|
257
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {ความกว้างของสื่อเพิ่มขึ้นเป็น {newMediaWidth,number} พิกเซล}}',
|
|
254
258
|
'fabric.editor.media.MediaWidthIsMin': 'ลดขนาดสื่อเป็นขนาดต่ำสุด',
|
|
255
|
-
'fabric.editor.media.decreased': 'ลดลง',
|
|
256
|
-
'fabric.editor.media.increased': 'เพิ่มขึ้น',
|
|
257
259
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'เพิ่มขนาดสื่อเป็นขนาดสูงสุด',
|
|
258
260
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'ข้อมูลความสูงที่ป้อน',
|
|
259
261
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'ความสูง',
|
|
@@ -300,7 +302,7 @@ export default {
|
|
|
300
302
|
'fabric.editor.pageActionsLabel': 'การดำเนินการของหน้าข้อมูล',
|
|
301
303
|
'fabric.editor.panel.backgroundColor': 'สีพื้นหลัง',
|
|
302
304
|
'fabric.editor.panel.emoji': 'เพิ่มเอโมจิ',
|
|
303
|
-
'fabric.editor.pasteOptions': '
|
|
305
|
+
'fabric.editor.pasteOptions': 'ตัวเลือกการวาง',
|
|
304
306
|
'fabric.editor.pastePlainText': 'วางข้อความธรรมดา',
|
|
305
307
|
'fabric.editor.placeholderAltText': 'อธิบายรูปภาพนี้ด้วยข้อความอธิบายรูปภาพ',
|
|
306
308
|
'fabric.editor.placeholderText': 'ข้อความเจาะจง',
|
|
@@ -318,6 +320,7 @@ export default {
|
|
|
318
320
|
'fabric.editor.removeRows': '{0, plural, other {ลบแถว}}',
|
|
319
321
|
'fabric.editor.replace': 'แทนที่',
|
|
320
322
|
'fabric.editor.replaceAll': 'แทนที่ทั้งหมด',
|
|
323
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {แทนที่การจับคู่แล้ว {numberOfMatches,number} ครั้ง}}',
|
|
321
324
|
'fabric.editor.replaceWith': 'แทนที่ด้วย',
|
|
322
325
|
'fabric.editor.resultsCount': '{selectedMatchPosition} จาก {totalResultsCount}',
|
|
323
326
|
'fabric.editor.richText': 'ใช้ข้อความ Rich Text',
|
|
@@ -358,7 +361,7 @@ export default {
|
|
|
358
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางเพิ่มขึ้น {newWidth,number} พิกเซล}}',
|
|
359
362
|
'fabric.editor.tableSelector': 'ขนาดตาราง',
|
|
360
363
|
'fabric.editor.tableSelector.description': 'เพิ่มตารางโดยใช้ป๊อบอัพเพื่อเลือกขนาดที่กำหนดเอง',
|
|
361
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
364
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} คูณ {numberOfRows}',
|
|
362
365
|
'fabric.editor.tableSizeSelectorPopup': 'ตัวเลือกขนาดตาราง',
|
|
363
366
|
'fabric.editor.tables.adjustColumn': 'ปรับเปลี่ยนคอลัมน์',
|
|
364
367
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'การลบ {nodeName} จะยุติทุกอย่างที่เชื่อมโยงอยู่',
|
|
@@ -368,6 +371,7 @@ export default {
|
|
|
368
371
|
'fabric.editor.taskPlaceholder': "พิมพ์ข้อความของคุณ ใช้ '@' เพื่อมอบหมายให้ผู้ใช้ที่คุณเลือก",
|
|
369
372
|
'fabric.editor.text.formatting.off': 'ปิดการใช้รูปแบบข้อความ',
|
|
370
373
|
'fabric.editor.textColor': 'สีข้อความ',
|
|
374
|
+
'fabric.editor.textFormatting': 'การจัดรูปแบบข้อความ',
|
|
371
375
|
'fabric.editor.textStyles': 'รูปแบบตัวอักษร',
|
|
372
376
|
'fabric.editor.threeColumns': 'สามคอลัมน์',
|
|
373
377
|
'fabric.editor.threeColumnsWithSidebars': 'สามคอลัมน์พร้อมแถบด้านข้าง',
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
'fabric.editor.addAltText': 'Alternatif metin',
|
|
13
13
|
'fabric.editor.addColumnLeft': 'Sola sütun ekle',
|
|
14
14
|
'fabric.editor.addColumnRight': 'Sağa sütun ekle',
|
|
15
|
+
'fabric.editor.addCommentOnMedia': 'Yorum ekle',
|
|
15
16
|
'fabric.editor.addImageBorder': 'Kenarlık ekle',
|
|
16
17
|
'fabric.editor.addMediaFiles': 'Görsel, video ya da dosya ekle',
|
|
17
18
|
'fabric.editor.addRowAbove': 'Yukarıya satır ekle',
|
|
@@ -27,7 +28,7 @@ export default {
|
|
|
27
28
|
'fabric.editor.alttext.validation': 'Lütfen alt (alternatif metin) özniteliğindeki özel karakterleri kaldırın.',
|
|
28
29
|
'fabric.editor.annotationToolbar': 'Not ekleme araç çubuğu',
|
|
29
30
|
'fabric.editor.backLink': 'Geri dön',
|
|
30
|
-
'fabric.editor.backgroundColor': 'Arkaplan
|
|
31
|
+
'fabric.editor.backgroundColor': 'Arkaplan rengi',
|
|
31
32
|
'fabric.editor.blockCardUnavailable': 'Satır içi bağlantı {node} düğümündedir ve görüntüsü değiştirilemez',
|
|
32
33
|
'fabric.editor.blockDescription': 'Bağlantı hakkında özet ve işlemler de dahil olmak üzere daha fazla bilgi gösterir',
|
|
33
34
|
'fabric.editor.blockTitle': 'Kart',
|
|
@@ -103,7 +104,7 @@ export default {
|
|
|
103
104
|
'fabric.editor.decision.description': 'Takibi kolaylaştırmak için kararları vurgulayın',
|
|
104
105
|
'fabric.editor.decisionPlaceholder': 'Karar ekle…',
|
|
105
106
|
'fabric.editor.decreaseSize': 'Boyutu azalt',
|
|
106
|
-
'fabric.editor.defaultAltText': '
|
|
107
|
+
'fabric.editor.defaultAltText': 'Belge',
|
|
107
108
|
'fabric.editor.description': 'Açıklama',
|
|
108
109
|
'fabric.editor.displayBlock': 'Kart olarak göster',
|
|
109
110
|
'fabric.editor.displayEmbed': 'Ekli nesne olarak göster',
|
|
@@ -116,6 +117,7 @@ export default {
|
|
|
116
117
|
'fabric.editor.ecombedDescription': 'Bağlantının etkileşimli önizlemesini gösterir',
|
|
117
118
|
'fabric.editor.edit': 'Düzenle',
|
|
118
119
|
'fabric.editor.edit.datasource': 'Arama sorgusunu düzenle',
|
|
120
|
+
'fabric.editor.edit.searchInput': 'Bağlantı ekle',
|
|
119
121
|
'fabric.editor.editAltText': 'Alternatif metni düzenle',
|
|
120
122
|
'fabric.editor.editDateText': 'Tarihi Düzenleyin',
|
|
121
123
|
'fabric.editor.editLink': 'Bağlantıyı düzenleyin',
|
|
@@ -127,6 +129,7 @@ export default {
|
|
|
127
129
|
'fabric.editor.editors': 'Düzenleyiciler',
|
|
128
130
|
'fabric.editor.elementBrowser.help': 'Yardım',
|
|
129
131
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Yönetim',
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
130
133
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Tümü',
|
|
131
134
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'İletişim',
|
|
132
135
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence içeriği',
|
|
@@ -140,9 +143,7 @@ export default {
|
|
|
140
143
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Aramanızla eşleşen sonuç bulunamadı',
|
|
141
144
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Farklı bir terim aramayı deneyin veya Atlassian ürünleri için yeni uygulamalar keşfedin.',
|
|
142
145
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': "Atlassian Marketplace'i keşfedin",
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
144
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'öneri, yazılan metin için.',
|
|
145
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'öneri, yazılan metin için.',
|
|
146
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Aramanızla eşleşen sonuç bulunamadı} one {Yazılan metin için kullanılabilir {count} öneri var.} other {Yazılan metin için kullanılabilir {count} öneri var.}}',
|
|
146
147
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Gir',
|
|
147
148
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Arama',
|
|
148
149
|
'fabric.editor.elementbrowser.sidebar.heading': 'Göz Atın',
|
|
@@ -181,6 +182,7 @@ export default {
|
|
|
181
182
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Kayan Araç Çubuğu',
|
|
182
183
|
'fabric.editor.floatingToolbar.scrollLeft': 'Sola kaydır',
|
|
183
184
|
'fabric.editor.floatingToolbar.scrollRight': 'Sağa kaydır',
|
|
185
|
+
'fabric.editor.focusTableResizeHandle': 'Odak tablosu yeniden boyutlandırma kolu',
|
|
184
186
|
'fabric.editor.headerColumn': 'Başlık sütunu',
|
|
185
187
|
'fabric.editor.headerRow': 'Başlık satırı',
|
|
186
188
|
'fabric.editor.heading1': 'Başlık 1',
|
|
@@ -248,11 +250,12 @@ export default {
|
|
|
248
250
|
'fabric.editor.linkAddress': 'Adres bağlantısını ekle',
|
|
249
251
|
'fabric.editor.linkPlaceholder': 'Bağlantıyı yapıştır',
|
|
250
252
|
'fabric.editor.lists': 'Listeler',
|
|
253
|
+
'fabric.editor.listsFormat': 'Liste biçimlendirmesi',
|
|
251
254
|
'fabric.editor.markdown': 'Markdown',
|
|
252
255
|
'fabric.editor.matchCase': 'Büyük/küçük harf eşleştir',
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Medya genişliği {newMediaWidth,number} piksele düşürüldü.} other {Medya genişliği {newMediaWidth,number} piksele düşürüldü.}}',
|
|
257
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Medya genişliği {newMediaWidth,number} piksele çıkarıldı.} other {Medya genişliği {newMediaWidth,number} piksele çıkarıldı.}}',
|
|
253
258
|
'fabric.editor.media.MediaWidthIsMin': 'Medya minimum boyuta düşürüldü',
|
|
254
|
-
'fabric.editor.media.decreased': 'azaltıldı',
|
|
255
|
-
'fabric.editor.media.increased': 'artırıldı',
|
|
256
259
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Medya maksimum boyuta artırıldı',
|
|
257
260
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'yükseklik girdisi',
|
|
258
261
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Yükseklik',
|
|
@@ -299,7 +302,7 @@ export default {
|
|
|
299
302
|
'fabric.editor.pageActionsLabel': 'Sayfa işlemleri',
|
|
300
303
|
'fabric.editor.panel.backgroundColor': 'Arkaplan rengi',
|
|
301
304
|
'fabric.editor.panel.emoji': 'Emoji ekle',
|
|
302
|
-
'fabric.editor.pasteOptions': '
|
|
305
|
+
'fabric.editor.pasteOptions': 'Yapıştırma seçenekleri',
|
|
303
306
|
'fabric.editor.pastePlainText': 'Düz metin olarak yapıştır',
|
|
304
307
|
'fabric.editor.placeholderAltText': 'Bu görseli bir alternatif metinle açıklayın',
|
|
305
308
|
'fabric.editor.placeholderText': 'Yer tutucu metin',
|
|
@@ -317,6 +320,7 @@ export default {
|
|
|
317
320
|
'fabric.editor.removeRows': '{0, plural, one {Satırı sil} other {Satırları sil}}',
|
|
318
321
|
'fabric.editor.replace': 'Değiştir',
|
|
319
322
|
'fabric.editor.replaceAll': 'Tümünü değiştir',
|
|
323
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} eşleşme değiştirildi} other {{numberOfMatches,number} eşleşme değiştirildi}}',
|
|
320
324
|
'fabric.editor.replaceWith': 'Yeni değer',
|
|
321
325
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
322
326
|
'fabric.editor.richText': 'Zengin metin kullan',
|
|
@@ -357,7 +361,7 @@ export default {
|
|
|
357
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tablo genişliği {newWidth,number} piksele artırıldı.} other {Tablo genişliği {newWidth,number} piksele artırıldı.}}',
|
|
358
362
|
'fabric.editor.tableSelector': 'Tablo boyutu',
|
|
359
363
|
'fabric.editor.tableSelector.description': 'Özel bir boyut seçmek için açılır öğe kullanarak bir tablo ekleyin',
|
|
360
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
364
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
|
|
361
365
|
'fabric.editor.tableSizeSelectorPopup': 'Tablo boyutu seçici',
|
|
362
366
|
'fabric.editor.tables.adjustColumn': 'Sütunu ayarla',
|
|
363
367
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} düğümünün silinmesi, bu düğüme bağlı her şeyin bozulmasına neden olur.',
|
|
@@ -367,6 +371,7 @@ export default {
|
|
|
367
371
|
'fabric.editor.taskPlaceholder': "Yapılacak eylemi yazın, birine atamak için '@' kullanın.",
|
|
368
372
|
'fabric.editor.text.formatting.off': 'Metin Biçimlendirmesi Kapalı',
|
|
369
373
|
'fabric.editor.textColor': 'Metin rengi',
|
|
374
|
+
'fabric.editor.textFormatting': 'Metin biçimlendirmesi',
|
|
370
375
|
'fabric.editor.textStyles': 'Metin stilleri',
|
|
371
376
|
'fabric.editor.threeColumns': 'Üç sütun',
|
|
372
377
|
'fabric.editor.threeColumnsWithSidebars': 'Kenar çubuklu üç sütun',
|