@atlaskit/editor-common 77.0.5 → 77.1.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 +21 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +131 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/index.js +62 -150
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +19 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/utils.js +26 -0
- package/dist/cjs/i18n/cs.js +0 -3
- package/dist/cjs/i18n/da.js +24 -4
- package/dist/cjs/i18n/de.js +0 -3
- package/dist/cjs/i18n/en.js +23 -5
- package/dist/cjs/i18n/en_GB.js +24 -6
- package/dist/cjs/i18n/en_ZZ.js +24 -6
- package/dist/cjs/i18n/es.js +24 -4
- package/dist/cjs/i18n/fi.js +23 -4
- package/dist/cjs/i18n/fr.js +24 -4
- package/dist/cjs/i18n/hu.js +24 -4
- package/dist/cjs/i18n/it.js +24 -4
- package/dist/cjs/i18n/ja.js +25 -2
- package/dist/cjs/i18n/ko.js +24 -4
- package/dist/cjs/i18n/nb.js +24 -2
- package/dist/cjs/i18n/nl.js +24 -4
- package/dist/cjs/i18n/pl.js +23 -4
- package/dist/cjs/i18n/pt_BR.js +22 -4
- package/dist/cjs/i18n/ru.js +22 -4
- package/dist/cjs/i18n/sv.js +24 -4
- package/dist/cjs/i18n/th.js +24 -4
- package/dist/cjs/i18n/tr.js +22 -4
- package/dist/cjs/i18n/uk.js +25 -5
- package/dist/cjs/i18n/vi.js +24 -4
- package/dist/cjs/i18n/zh.js +23 -5
- package/dist/cjs/i18n/zh_TW.js +24 -4
- package/dist/cjs/messages/full-page.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +134 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/index.js +55 -161
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +81 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/utils.js +20 -0
- package/dist/es2019/i18n/cs.js +0 -3
- package/dist/es2019/i18n/da.js +24 -4
- package/dist/es2019/i18n/de.js +0 -3
- package/dist/es2019/i18n/en.js +23 -5
- package/dist/es2019/i18n/en_GB.js +24 -6
- package/dist/es2019/i18n/en_ZZ.js +24 -6
- package/dist/es2019/i18n/es.js +24 -4
- package/dist/es2019/i18n/fi.js +23 -4
- package/dist/es2019/i18n/fr.js +24 -4
- package/dist/es2019/i18n/hu.js +24 -4
- package/dist/es2019/i18n/it.js +24 -4
- package/dist/es2019/i18n/ja.js +25 -2
- package/dist/es2019/i18n/ko.js +24 -4
- package/dist/es2019/i18n/nb.js +24 -2
- package/dist/es2019/i18n/nl.js +24 -4
- package/dist/es2019/i18n/pl.js +23 -4
- package/dist/es2019/i18n/pt_BR.js +22 -4
- package/dist/es2019/i18n/ru.js +22 -4
- package/dist/es2019/i18n/sv.js +24 -4
- package/dist/es2019/i18n/th.js +24 -4
- package/dist/es2019/i18n/tr.js +22 -4
- package/dist/es2019/i18n/uk.js +25 -5
- package/dist/es2019/i18n/vi.js +24 -4
- package/dist/es2019/i18n/zh.js +23 -5
- package/dist/es2019/i18n/zh_TW.js +24 -4
- package/dist/es2019/messages/full-page.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +124 -0
- package/dist/esm/extensibility/MultiBodiedExtension/index.js +61 -150
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +13 -0
- package/dist/esm/extensibility/MultiBodiedExtension/utils.js +20 -0
- package/dist/esm/i18n/cs.js +0 -3
- package/dist/esm/i18n/da.js +24 -4
- package/dist/esm/i18n/de.js +0 -3
- package/dist/esm/i18n/en.js +23 -5
- package/dist/esm/i18n/en_GB.js +24 -6
- package/dist/esm/i18n/en_ZZ.js +24 -6
- package/dist/esm/i18n/es.js +24 -4
- package/dist/esm/i18n/fi.js +23 -4
- package/dist/esm/i18n/fr.js +24 -4
- package/dist/esm/i18n/hu.js +24 -4
- package/dist/esm/i18n/it.js +24 -4
- package/dist/esm/i18n/ja.js +25 -2
- package/dist/esm/i18n/ko.js +24 -4
- package/dist/esm/i18n/nb.js +24 -2
- package/dist/esm/i18n/nl.js +24 -4
- package/dist/esm/i18n/pl.js +23 -4
- package/dist/esm/i18n/pt_BR.js +22 -4
- package/dist/esm/i18n/ru.js +22 -4
- package/dist/esm/i18n/sv.js +24 -4
- package/dist/esm/i18n/th.js +24 -4
- package/dist/esm/i18n/tr.js +22 -4
- package/dist/esm/i18n/uk.js +25 -5
- package/dist/esm/i18n/vi.js +24 -4
- package/dist/esm/i18n/zh.js +23 -5
- package/dist/esm/i18n/zh_TW.js +24 -4
- package/dist/esm/messages/full-page.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/card/cardOptions.d.ts +7 -0
- package/dist/types/extensibility/MultiBodiedExtension/action-api.d.ts +13 -0
- package/dist/types/extensibility/MultiBodiedExtension/styles.d.ts +4 -0
- package/dist/types/extensibility/MultiBodiedExtension/utils.d.ts +6 -0
- package/dist/types/i18n/cs.d.ts +0 -3
- package/dist/types/i18n/da.d.ts +23 -3
- package/dist/types/i18n/de.d.ts +0 -3
- package/dist/types/i18n/en.d.ts +20 -2
- package/dist/types/i18n/en_GB.d.ts +20 -2
- package/dist/types/i18n/en_ZZ.d.ts +20 -2
- package/dist/types/i18n/es.d.ts +23 -3
- package/dist/types/i18n/fi.d.ts +22 -3
- package/dist/types/i18n/fr.d.ts +23 -3
- package/dist/types/i18n/hu.d.ts +23 -3
- package/dist/types/i18n/it.d.ts +23 -3
- package/dist/types/i18n/ja.d.ts +24 -1
- package/dist/types/i18n/ko.d.ts +23 -3
- package/dist/types/i18n/nb.d.ts +23 -1
- package/dist/types/i18n/nl.d.ts +23 -3
- package/dist/types/i18n/pl.d.ts +22 -3
- package/dist/types/i18n/pt_BR.d.ts +21 -3
- package/dist/types/i18n/ru.d.ts +21 -3
- package/dist/types/i18n/sv.d.ts +23 -3
- package/dist/types/i18n/th.d.ts +23 -3
- package/dist/types/i18n/tr.d.ts +21 -3
- package/dist/types/i18n/uk.d.ts +23 -3
- package/dist/types/i18n/vi.d.ts +23 -3
- package/dist/types/i18n/zh.d.ts +21 -3
- package/dist/types/i18n/zh_TW.d.ts +23 -3
- package/dist/types/types/next-editor-plugin.d.ts +1 -4
- package/dist/types-ts4.5/card/cardOptions.d.ts +7 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/action-api.d.ts +13 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/styles.d.ts +4 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/utils.d.ts +6 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -3
- package/dist/types-ts4.5/i18n/da.d.ts +23 -3
- package/dist/types-ts4.5/i18n/de.d.ts +0 -3
- package/dist/types-ts4.5/i18n/en.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +20 -2
- package/dist/types-ts4.5/i18n/es.d.ts +23 -3
- package/dist/types-ts4.5/i18n/fi.d.ts +22 -3
- package/dist/types-ts4.5/i18n/fr.d.ts +23 -3
- package/dist/types-ts4.5/i18n/hu.d.ts +23 -3
- package/dist/types-ts4.5/i18n/it.d.ts +23 -3
- package/dist/types-ts4.5/i18n/ja.d.ts +24 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +23 -3
- package/dist/types-ts4.5/i18n/nb.d.ts +23 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +23 -3
- package/dist/types-ts4.5/i18n/pl.d.ts +22 -3
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +21 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +21 -3
- package/dist/types-ts4.5/i18n/sv.d.ts +23 -3
- package/dist/types-ts4.5/i18n/th.d.ts +23 -3
- package/dist/types-ts4.5/i18n/tr.d.ts +21 -3
- package/dist/types-ts4.5/i18n/uk.d.ts +23 -3
- package/dist/types-ts4.5/i18n/vi.d.ts +23 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +21 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +23 -3
- package/dist/types-ts4.5/types/next-editor-plugin.d.ts +1 -4
- package/package.json +8 -8
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Element akcji',
|
|
17
17
|
'fabric.editor.action.description': 'Utwórz i przypisz elementy akcji',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Dodaj kolumnę z lewej',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Dodaj kolumnę z prawej',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Dodaj obraz, film lub plik',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Dodaj wiersz powyżej',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Dodaj wiersz poniżej',
|
|
21
23
|
'fabric.editor.alignCenter': 'Wyrównaj do środka',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Wyrównaj do środka',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Wyrównaj do lewej',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Wyświetlaj kod z wyróżnioną składnią',
|
|
56
58
|
'fabric.editor.collapseNode': 'Zwiń zawartość',
|
|
57
59
|
'fabric.editor.collapseTable': 'Zwiń tabelę',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Opcje kolumn',
|
|
58
61
|
'fabric.editor.columns': 'Układy',
|
|
59
62
|
'fabric.editor.columns.description': 'Uporządkuj swoją stronę, korzystając z sekcji',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'Skopiowano!',
|
|
@@ -92,6 +95,10 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Brak wyników pasujących do wyszukiwania',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Spróbuj wyszukać inny termin lub zapoznaj się z nowymi aplikacjami do produktów Atlassian.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Poznaj sklep Atlassian Marketplace',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Brak wyników pasujących do wyszukiwania',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'sugestia dostępna dla wpisanego tekstu.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'sugestie dostępne / sugestii dostępnych dla wpisanego tekstu.',
|
|
101
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Wyszukaj',
|
|
95
102
|
'fabric.editor.elementbrowser.sidebar.heading': 'Przeglądaj',
|
|
96
103
|
'fabric.editor.embedTitle': 'Osadź',
|
|
97
104
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -147,6 +154,7 @@ var _default = exports.default = {
|
|
|
147
154
|
'fabric.editor.infoPanel': 'Panel informacyjny',
|
|
148
155
|
'fabric.editor.infoPanel.description': 'Wyróżnij informacje kolorem',
|
|
149
156
|
'fabric.editor.inlineDescription': 'Wyświetla łącze bezpośrednio w tekście',
|
|
157
|
+
'fabric.editor.inlineOverlay': 'Konfiguruj',
|
|
150
158
|
'fabric.editor.inlineTitle': 'Bezpośrednio w tekście',
|
|
151
159
|
'fabric.editor.insertColumn': 'Wstaw kolumnę z prawej',
|
|
152
160
|
'fabric.editor.insertColumnDrag': 'Wstaw kolumnę',
|
|
@@ -167,12 +175,15 @@ var _default = exports.default = {
|
|
|
167
175
|
'fabric.editor.mediaAddLink': 'Dodaj łącze',
|
|
168
176
|
'fabric.editor.mediaFiles': 'Obraz, film lub plik',
|
|
169
177
|
'fabric.editor.mediaFiles.description': 'Dodaj obrazy i inne pliki do strony',
|
|
170
|
-
'fabric.editor.media_change_mediainline': 'Bezpośrednio w tekście',
|
|
171
178
|
'fabric.editor.media_change_mediasingle': 'Oryginalny rozmiar',
|
|
172
179
|
'fabric.editor.mention': 'Wzmianka',
|
|
173
180
|
'fabric.editor.mention.description': 'Wspomnij o kimś, aby wysłać mu powiadomienie',
|
|
174
181
|
'fabric.editor.mergeCells': 'Scal komórki',
|
|
175
182
|
'fabric.editor.moreFormatting': 'Więcej opcji formatowania',
|
|
183
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Przesuń kolumnę w lewo} few {Przesuń kolumny w lewo} many {Przesuń kolumny w lewo} other {Przesuń kolumny w lewo}}',
|
|
184
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Przesuń kolumnę w prawo} few {Przesuń kolumny w prawo} many {Przesuń kolumny w prawo} other {Przesuń kolumny w prawo}}',
|
|
185
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Przesuń wiersz w dół} few {Przesuń wiersze w dół} many {Przesuń wiersze w dół} other {Przesuń wiersze w dół}}',
|
|
186
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Przesuń wiersz w górę} few {Przesuń wiersze w górę} many {Przesuń wiersze w górę} other {Przesuń wiersze w górę}}',
|
|
176
187
|
'fabric.editor.navigate.toolbar.editor': 'Przejdź do paska narzędzi edytora',
|
|
177
188
|
'fabric.editor.navigate.toolbar.floating': 'Przejdź do przestawnego paska narzędzi',
|
|
178
189
|
'fabric.editor.normal': 'Normalny tekst',
|
|
@@ -198,11 +209,14 @@ var _default = exports.default = {
|
|
|
198
209
|
'fabric.editor.removeRows': '{0, plural, one {Usuń wiersz} few {Usuń wiersze} many {Usuń wiersze} other {Usuń wiersze}}',
|
|
199
210
|
'fabric.editor.rightSidebar': 'Prawy pasek boczny',
|
|
200
211
|
'fabric.editor.rowControl': 'Podświetl wiersz',
|
|
212
|
+
'fabric.editor.rowDragHandle': 'Opcje wierszy',
|
|
201
213
|
'fabric.editor.saveButton': 'Zapisz',
|
|
202
214
|
'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
|
|
203
215
|
'fabric.editor.single': 'Pojedyncza kolumna',
|
|
204
216
|
'fabric.editor.sortColumnASC': 'Sortuj kolumnę A → Z',
|
|
205
217
|
'fabric.editor.sortColumnDESC': 'Sortuj kolumnę Z → A',
|
|
218
|
+
'fabric.editor.sortColumnDecreasing': 'Sortuj malejąco',
|
|
219
|
+
'fabric.editor.sortColumnIncreasing': 'Sortuj rosnąco',
|
|
206
220
|
'fabric.editor.splitCell': 'Podziel komórkę',
|
|
207
221
|
'fabric.editor.status': 'Status',
|
|
208
222
|
'fabric.editor.status.description': 'Dodaj niestandardową etykietę statusu',
|
|
@@ -221,6 +235,10 @@ var _default = exports.default = {
|
|
|
221
235
|
'fabric.editor.tableOptions': 'Opcje tabeli',
|
|
222
236
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.} few {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} many {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} other {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.}}',
|
|
223
237
|
'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.}}',
|
|
238
|
+
'fabric.editor.tableSelector': 'Rozmiar tabeli',
|
|
239
|
+
'fabric.editor.tableSelector.description': 'Dodaj tabelę za pomocą wyskakującego okienka, aby wybrać niestandardowy rozmiar.',
|
|
240
|
+
'fabric.editor.tableSizeSelectorButton': 'Utwórz tabelę o określonym rozmiarze',
|
|
241
|
+
'fabric.editor.tableSizeSelectorPopup': 'Selektor rozmiaru tabeli',
|
|
224
242
|
'fabric.editor.tables.adjustColumn': 'Dostosuj kolumnę',
|
|
225
243
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
|
|
226
244
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Usuń',
|
|
@@ -311,5 +329,6 @@ var _default = exports.default = {
|
|
|
311
329
|
'fabric.theme.subtle-yellow': 'Subtelny żółty',
|
|
312
330
|
'fabric.theme.teal': 'Morski',
|
|
313
331
|
'fabric.theme.white': 'Biały',
|
|
314
|
-
'fabric.theme.yellow': 'Żółty'
|
|
332
|
+
'fabric.theme.yellow': 'Żółty',
|
|
333
|
+
'fabrid.editor.rowNumbers': 'Numery wierszy'
|
|
315
334
|
};
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Item de ação',
|
|
17
17
|
'fabric.editor.action.description': 'Criar e atribuir itens de ação',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Adicionar coluna à esquerda',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Adicionar coluna à direita',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Adicionar imagem, vídeo ou arquivo',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Adicionar linha acima',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Adicionar linha abaixo',
|
|
21
23
|
'fabric.editor.alignCenter': 'Alinhar ao centro',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Alinhar ao centro',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Alinhar à esquerda',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Exibir código com destaque à sintaxe',
|
|
56
58
|
'fabric.editor.collapseNode': 'Recolher conteúdo',
|
|
57
59
|
'fabric.editor.collapseTable': 'Recolher tabela',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Opções de coluna',
|
|
58
61
|
'fabric.editor.columns': 'Layouts',
|
|
59
62
|
'fabric.editor.columns.description': 'Estruturar sua página usando seções',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'Copiado!',
|
|
@@ -92,6 +95,9 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Não há resultados para a pesquisa',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Pesquise com um termo diferente ou descubra apps novos para produtos Atlassian.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Não há resultados para a pesquisa',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'sugestão disponível para o texto digitado.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Pesquisar',
|
|
95
101
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procurar',
|
|
96
102
|
'fabric.editor.embedTitle': 'Integrar',
|
|
97
103
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -147,6 +153,7 @@ var _default = exports.default = {
|
|
|
147
153
|
'fabric.editor.infoPanel': 'Painel de informações',
|
|
148
154
|
'fabric.editor.infoPanel.description': 'Destacar informações em um painel colorido',
|
|
149
155
|
'fabric.editor.inlineDescription': 'Mostrar link como texto em linha',
|
|
156
|
+
'fabric.editor.inlineOverlay': 'Configurar',
|
|
150
157
|
'fabric.editor.inlineTitle': 'Em linha',
|
|
151
158
|
'fabric.editor.insertColumn': 'Inserir coluna à direita',
|
|
152
159
|
'fabric.editor.insertColumnDrag': 'Inserir coluna',
|
|
@@ -167,12 +174,15 @@ var _default = exports.default = {
|
|
|
167
174
|
'fabric.editor.mediaAddLink': 'Adicionar link',
|
|
168
175
|
'fabric.editor.mediaFiles': 'Imagem, vídeo ou arquivo',
|
|
169
176
|
'fabric.editor.mediaFiles.description': 'Adicionar imagens e outros arquivos à sua página',
|
|
170
|
-
'fabric.editor.media_change_mediainline': 'Em linha',
|
|
171
177
|
'fabric.editor.media_change_mediasingle': 'Tamanho original',
|
|
172
178
|
'fabric.editor.mention': 'Menção',
|
|
173
179
|
'fabric.editor.mention.description': 'Mencione alguém para enviar uma notificação',
|
|
174
180
|
'fabric.editor.mergeCells': 'Mesclar células',
|
|
175
181
|
'fabric.editor.moreFormatting': 'Mais formatação',
|
|
182
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Mover coluna para a esquerda} other {Mover colunas para a esquerda}}',
|
|
183
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Mover coluna para a direita} other {Mover colunas para a direita}}',
|
|
184
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Mover linha para baixo} other {Mover linhas para baixo}}',
|
|
185
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Mover linha para cima} other {Mover linhas para cima}}',
|
|
176
186
|
'fabric.editor.navigate.toolbar.editor': 'Navegue até a barra de ferramentas do editor',
|
|
177
187
|
'fabric.editor.navigate.toolbar.floating': 'Navegue até a barra de ferramentas flutuante',
|
|
178
188
|
'fabric.editor.normal': 'Texto normal',
|
|
@@ -198,11 +208,14 @@ var _default = exports.default = {
|
|
|
198
208
|
'fabric.editor.removeRows': '{0, plural, one {Excluir linha} other {Excluir linhas}}',
|
|
199
209
|
'fabric.editor.rightSidebar': 'Barra lateral direita',
|
|
200
210
|
'fabric.editor.rowControl': 'Destacar linha',
|
|
211
|
+
'fabric.editor.rowDragHandle': 'Opções de linhas',
|
|
201
212
|
'fabric.editor.saveButton': 'Salvar',
|
|
202
213
|
'fabric.editor.settingsLinks': 'Ir para Preferências do link',
|
|
203
214
|
'fabric.editor.single': 'Coluna única',
|
|
204
215
|
'fabric.editor.sortColumnASC': 'Ordenar coluna A → Z',
|
|
205
216
|
'fabric.editor.sortColumnDESC': 'Ordenar coluna Z → A',
|
|
217
|
+
'fabric.editor.sortColumnDecreasing': 'Ordem decrescente',
|
|
218
|
+
'fabric.editor.sortColumnIncreasing': 'Ordem crescente',
|
|
206
219
|
'fabric.editor.splitCell': 'Dividir célula',
|
|
207
220
|
'fabric.editor.status': 'Status',
|
|
208
221
|
'fabric.editor.status.description': 'Adicionar uma categoria de status personalizado',
|
|
@@ -221,6 +234,10 @@ var _default = exports.default = {
|
|
|
221
234
|
'fabric.editor.tableOptions': 'Opções de tabela',
|
|
222
235
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {A largura da tabela foi reduzida para {newWidth,number} pixel.} other {A largura da tabela foi reduzida para {newWidth,number} pixels.}}',
|
|
223
236
|
'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.}}',
|
|
237
|
+
'fabric.editor.tableSelector': 'Tamanho da tabela',
|
|
238
|
+
'fabric.editor.tableSelector.description': 'Adicionar tabela usando pop-up para selecionar um tamanho personalizado',
|
|
239
|
+
'fabric.editor.tableSizeSelectorButton': 'Criar tabela de tamanho',
|
|
240
|
+
'fabric.editor.tableSizeSelectorPopup': 'Seletor de tamanho da tabela',
|
|
224
241
|
'fabric.editor.tables.adjustColumn': 'Ajustar coluna',
|
|
225
242
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
|
|
226
243
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Excluir',
|
|
@@ -311,5 +328,6 @@ var _default = exports.default = {
|
|
|
311
328
|
'fabric.theme.subtle-yellow': 'Amarelo fraco',
|
|
312
329
|
'fabric.theme.teal': 'Azul-petróleo',
|
|
313
330
|
'fabric.theme.white': 'Branco',
|
|
314
|
-
'fabric.theme.yellow': 'Amarelo'
|
|
331
|
+
'fabric.theme.yellow': 'Amarelo',
|
|
332
|
+
'fabrid.editor.rowNumbers': 'Números das linhas'
|
|
315
333
|
};
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Задача',
|
|
17
17
|
'fabric.editor.action.description': 'Создавайте и назначайте задачи',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Добавить столбец слева',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Добавить столбец справа',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Добавить изображение, видео или файл',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Добавить строку выше',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Добавить строку ниже',
|
|
21
23
|
'fabric.editor.alignCenter': 'Выровнять по центру',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Выровнять по центру',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Выровнять по левому краю',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Выделение синтаксиса в коде',
|
|
56
58
|
'fabric.editor.collapseNode': 'Свернуть содержимое',
|
|
57
59
|
'fabric.editor.collapseTable': 'Свернуть таблицу',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Параметры столбца',
|
|
58
61
|
'fabric.editor.columns': 'Макеты',
|
|
59
62
|
'fabric.editor.columns.description': 'Расположение информации на странице с помощью разделов',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'Скопировано!',
|
|
@@ -92,6 +95,9 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'По вашему запросу ничего не найдено',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Попробуйте изменить запрос или узнайте о новых приложениях для продуктов Atlassian.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Ознакомиться с Atlassian Marketplace',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'По вашему запросу ничего не найдено',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'доступный вариант для введенного текста.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Поиск',
|
|
95
101
|
'fabric.editor.elementbrowser.sidebar.heading': 'Обзор',
|
|
96
102
|
'fabric.editor.embedTitle': 'Внедренный объект',
|
|
97
103
|
'fabric.editor.emoji': 'Эмодзи',
|
|
@@ -147,6 +153,7 @@ var _default = exports.default = {
|
|
|
147
153
|
'fabric.editor.infoPanel': 'Информационная панель',
|
|
148
154
|
'fabric.editor.infoPanel.description': 'Выделение информации цветом',
|
|
149
155
|
'fabric.editor.inlineDescription': 'Отображение ссылки в виде встроенного текста',
|
|
156
|
+
'fabric.editor.inlineOverlay': 'Настроить',
|
|
150
157
|
'fabric.editor.inlineTitle': 'Встроенный текст',
|
|
151
158
|
'fabric.editor.insertColumn': 'Вставить столбец справа',
|
|
152
159
|
'fabric.editor.insertColumnDrag': 'Вставить столбец',
|
|
@@ -167,12 +174,15 @@ var _default = exports.default = {
|
|
|
167
174
|
'fabric.editor.mediaAddLink': 'Добавить ссылку',
|
|
168
175
|
'fabric.editor.mediaFiles': 'Изображение, видео или файл',
|
|
169
176
|
'fabric.editor.mediaFiles.description': 'Добавление на страницу изображений и других файлов',
|
|
170
|
-
'fabric.editor.media_change_mediainline': 'Встроенный текст',
|
|
171
177
|
'fabric.editor.media_change_mediasingle': 'Исходный размер',
|
|
172
178
|
'fabric.editor.mention': 'Упоминание',
|
|
173
179
|
'fabric.editor.mention.description': 'Упомяните коллегу — он получит уведомление',
|
|
174
180
|
'fabric.editor.mergeCells': 'Объединить ячейки',
|
|
175
181
|
'fabric.editor.moreFormatting': 'Расширенные параметры форматирования',
|
|
182
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Сдвинуть столбец влево} few {Сдвинуть столбцы влево} many {Сдвинуть столбцы влево} other {Сдвинуть столбцы влево}}',
|
|
183
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Сдвинуть столбец вправо} few {Сдвинуть столбцы вправо} many {Сдвинуть столбцы вправо} other {Сдвинуть столбцы вправо}}',
|
|
184
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Сдвинуть строку вниз} few {Сдвинуть строки вниз} many {Сдвинуть строки вниз} other {Сдвинуть строки вниз}}',
|
|
185
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Сдвинуть строку вверх} few {Сдвинуть строки вверх} many {Сдвинуть строки вверх} other {Сдвинуть строки вверх}}',
|
|
176
186
|
'fabric.editor.navigate.toolbar.editor': 'Перейти на панель инструментов редактора',
|
|
177
187
|
'fabric.editor.navigate.toolbar.floating': 'Перейти на перемещаемую панель инструментов',
|
|
178
188
|
'fabric.editor.normal': 'Обычный текст',
|
|
@@ -198,11 +208,14 @@ var _default = exports.default = {
|
|
|
198
208
|
'fabric.editor.removeRows': '{0, plural, one {Удалить строку} few {Удалить строки} many {Удалить строки} other {Удалить строки}}',
|
|
199
209
|
'fabric.editor.rightSidebar': 'Правая боковая панель',
|
|
200
210
|
'fabric.editor.rowControl': 'Выделить строку',
|
|
211
|
+
'fabric.editor.rowDragHandle': 'Параметры строки',
|
|
201
212
|
'fabric.editor.saveButton': 'Сохранить',
|
|
202
213
|
'fabric.editor.settingsLinks': 'Перейти к настройкам ссылок',
|
|
203
214
|
'fabric.editor.single': 'Один столбец',
|
|
204
215
|
'fabric.editor.sortColumnASC': 'Сортировать столбцы (А–Я)',
|
|
205
216
|
'fabric.editor.sortColumnDESC': 'Сортировать столбцы (Я–А)',
|
|
217
|
+
'fabric.editor.sortColumnDecreasing': 'Сортировать по убыванию',
|
|
218
|
+
'fabric.editor.sortColumnIncreasing': 'Сортировать по возрастанию',
|
|
206
219
|
'fabric.editor.splitCell': 'Разделить ячейки',
|
|
207
220
|
'fabric.editor.status': 'Статус',
|
|
208
221
|
'fabric.editor.status.description': 'Добавление пользовательской метки статуса',
|
|
@@ -221,6 +234,10 @@ var _default = exports.default = {
|
|
|
221
234
|
'fabric.editor.tableOptions': 'Параметры таблицы',
|
|
222
235
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ширина таблицы уменьшена до {newWidth,number} пикселя.} few {Ширина таблицы уменьшена до {newWidth,number} пикселей.} many {Ширина таблицы уменьшена до {newWidth,number} пикселей.} other {Ширина таблицы уменьшена до {newWidth,number} пикселя.}}',
|
|
223
236
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ширина таблицы увеличена до {newWidth,number} пикселя.} few {Ширина таблицы увеличена до {newWidth,number} пикселей.} many {Ширина таблицы увеличена до {newWidth,number} пикселей.} other {Ширина таблицы увеличена до {newWidth,number} пикселя.}}',
|
|
237
|
+
'fabric.editor.tableSelector': 'Размер таблицы',
|
|
238
|
+
'fabric.editor.tableSelector.description': 'Добавьте таблицу с помощью всплывающего окна, чтобы выбрать пользовательский размер',
|
|
239
|
+
'fabric.editor.tableSizeSelectorButton': 'Создать таблицу размеров',
|
|
240
|
+
'fabric.editor.tableSizeSelectorPopup': 'Селектор размера таблицы',
|
|
224
241
|
'fabric.editor.tables.adjustColumn': 'Скорректировать ширину столбца',
|
|
225
242
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'При удалении элемента «{nodeName}» нарушится работа всего, что с ним связано.',
|
|
226
243
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Удалить',
|
|
@@ -311,5 +328,6 @@ var _default = exports.default = {
|
|
|
311
328
|
'fabric.theme.subtle-yellow': 'Бледно-желтый',
|
|
312
329
|
'fabric.theme.teal': 'Бирюзовый',
|
|
313
330
|
'fabric.theme.white': 'Белый',
|
|
314
|
-
'fabric.theme.yellow': 'Желтый'
|
|
331
|
+
'fabric.theme.yellow': 'Желтый',
|
|
332
|
+
'fabrid.editor.rowNumbers': 'Номера строк'
|
|
315
333
|
};
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Uppgift',
|
|
17
17
|
'fabric.editor.action.description': 'Skapa och tilldela åtgärdsuppgifter',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Lägg till kolumn till vänster',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Lägg till kolumn till höger',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Lägg till en bild, video eller fil',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Lägg till rad ovanför',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Lägg till rad nedanför',
|
|
21
23
|
'fabric.editor.alignCenter': 'Centrera',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Centrera',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Vänsterjustera',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Visa kod med syntaxmarkering',
|
|
56
58
|
'fabric.editor.collapseNode': 'komprimera innehåll',
|
|
57
59
|
'fabric.editor.collapseTable': 'Dölj tabell',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Kolumnalternativ',
|
|
58
61
|
'fabric.editor.columns': 'Layouter',
|
|
59
62
|
'fabric.editor.columns.description': 'Ge din sida struktur med sektioner',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'Kopierad!',
|
|
@@ -92,6 +95,11 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingenting matchar din sökning',
|
|
93
96
|
'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.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Utforska Atlassian Marketplace',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Ingenting matchar din sökning',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'förslag tillgängligt för skriven text.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'förslag tillgängliga för skriven text.',
|
|
101
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Retur',
|
|
102
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Sök',
|
|
95
103
|
'fabric.editor.elementbrowser.sidebar.heading': 'Bläddra',
|
|
96
104
|
'fabric.editor.embedTitle': 'Bädda in',
|
|
97
105
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -147,6 +155,7 @@ var _default = exports.default = {
|
|
|
147
155
|
'fabric.editor.infoPanel': 'Informationspanel',
|
|
148
156
|
'fabric.editor.infoPanel.description': 'Markera information med en färgad panel',
|
|
149
157
|
'fabric.editor.inlineDescription': 'Visa länk som infogad text',
|
|
158
|
+
'fabric.editor.inlineOverlay': 'Konfigurera',
|
|
150
159
|
'fabric.editor.inlineTitle': 'Inline',
|
|
151
160
|
'fabric.editor.insertColumn': 'Infoga kolumn till höger',
|
|
152
161
|
'fabric.editor.insertColumnDrag': 'Infoga kolumn',
|
|
@@ -167,12 +176,15 @@ var _default = exports.default = {
|
|
|
167
176
|
'fabric.editor.mediaAddLink': 'Lägg till länk',
|
|
168
177
|
'fabric.editor.mediaFiles': 'Bild, video eller fil',
|
|
169
178
|
'fabric.editor.mediaFiles.description': 'Lägg till bilder och andra filer till din sida',
|
|
170
|
-
'fabric.editor.media_change_mediainline': 'Inline',
|
|
171
179
|
'fabric.editor.media_change_mediasingle': 'Originalstorlek',
|
|
172
180
|
'fabric.editor.mention': 'Omnämnande',
|
|
173
181
|
'fabric.editor.mention.description': 'Nämn någon för att skicka en avisering till dem',
|
|
174
182
|
'fabric.editor.mergeCells': 'Sammanfoga celler',
|
|
175
183
|
'fabric.editor.moreFormatting': 'Mer formatering',
|
|
184
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Flytta kolumn åt vänster} other {Flytta kolumner åt vänster}}',
|
|
185
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Flytta kolumn åt höger} other {Flytta kolumner åt höger}}',
|
|
186
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Flytta rad nedåt} other {Flytta rader nedåt}}',
|
|
187
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Flytta rad uppåt} other {Flytta rader uppåt}}',
|
|
176
188
|
'fabric.editor.navigate.toolbar.editor': 'Gå till verktygsfältet för redigering',
|
|
177
189
|
'fabric.editor.navigate.toolbar.floating': 'Gå till det svävande verktygsfältet',
|
|
178
190
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -198,11 +210,14 @@ var _default = exports.default = {
|
|
|
198
210
|
'fabric.editor.removeRows': '{0, plural, one {Radera rad} other {Radera rader}}',
|
|
199
211
|
'fabric.editor.rightSidebar': 'Höger sidopanel',
|
|
200
212
|
'fabric.editor.rowControl': 'Markera raden',
|
|
213
|
+
'fabric.editor.rowDragHandle': 'Radalternativ',
|
|
201
214
|
'fabric.editor.saveButton': 'Spara',
|
|
202
215
|
'fabric.editor.settingsLinks': 'Gå till länkinställningar',
|
|
203
216
|
'fabric.editor.single': 'Enkel kolumn',
|
|
204
217
|
'fabric.editor.sortColumnASC': 'Sortera kolumn A → Ö',
|
|
205
218
|
'fabric.editor.sortColumnDESC': 'Sortera kolumn Ö → A',
|
|
219
|
+
'fabric.editor.sortColumnDecreasing': 'Sortera fallande',
|
|
220
|
+
'fabric.editor.sortColumnIncreasing': 'Sortera stigande',
|
|
206
221
|
'fabric.editor.splitCell': 'Dela cell',
|
|
207
222
|
'fabric.editor.status': 'Status',
|
|
208
223
|
'fabric.editor.status.description': 'Lägg till en anpassad statusetikett',
|
|
@@ -221,6 +236,10 @@ var _default = exports.default = {
|
|
|
221
236
|
'fabric.editor.tableOptions': 'Tabellalternativ',
|
|
222
237
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har minskats till {newWidth,number} pixel.} other {Tabellbredden har minskats till {newWidth,number} pixlar.}}',
|
|
223
238
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har ökat till {newWidth,number} pixel.} other {Tabellbredden har ökat till {newWidth,number} pixlar.}}',
|
|
239
|
+
'fabric.editor.tableSelector': 'Tabellstorlek',
|
|
240
|
+
'fabric.editor.tableSelector.description': 'Lägg till en tabell och använd popup-fönstret för att välja en anpassad storlek',
|
|
241
|
+
'fabric.editor.tableSizeSelectorButton': 'Skapa tabell med en viss storlek',
|
|
242
|
+
'fabric.editor.tableSizeSelectorPopup': 'Väljare för tabellstorlek',
|
|
224
243
|
'fabric.editor.tables.adjustColumn': 'Justera kolumn',
|
|
225
244
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Om du raderar {nodeName} bryts allt som är kopplat till den.',
|
|
226
245
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Radera',
|
|
@@ -311,5 +330,6 @@ var _default = exports.default = {
|
|
|
311
330
|
'fabric.theme.subtle-yellow': 'Dämpad gul',
|
|
312
331
|
'fabric.theme.teal': 'Blågrön',
|
|
313
332
|
'fabric.theme.white': 'Vit',
|
|
314
|
-
'fabric.theme.yellow': 'Gul'
|
|
333
|
+
'fabric.theme.yellow': 'Gul',
|
|
334
|
+
'fabrid.editor.rowNumbers': 'Radnummer'
|
|
315
335
|
};
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'รายการการดำเนินการ',
|
|
17
17
|
'fabric.editor.action.description': 'สร้างและมอบหมายรายการการดำเนินการ',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'เพิ่มคอลัมน์ทางซ้าย',
|
|
19
|
+
'fabric.editor.addColumnRight': 'เพิ่มคอลัมน์ทางขวา',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'เพิ่มรูปภาพ วิดีโอ หรือไฟล์',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'เพิ่มแถวด้านบน',
|
|
22
|
+
'fabric.editor.addRowBelow': 'เพิ่มแถวด้านล่าง',
|
|
21
23
|
'fabric.editor.alignCenter': 'จัดแนวตรงกลาง',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'จัดแนวตรงกลาง',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'จัดแนวด้านซ้าย',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'แสดงรหัสพร้อมการไฮไลท์โครงสร้างภาษา',
|
|
56
58
|
'fabric.editor.collapseNode': 'ย่อเนื้อหา',
|
|
57
59
|
'fabric.editor.collapseTable': 'ย่อตาราง',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'ตัวเลือกคอลัมน์',
|
|
58
61
|
'fabric.editor.columns': 'มุมมอง',
|
|
59
62
|
'fabric.editor.columns.description': 'ปรับโครงสร้างหน้าข้อมูลของคุณโดยใช้การแบ่งส่วน',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'คัดลอกแล้ว!',
|
|
@@ -92,6 +95,11 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'ไม่พบรายการที่ตรงกับสิ่งที่คุณค้นหา',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'ลองค้นหากับคำอื่นหรือสำรวจแอปใหม่ ๆ สำหรับผลิตภัณฑ์ Atlassian',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'สำรวจ Atlassian Marketplace',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'ไม่พบรายการที่ตรงกับสิ่งที่คุณค้นหา',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'ข้อเสนอแนะสำหรับข้อความที่พิมพ์',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'ข้อเสนอแนะสำหรับข้อความที่พิมพ์',
|
|
101
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
102
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'ค้นหา',
|
|
95
103
|
'fabric.editor.elementbrowser.sidebar.heading': 'ค้นหา',
|
|
96
104
|
'fabric.editor.embedTitle': 'แบบซ่อน',
|
|
97
105
|
'fabric.editor.emoji': 'เอโมจิ',
|
|
@@ -147,6 +155,7 @@ var _default = exports.default = {
|
|
|
147
155
|
'fabric.editor.infoPanel': 'แผงข้อมูล',
|
|
148
156
|
'fabric.editor.infoPanel.description': 'ไฮไลท์ข้อมูลในแผงสี',
|
|
149
157
|
'fabric.editor.inlineDescription': 'แสดงลิงก์เป็นข้อความแบบบรรทัดเดียว',
|
|
158
|
+
'fabric.editor.inlineOverlay': 'กำหนดค่า',
|
|
150
159
|
'fabric.editor.inlineTitle': 'บรรทัดเดียว',
|
|
151
160
|
'fabric.editor.insertColumn': 'แทรกคอลัมน์ทางด้านขวา',
|
|
152
161
|
'fabric.editor.insertColumnDrag': 'แทรกคอลัมน์',
|
|
@@ -167,12 +176,15 @@ var _default = exports.default = {
|
|
|
167
176
|
'fabric.editor.mediaAddLink': 'เพิ่มลิงก์',
|
|
168
177
|
'fabric.editor.mediaFiles': 'รูปภาพ วิดีโอ หรือไฟล์',
|
|
169
178
|
'fabric.editor.mediaFiles.description': 'เพิ่มรูปภาพและไฟล์อื่น ๆ ไปยังหน้าข้อมูล',
|
|
170
|
-
'fabric.editor.media_change_mediainline': 'บรรทัดเดียว',
|
|
171
179
|
'fabric.editor.media_change_mediasingle': 'ขนาดเดิม',
|
|
172
180
|
'fabric.editor.mention': 'กล่าวถึง',
|
|
173
181
|
'fabric.editor.mention.description': 'กล่าวถึงผู้ใช้เพื่อส่งการแจ้งเตือน',
|
|
174
182
|
'fabric.editor.mergeCells': 'รวมช่องข้อมูล',
|
|
175
183
|
'fabric.editor.moreFormatting': 'การจัดรูปแบบเพิ่มเติม',
|
|
184
|
+
'fabric.editor.moveColumnLeft': '{0, plural, other {ย้ายคอลัมน์ไปทางซ้าย}}',
|
|
185
|
+
'fabric.editor.moveColumnRight': '{0, plural, other {ย้ายคอลัมน์ไปทางขวา}}',
|
|
186
|
+
'fabric.editor.moveDownDown': '{0, plural, other {ย้ายแถวลงด้านล่าง}}',
|
|
187
|
+
'fabric.editor.moveRowUp': '{0, plural, other {ย้ายแถวขึ้นด้านบน}}',
|
|
176
188
|
'fabric.editor.navigate.toolbar.editor': 'นำทางไปยังแถบเครื่องมือแก้ไข',
|
|
177
189
|
'fabric.editor.navigate.toolbar.floating': 'นำทางไปยังแถบเครื่องมือแบบลอย',
|
|
178
190
|
'fabric.editor.normal': 'ข้อความปกติ',
|
|
@@ -198,11 +210,14 @@ var _default = exports.default = {
|
|
|
198
210
|
'fabric.editor.removeRows': '{0, plural, other {ลบแถว}}',
|
|
199
211
|
'fabric.editor.rightSidebar': 'แถบด้านขวา',
|
|
200
212
|
'fabric.editor.rowControl': 'ไฮไลท์แถว',
|
|
213
|
+
'fabric.editor.rowDragHandle': 'ตัวเลือกแถว',
|
|
201
214
|
'fabric.editor.saveButton': 'บันทึก',
|
|
202
215
|
'fabric.editor.settingsLinks': 'ไปที่การตั้งค่าลิงก์',
|
|
203
216
|
'fabric.editor.single': 'คอลัมน์เดียว',
|
|
204
217
|
'fabric.editor.sortColumnASC': 'จัดเรียงคอลัมน์ A → Z',
|
|
205
218
|
'fabric.editor.sortColumnDESC': 'จัดเรียงคอลัมน์ Z → A',
|
|
219
|
+
'fabric.editor.sortColumnDecreasing': 'เรียงลำดับจากมากไปน้อย',
|
|
220
|
+
'fabric.editor.sortColumnIncreasing': 'เรียงลำดับจากน้อยไปมาก',
|
|
206
221
|
'fabric.editor.splitCell': 'แยกช่องข้อมูล',
|
|
207
222
|
'fabric.editor.status': 'สถานะ',
|
|
208
223
|
'fabric.editor.status.description': 'เพิ่มป้ายสถานะแบบกำหนดเอง',
|
|
@@ -221,6 +236,10 @@ var _default = exports.default = {
|
|
|
221
236
|
'fabric.editor.tableOptions': 'ตัวเลือกตาราง',
|
|
222
237
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางลดลงเหลือ {newWidth,number} พิกเซล}}',
|
|
223
238
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางเพิ่มขึ้น {newWidth,number} พิกเซล}}',
|
|
239
|
+
'fabric.editor.tableSelector': 'ขนาดตาราง',
|
|
240
|
+
'fabric.editor.tableSelector.description': 'เพิ่มตารางโดยใช้ป๊อบอัพเพื่อเลือกขนาดที่กำหนดเอง',
|
|
241
|
+
'fabric.editor.tableSizeSelectorButton': 'สร้างตารางขนาด',
|
|
242
|
+
'fabric.editor.tableSizeSelectorPopup': 'ตัวเลือกขนาดตาราง',
|
|
224
243
|
'fabric.editor.tables.adjustColumn': 'ปรับเปลี่ยนคอลัมน์',
|
|
225
244
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'การลบ {nodeName} จะยุติทุกอย่างที่เชื่อมโยงอยู่',
|
|
226
245
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'ลบ',
|
|
@@ -311,5 +330,6 @@ var _default = exports.default = {
|
|
|
311
330
|
'fabric.theme.subtle-yellow': 'สีเหลืองจาง',
|
|
312
331
|
'fabric.theme.teal': 'สีเขียวน้ำทะเล',
|
|
313
332
|
'fabric.theme.white': 'สีขาว',
|
|
314
|
-
'fabric.theme.yellow': 'สีเหลือง'
|
|
333
|
+
'fabric.theme.yellow': 'สีเหลือง',
|
|
334
|
+
'fabrid.editor.rowNumbers': 'หมายเลขแถว'
|
|
315
335
|
};
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Yapılacaklar listesi',
|
|
17
17
|
'fabric.editor.action.description': 'Yapılacaklar listesi oluşturun ve atayın',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Sola sütun ekle',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Sağa sütun ekle',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Görsel, video ya da dosya ekle',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Yukarıya satır ekle',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Aşağıya satır ekle',
|
|
21
23
|
'fabric.editor.alignCenter': 'Ortaya hizala',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Ortaya hizala',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Sola hizala',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Kodları söz dizimini vurgulayarak görüntüleyin',
|
|
56
58
|
'fabric.editor.collapseNode': 'içeriği daraltın',
|
|
57
59
|
'fabric.editor.collapseTable': 'Tabloyu daralt',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Sütun seçenekleri',
|
|
58
61
|
'fabric.editor.columns': 'Düzenler',
|
|
59
62
|
'fabric.editor.columns.description': 'Bölümler aracılığıyla sayfanızı yapılandırın',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'Kopyalandı!',
|
|
@@ -92,6 +95,9 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Aramanızla eşleşen sonuç bulunamadı',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Farklı bir terim aramayı deneyin veya Atlassian ürünleri için yeni uygulamalar keşfedin.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': "Atlassian Marketplace'i keşfedin",
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Aramanızla eşleşen sonuç bulunamadı',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'öneri, yazılan metin için.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Arama',
|
|
95
101
|
'fabric.editor.elementbrowser.sidebar.heading': 'Göz Atın',
|
|
96
102
|
'fabric.editor.embedTitle': 'Ekle',
|
|
97
103
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -147,6 +153,7 @@ var _default = exports.default = {
|
|
|
147
153
|
'fabric.editor.infoPanel': 'Bilgi panosu',
|
|
148
154
|
'fabric.editor.infoPanel.description': 'Renkli bir panoda bilgileri vurgulayın',
|
|
149
155
|
'fabric.editor.inlineDescription': 'Bağlantıyı satır içi metin olarak gösterir',
|
|
156
|
+
'fabric.editor.inlineOverlay': 'Yapılandır',
|
|
150
157
|
'fabric.editor.inlineTitle': 'Satır içi',
|
|
151
158
|
'fabric.editor.insertColumn': 'Sağa sütun ekle',
|
|
152
159
|
'fabric.editor.insertColumnDrag': 'Sütun ekle',
|
|
@@ -167,12 +174,15 @@ var _default = exports.default = {
|
|
|
167
174
|
'fabric.editor.mediaAddLink': 'Bağlantı ekle',
|
|
168
175
|
'fabric.editor.mediaFiles': 'Görsel, video ya da dosya',
|
|
169
176
|
'fabric.editor.mediaFiles.description': 'Sayfanıza görseller ve başka dosyalar ekleyin',
|
|
170
|
-
'fabric.editor.media_change_mediainline': 'Satır içi',
|
|
171
177
|
'fabric.editor.media_change_mediasingle': 'Orijinal boyut',
|
|
172
178
|
'fabric.editor.mention': 'Bahsetme',
|
|
173
179
|
'fabric.editor.mention.description': 'Bildirim göndermek istediğiniz kullanıcıdan bahsedin',
|
|
174
180
|
'fabric.editor.mergeCells': 'Hücreleri birleştir',
|
|
175
181
|
'fabric.editor.moreFormatting': 'Diğer biçimlendirme seçenekleri',
|
|
182
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Sütunu sola taşı} other {Sütunları sola taşı}}',
|
|
183
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Sütunu sağa taşı} other {Sütunları sağa taşı}}',
|
|
184
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Satırı aşağı taşı} other {Satırları aşağı taşı}}',
|
|
185
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Satırı yukarı taşı} other {Satırları yukarı taşı}}',
|
|
176
186
|
'fabric.editor.navigate.toolbar.editor': 'Düzenleyici araç çubuğuna gidin',
|
|
177
187
|
'fabric.editor.navigate.toolbar.floating': 'Kayan araç çubuğuna gidin',
|
|
178
188
|
'fabric.editor.normal': 'Normal metin',
|
|
@@ -198,11 +208,14 @@ var _default = exports.default = {
|
|
|
198
208
|
'fabric.editor.removeRows': '{0, plural, one {Satırı sil} other {Satırları sil}}',
|
|
199
209
|
'fabric.editor.rightSidebar': 'Sağ kenar çubuğu',
|
|
200
210
|
'fabric.editor.rowControl': 'Satırı vurgula',
|
|
211
|
+
'fabric.editor.rowDragHandle': 'Satır seçenekleri',
|
|
201
212
|
'fabric.editor.saveButton': 'Kaydet',
|
|
202
213
|
'fabric.editor.settingsLinks': 'Bağlantı Tercihlerine gidin',
|
|
203
214
|
'fabric.editor.single': 'Tek sütun',
|
|
204
215
|
'fabric.editor.sortColumnASC': "Sütunu A'dan Z'ye sırala",
|
|
205
216
|
'fabric.editor.sortColumnDESC': "Sütunu Z'den A'ya sırala",
|
|
217
|
+
'fabric.editor.sortColumnDecreasing': 'Azalan şekilde sırala',
|
|
218
|
+
'fabric.editor.sortColumnIncreasing': 'Artan şekilde sırala',
|
|
206
219
|
'fabric.editor.splitCell': 'Hücreyi ayır',
|
|
207
220
|
'fabric.editor.status': 'Durum',
|
|
208
221
|
'fabric.editor.status.description': 'Özel durum etiketi ekleyin',
|
|
@@ -221,6 +234,10 @@ var _default = exports.default = {
|
|
|
221
234
|
'fabric.editor.tableOptions': 'Tablo seçenekleri',
|
|
222
235
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tablo genişliği {newWidth,number} piksele düşürüldü.} other {Tablo genişliği {newWidth,number} piksele düşürüldü.}}',
|
|
223
236
|
'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ı.}}',
|
|
237
|
+
'fabric.editor.tableSelector': 'Tablo boyutu',
|
|
238
|
+
'fabric.editor.tableSelector.description': 'Özel bir boyut seçmek için açılır öğe kullanarak bir tablo ekleyin',
|
|
239
|
+
'fabric.editor.tableSizeSelectorButton': 'Tanımlı boyutta tablo oluştur',
|
|
240
|
+
'fabric.editor.tableSizeSelectorPopup': 'Tablo boyutu seçici',
|
|
224
241
|
'fabric.editor.tables.adjustColumn': 'Sütunu ayarla',
|
|
225
242
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} düğümünün silinmesi, bu düğüme bağlı her şeyin bozulmasına neden olur.',
|
|
226
243
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Sil',
|
|
@@ -311,5 +328,6 @@ var _default = exports.default = {
|
|
|
311
328
|
'fabric.theme.subtle-yellow': 'Açık sarı',
|
|
312
329
|
'fabric.theme.teal': 'Cam göbeği',
|
|
313
330
|
'fabric.theme.white': 'Beyaz',
|
|
314
|
-
'fabric.theme.yellow': 'Sarı'
|
|
331
|
+
'fabric.theme.yellow': 'Sarı',
|
|
332
|
+
'fabrid.editor.rowNumbers': 'Satır sayıları'
|
|
315
333
|
};
|