@atlaskit/afm-i18n-platform-editor-editor-common 2.211.0 → 2.212.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/dist/cjs/i18n/da.js +18 -0
- package/dist/cjs/i18n/de.js +18 -0
- package/dist/cjs/i18n/es.js +18 -0
- package/dist/cjs/i18n/fi.js +18 -0
- package/dist/cjs/i18n/hu.js +28 -0
- package/dist/cjs/i18n/it.js +18 -0
- package/dist/cjs/i18n/ja.js +18 -0
- package/dist/cjs/i18n/ko.js +18 -0
- package/dist/cjs/i18n/nb.js +18 -0
- package/dist/cjs/i18n/nl.js +18 -0
- package/dist/cjs/i18n/pl.js +18 -0
- package/dist/cjs/i18n/ru.js +18 -0
- package/dist/cjs/i18n/sl.js +10 -0
- package/dist/cjs/i18n/sr_RS.js +3 -0
- package/dist/cjs/i18n/sr_YR.js +3 -0
- package/dist/cjs/i18n/sv.js +18 -0
- package/dist/cjs/i18n/th.js +18 -0
- package/dist/cjs/i18n/tr.js +18 -0
- package/dist/cjs/i18n/uk.js +18 -0
- package/dist/cjs/i18n/vi.js +10 -0
- package/dist/esm/i18n/da.d.ts +18 -0
- package/dist/esm/i18n/da.js +18 -0
- package/dist/esm/i18n/de.d.ts +18 -0
- package/dist/esm/i18n/de.js +18 -0
- package/dist/esm/i18n/es.d.ts +18 -0
- package/dist/esm/i18n/es.js +18 -0
- package/dist/esm/i18n/fi.d.ts +18 -0
- package/dist/esm/i18n/fi.js +18 -0
- package/dist/esm/i18n/hu.d.ts +28 -0
- package/dist/esm/i18n/hu.js +28 -0
- package/dist/esm/i18n/it.d.ts +18 -0
- package/dist/esm/i18n/it.js +18 -0
- package/dist/esm/i18n/ja.d.ts +18 -0
- package/dist/esm/i18n/ja.js +18 -0
- package/dist/esm/i18n/ko.d.ts +18 -0
- package/dist/esm/i18n/ko.js +18 -0
- package/dist/esm/i18n/nb.d.ts +18 -0
- package/dist/esm/i18n/nb.js +18 -0
- package/dist/esm/i18n/nl.d.ts +18 -0
- package/dist/esm/i18n/nl.js +18 -0
- package/dist/esm/i18n/pl.d.ts +18 -0
- package/dist/esm/i18n/pl.js +18 -0
- package/dist/esm/i18n/ru.d.ts +18 -0
- package/dist/esm/i18n/ru.js +18 -0
- package/dist/esm/i18n/sl.d.ts +10 -0
- package/dist/esm/i18n/sl.js +10 -0
- package/dist/esm/i18n/sr_RS.d.ts +3 -0
- package/dist/esm/i18n/sr_RS.js +3 -0
- package/dist/esm/i18n/sr_YR.d.ts +3 -0
- package/dist/esm/i18n/sr_YR.js +3 -0
- package/dist/esm/i18n/sv.d.ts +18 -0
- package/dist/esm/i18n/sv.js +18 -0
- package/dist/esm/i18n/th.d.ts +18 -0
- package/dist/esm/i18n/th.js +18 -0
- package/dist/esm/i18n/tr.d.ts +18 -0
- package/dist/esm/i18n/tr.js +18 -0
- package/dist/esm/i18n/uk.d.ts +18 -0
- package/dist/esm/i18n/uk.js +18 -0
- package/dist/esm/i18n/vi.d.ts +10 -0
- package/dist/esm/i18n/vi.js +10 -0
- package/dist/types/i18n/da.d.ts +18 -0
- package/dist/types/i18n/de.d.ts +18 -0
- package/dist/types/i18n/es.d.ts +18 -0
- package/dist/types/i18n/fi.d.ts +18 -0
- package/dist/types/i18n/hu.d.ts +28 -0
- package/dist/types/i18n/it.d.ts +18 -0
- package/dist/types/i18n/ja.d.ts +18 -0
- package/dist/types/i18n/ko.d.ts +18 -0
- package/dist/types/i18n/nb.d.ts +18 -0
- package/dist/types/i18n/nl.d.ts +18 -0
- package/dist/types/i18n/pl.d.ts +18 -0
- package/dist/types/i18n/ru.d.ts +18 -0
- package/dist/types/i18n/sl.d.ts +10 -0
- package/dist/types/i18n/sr_RS.d.ts +3 -0
- package/dist/types/i18n/sr_YR.d.ts +3 -0
- package/dist/types/i18n/sv.d.ts +18 -0
- package/dist/types/i18n/th.d.ts +18 -0
- package/dist/types/i18n/tr.d.ts +18 -0
- package/dist/types/i18n/uk.d.ts +18 -0
- package/dist/types/i18n/vi.d.ts +10 -0
- package/i18n/da.ts +23 -0
- package/i18n/de.ts +24 -0
- package/i18n/es.ts +24 -0
- package/i18n/fi.ts +24 -0
- package/i18n/hu.ts +34 -0
- package/i18n/it.ts +24 -0
- package/i18n/ja.ts +22 -0
- package/i18n/ko.ts +22 -0
- package/i18n/nb.ts +24 -0
- package/i18n/nl.ts +24 -0
- package/i18n/pl.ts +24 -0
- package/i18n/ru.ts +24 -0
- package/i18n/sl.ts +10 -0
- package/i18n/sr_RS.ts +3 -0
- package/i18n/sr_YR.ts +3 -0
- package/i18n/sv.ts +24 -0
- package/i18n/th.ts +23 -0
- package/i18n/tr.ts +24 -0
- package/i18n/uk.ts +24 -0
- package/i18n/vi.ts +10 -0
- package/package.json +1 -1
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -15,8 +15,17 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synkroniseret blokering',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.syncBlock.feedbackFlagDescription': 'Vi vil meget gerne have din feedback. Denne hurtige undersøgelse bør tage mindre end ét minut at besvare.',
|
|
19
|
+
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Giv feedback',
|
|
20
|
+
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'Nej tak',
|
|
21
|
+
'editor-common.messages.syncBlock.feedbackFlagTitle': 'Hjælp os med at forbedre synkroniserede blokke',
|
|
18
22
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Indsæt dette synkroniserede blokindhold et andet sted for at genbruge blokkens indhold.',
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'For at genbruge dette indhold skal du udgive denne side og indsætte denne synkroniserede blok et andet sted.',
|
|
24
|
+
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'Du kan genbruge indhold ved at kopiere og indsætte denne blok for at synkronisere med andre lokationer',
|
|
25
|
+
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': 'Du kan ikke flytte en kolonne til venstre med flettede celler',
|
|
26
|
+
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': 'Du kan ikke flytte en kolonne til højre med flettede celler',
|
|
27
|
+
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': 'Du kan ikke flytte en række ned med flettede celler',
|
|
28
|
+
'editor-common.messages.table.canNotMoveRowUpWithMergedCells': 'Du kan ikke flytte en række op med flettede celler',
|
|
20
29
|
'editor-common.quick-insert.categoryBlockTemplates': 'Blokskabeloner',
|
|
21
30
|
'editor-common.quick-insert.categoryDataAndCharts': 'Data og diagrammer',
|
|
22
31
|
'editor-common.quick-insert.categoryEmbed': 'Indlejr',
|
|
@@ -335,6 +344,7 @@ exports.default = {
|
|
|
335
344
|
'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand': "Rediger {key}+'",
|
|
336
345
|
'fabric.editor.ai.toolbar.askRovo.title': 'Spørg Rovo',
|
|
337
346
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Spørg Rovo {key}+'",
|
|
347
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand.newAifc': "Rediger med Rovo {key}+'",
|
|
338
348
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Spørg Rovo AI',
|
|
339
349
|
'fabric.editor.ai.toolbar.changeTone.title': 'Skift tone',
|
|
340
350
|
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Skift indstillinger for tone',
|
|
@@ -999,6 +1009,7 @@ exports.default = {
|
|
|
999
1009
|
'fabric.editor.sortColumnIncreasing': 'Sortér stigende',
|
|
1000
1010
|
'fabric.editor.sourceSyncBlockPlaceholderText': 'Tilføj indhold, du vil genbruge. Kopiér og indsæt denne blok for at synkronisere andre steder.',
|
|
1001
1011
|
'fabric.editor.sourceSyncBlockTooltip': 'Synkroniseret blokering',
|
|
1012
|
+
'fabric.editor.sourceSyncedBlock.label.text': 'Kildesynkroniseret blok',
|
|
1002
1013
|
'fabric.editor.splitCell': 'Opdel celle',
|
|
1003
1014
|
'fabric.editor.status': 'Status',
|
|
1004
1015
|
'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
|
|
@@ -1187,6 +1198,7 @@ exports.default = {
|
|
|
1187
1198
|
'fabric.theme.bold-red': 'Stærk rød',
|
|
1188
1199
|
'fabric.theme.bold-teal': 'Stærk turkis',
|
|
1189
1200
|
'fabric.theme.bold-yellow': 'Stærk gul',
|
|
1201
|
+
'fabric.theme.bold-yellow-new': 'Kraftig gul',
|
|
1190
1202
|
'fabric.theme.bolder-blue': 'Stærkere blå',
|
|
1191
1203
|
'fabric.theme.bolder-gray': 'Stærkere grå',
|
|
1192
1204
|
'fabric.theme.bolder-green': 'Stærkere grøn',
|
|
@@ -1199,6 +1211,9 @@ exports.default = {
|
|
|
1199
1211
|
'fabric.theme.dark-blue': 'Mørk blå',
|
|
1200
1212
|
'fabric.theme.dark-gray': 'Mørk grå',
|
|
1201
1213
|
'fabric.theme.dark-green': 'Mørk grøn',
|
|
1214
|
+
'fabric.theme.dark-lime': 'Mørk limegrøn',
|
|
1215
|
+
'fabric.theme.dark-magenta': 'Mørk magenta',
|
|
1216
|
+
'fabric.theme.dark-orange': 'Mørk orange',
|
|
1202
1217
|
'fabric.theme.dark-purple': 'Mørk lilla',
|
|
1203
1218
|
'fabric.theme.dark-red': 'Mørk rød',
|
|
1204
1219
|
'fabric.theme.dark-teal': 'Mørk teal',
|
|
@@ -1209,6 +1224,9 @@ exports.default = {
|
|
|
1209
1224
|
'fabric.theme.light-blue': 'Lys blå',
|
|
1210
1225
|
'fabric.theme.light-gray': 'Lys grå',
|
|
1211
1226
|
'fabric.theme.light-green': 'Lys grøn',
|
|
1227
|
+
'fabric.theme.light-lime': 'Lys limegrøn',
|
|
1228
|
+
'fabric.theme.light-magenta': 'Lys magenta',
|
|
1229
|
+
'fabric.theme.light-orange': 'Lys orange',
|
|
1212
1230
|
'fabric.theme.light-purple': 'Lys lilla',
|
|
1213
1231
|
'fabric.theme.light-red': 'Lys rød',
|
|
1214
1232
|
'fabric.theme.light-teal': 'Lys teal',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -15,11 +15,26 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': '{macroName} konfigurieren',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synchronisierter Block',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.syncBlock.feedbackFlagDescription': 'Wir würden uns über Ihr Feedback freuen. Diese kurze Umfrage sollte weniger als eine Minute dauern.',
|
|
18
19
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Feedback geben',
|
|
19
20
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'Nein, danke',
|
|
20
21
|
'editor-common.messages.syncBlock.feedbackFlagTitle': 'Verbesserung der synchronisierten Blöcke: Ihr Feedback ist gefragt',
|
|
21
22
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Fügen Sie den Inhalt dieses synchronisierten Blocks an einer anderen Stelle ein, um seinen Inhalt wiederzuverwenden.',
|
|
22
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'Um diesen Inhalt wiederzuverwenden, veröffentlichen Sie diese Seite und fügen Sie diesen synchronisierten Block an einer anderen Stelle ein.',
|
|
24
|
+
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'Um Inhalte wiederzuverwenden, kopieren Sie diesen Block und fügen Sie ihn ein, damit er mit anderen Speicherorten synchronisiert wird.',
|
|
25
|
+
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': 'Spalten mit zusammengeführten Zellen können nicht nach links verschoben werden.',
|
|
26
|
+
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': 'Spalten mit zusammengeführten Zellen können nicht nach rechts verschoben werden.',
|
|
27
|
+
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': 'Spalten mit zusammengeführten Zellen können nicht nach unten verschoben werden.',
|
|
28
|
+
'editor-common.messages.table.canNotMoveRowUpWithMergedCells': 'Spalten mit zusammengeführten Zellen können nicht nach oben verschoben werden.',
|
|
29
|
+
'editor-common.quick-insert.categoryBlockTemplates': 'Blockvorlagen',
|
|
30
|
+
'editor-common.quick-insert.categoryDataAndCharts': 'Daten und Diagramme',
|
|
31
|
+
'editor-common.quick-insert.categoryEmbed': 'Einbetten',
|
|
32
|
+
'editor-common.quick-insert.categoryMedia': 'Medien',
|
|
33
|
+
'editor-common.quick-insert.categoryOther': 'Sonstige',
|
|
34
|
+
'editor-common.quick-insert.categoryRecommended': 'Empfohlen',
|
|
35
|
+
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
36
|
+
'editor-common.quick-insert.categoryStructure': 'Struktur',
|
|
37
|
+
'editor-common.quick-insert.categoryTextFormatting': 'Textformatierung',
|
|
23
38
|
'editor.imageEditor.aspectRatio.circle': 'Rundes Format',
|
|
24
39
|
'editor.imageEditor.aspectRatio.circleButton': 'Rundes Format 1:1',
|
|
25
40
|
'editor.imageEditor.aspectRatio.custom': 'Benutzerdefiniertes Format',
|
|
@@ -53,6 +68,7 @@ exports.default = {
|
|
|
53
68
|
'fabric.editor.addRowAbove': 'Zeile oberhalb hinzufügen',
|
|
54
69
|
'fabric.editor.addRowBelow': 'Zeile unterhalb hinzufügen',
|
|
55
70
|
'fabric.editor.addUpdatedAltText': 'Alternativtext hinzufügen',
|
|
71
|
+
'fabric.editor.agent-with-user': '{agentName} mit {userName}',
|
|
56
72
|
'fabric.editor.ai.ai-panels.actionItemsPageDescription': 'Atlassian Intelligence kann Aufgaben suchen und sie in einem Panel anzeigen.',
|
|
57
73
|
'fabric.editor.ai.ai-panels.actionItemsPageTitle': 'Aufgaben-Panel (Betaversion)',
|
|
58
74
|
'fabric.editor.ai.ai-panels.summarizePageDescription': 'Atlassian Intelligence kann diese Seite zusammenfassen und sie in einem Panel anzeigen.',
|
|
@@ -328,6 +344,7 @@ exports.default = {
|
|
|
328
344
|
'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand': "Bearbeiten: {key}+'",
|
|
329
345
|
'fabric.editor.ai.toolbar.askRovo.title': 'Rovo fragen',
|
|
330
346
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Rovo fragen {key}+'",
|
|
347
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand.newAifc': "Mit Rovo bearbeiten: {key}+'",
|
|
331
348
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Rovo-KI fragen',
|
|
332
349
|
'fabric.editor.ai.toolbar.changeTone.title': 'Ton ändern',
|
|
333
350
|
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Optionen zum Ändern des Tons',
|
|
@@ -992,6 +1009,7 @@ exports.default = {
|
|
|
992
1009
|
'fabric.editor.sortColumnIncreasing': 'Aufsteigend sortieren',
|
|
993
1010
|
'fabric.editor.sourceSyncBlockPlaceholderText': 'Fügen Sie Inhalte hinzu, die wiederverwendet werden sollen. Kopieren Sie diesen Block und fügen Sie ihn ein, um ihn an anderen Speicherorten zu synchronisieren.',
|
|
994
1011
|
'fabric.editor.sourceSyncBlockTooltip': 'Synchronisierter Block',
|
|
1012
|
+
'fabric.editor.sourceSyncedBlock.label.text': 'Synchronisierter Quellblock',
|
|
995
1013
|
'fabric.editor.splitCell': 'Zelle teilen',
|
|
996
1014
|
'fabric.editor.status': 'Status',
|
|
997
1015
|
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -15,8 +15,17 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Bloque sincronizado',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratorios',
|
|
18
|
+
'editor-common.messages.syncBlock.feedbackFlagDescription': 'Nos encantaría saber tu opinión. Esta encuesta rápida debería llevarte menos de un minuto.',
|
|
19
|
+
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Enviar opiniones',
|
|
20
|
+
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'No, gracias',
|
|
21
|
+
'editor-common.messages.syncBlock.feedbackFlagTitle': 'Ayúdanos a mejorar los bloques sincronizados',
|
|
18
22
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Pega el contenido de este bloque sincronizado en otra ubicación para reutilizar su contenido.',
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'Para reutilizar este contenido, publica esta página y pega este bloque sincronizado en otra ubicación.',
|
|
24
|
+
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'Para reutilizar contenido, copia y pega este bloque para realizar la sincronización en otras ubicaciones',
|
|
25
|
+
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': 'No puedes mover una columna a la izquierda con celdas combinadas',
|
|
26
|
+
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': 'No puedes mover una columna a la derecha con celdas combinadas',
|
|
27
|
+
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': 'No puedes mover una fila hacia abajo con celdas combinadas',
|
|
28
|
+
'editor-common.messages.table.canNotMoveRowUpWithMergedCells': 'No puedes mover una fila hacia arriba con celdas combinadas',
|
|
20
29
|
'editor-common.quick-insert.categoryBlockTemplates': 'Plantillas de bloques',
|
|
21
30
|
'editor-common.quick-insert.categoryDataAndCharts': 'Datos y gráficos',
|
|
22
31
|
'editor-common.quick-insert.categoryEmbed': 'Integrar',
|
|
@@ -336,6 +345,7 @@ exports.default = {
|
|
|
336
345
|
'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand': "Editar {key}+'",
|
|
337
346
|
'fabric.editor.ai.toolbar.askRovo.title': 'Preguntar a Rovo',
|
|
338
347
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Preguntar a Rovo {key}+'",
|
|
348
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand.newAifc': "Editar con Rovo {key}+'",
|
|
339
349
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Preguntar a la IA de Rovo',
|
|
340
350
|
'fabric.editor.ai.toolbar.changeTone.title': 'Cambiar tono',
|
|
341
351
|
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Cambiar las opciones de tono',
|
|
@@ -1000,6 +1010,7 @@ exports.default = {
|
|
|
1000
1010
|
'fabric.editor.sortColumnIncreasing': 'Ordenar en ascendente',
|
|
1001
1011
|
'fabric.editor.sourceSyncBlockPlaceholderText': 'Añade el contenido que quieras reutilizar. Copia y pega este bloque para sincronizarlo en otras ubicaciones.',
|
|
1002
1012
|
'fabric.editor.sourceSyncBlockTooltip': 'Bloque sincronizado',
|
|
1013
|
+
'fabric.editor.sourceSyncedBlock.label.text': 'Bloque sincronizado de origen',
|
|
1003
1014
|
'fabric.editor.splitCell': 'Dividir celda',
|
|
1004
1015
|
'fabric.editor.status': 'Estado',
|
|
1005
1016
|
'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
|
|
@@ -1188,6 +1199,7 @@ exports.default = {
|
|
|
1188
1199
|
'fabric.theme.bold-red': 'Rojo intenso',
|
|
1189
1200
|
'fabric.theme.bold-teal': 'Verde azulado intenso',
|
|
1190
1201
|
'fabric.theme.bold-yellow': 'Amarillo oscuro',
|
|
1202
|
+
'fabric.theme.bold-yellow-new': 'Amarillo intenso',
|
|
1191
1203
|
'fabric.theme.bolder-blue': 'Azul más intenso',
|
|
1192
1204
|
'fabric.theme.bolder-gray': 'Gris más intenso',
|
|
1193
1205
|
'fabric.theme.bolder-green': 'Verde más intenso',
|
|
@@ -1200,6 +1212,9 @@ exports.default = {
|
|
|
1200
1212
|
'fabric.theme.dark-blue': 'Azul oscuro',
|
|
1201
1213
|
'fabric.theme.dark-gray': 'Gris oscuro',
|
|
1202
1214
|
'fabric.theme.dark-green': 'Verde oscuro',
|
|
1215
|
+
'fabric.theme.dark-lime': 'Verde lima oscuro',
|
|
1216
|
+
'fabric.theme.dark-magenta': 'Magenta oscuro',
|
|
1217
|
+
'fabric.theme.dark-orange': 'Naranja oscuro',
|
|
1203
1218
|
'fabric.theme.dark-purple': 'Morado oscuro',
|
|
1204
1219
|
'fabric.theme.dark-red': 'Rojo oscuro',
|
|
1205
1220
|
'fabric.theme.dark-teal': 'Verde azulado oscuro',
|
|
@@ -1210,6 +1225,9 @@ exports.default = {
|
|
|
1210
1225
|
'fabric.theme.light-blue': 'Azul claro',
|
|
1211
1226
|
'fabric.theme.light-gray': 'Gris claro',
|
|
1212
1227
|
'fabric.theme.light-green': 'Verde claro',
|
|
1228
|
+
'fabric.theme.light-lime': 'Lima claro',
|
|
1229
|
+
'fabric.theme.light-magenta': 'Magenta claro',
|
|
1230
|
+
'fabric.theme.light-orange': 'Naranja claro',
|
|
1213
1231
|
'fabric.theme.light-purple': 'Morado claro',
|
|
1214
1232
|
'fabric.theme.light-red': 'Rojo claro',
|
|
1215
1233
|
'fabric.theme.light-teal': 'Verde azulado claro',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -15,8 +15,17 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Määritä {macroName}',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synkronisoitu lohko',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.syncBlock.feedbackFlagDescription': 'Haluaisimme palautetta. Tähän nopeaan kyselyyn ei kulu minuuttiakaan.',
|
|
19
|
+
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Anna palautetta',
|
|
20
|
+
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'Ei kiitos',
|
|
21
|
+
'editor-common.messages.syncBlock.feedbackFlagTitle': 'Auta meitä parantamaan synkronoituja lohkoja',
|
|
18
22
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Liitä tämä synkronoitu lohko toiseen sijaintiin, niin voit käyttää sen sisältöä muualla.',
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'Jos haluat käyttää tätä sisältöä muualla, julkaise tämä sivu ja liitä tämä synkronoitu lohko toiseen sijaintiin.',
|
|
24
|
+
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'Jos haluat käyttää sisältöä uudelleen, kopioi ja liitä tämä lohko, jotta se synkronoidaan muihin sijainteihin.',
|
|
25
|
+
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': 'Sulautettuja soluja sisältävää saraketta ei voi siirtää vasemmalle.',
|
|
26
|
+
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': 'Sulautettuja soluja sisältävää saraketta ei voi siirtää oikealle.',
|
|
27
|
+
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': 'Sulautettuja soluja sisältävää riviä ei voi siirtää alaspäin.',
|
|
28
|
+
'editor-common.messages.table.canNotMoveRowUpWithMergedCells': 'Sulautettuja soluja sisältävää riviä ei voi siirtää ylöspäin.',
|
|
20
29
|
'editor-common.quick-insert.categoryBlockTemplates': 'Lohkosivupohjat',
|
|
21
30
|
'editor-common.quick-insert.categoryDataAndCharts': 'Data ja kaaviot',
|
|
22
31
|
'editor-common.quick-insert.categoryEmbed': 'Upota',
|
|
@@ -336,6 +345,7 @@ exports.default = {
|
|
|
336
345
|
'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand': "Muokkaa {key}+'",
|
|
337
346
|
'fabric.editor.ai.toolbar.askRovo.title': 'Kysy Rovolta',
|
|
338
347
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Kysy Rovolta pikanäppäimellä {key}+'",
|
|
348
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand.newAifc': "Muokkaa Rovolla {key}+'",
|
|
339
349
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Kysy Rovo-tekoälyltä',
|
|
340
350
|
'fabric.editor.ai.toolbar.changeTone.title': 'Vaihda sävyä',
|
|
341
351
|
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Sävyn vaihtamisen vaihtoehdot',
|
|
@@ -1000,6 +1010,7 @@ exports.default = {
|
|
|
1000
1010
|
'fabric.editor.sortColumnIncreasing': 'Nouseva lajittelu',
|
|
1001
1011
|
'fabric.editor.sourceSyncBlockPlaceholderText': 'Lisää sisältöä, jota haluat käyttää uudelleen. Kopioi ja liitä tämä lohko, jotta voit synkronoida sen muihin sijainteihin.',
|
|
1002
1012
|
'fabric.editor.sourceSyncBlockTooltip': 'Synkronisoitu lohko',
|
|
1013
|
+
'fabric.editor.sourceSyncedBlock.label.text': 'Lähteen synkronoitu lohko',
|
|
1003
1014
|
'fabric.editor.splitCell': 'Jaa solu',
|
|
1004
1015
|
'fabric.editor.status': 'Tila',
|
|
1005
1016
|
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
@@ -1188,6 +1199,7 @@ exports.default = {
|
|
|
1188
1199
|
'fabric.theme.bold-red': 'Tummanpunainen',
|
|
1189
1200
|
'fabric.theme.bold-teal': 'Tumma sinivihreä',
|
|
1190
1201
|
'fabric.theme.bold-yellow': 'Tummankeltainen',
|
|
1202
|
+
'fabric.theme.bold-yellow-new': 'Voimakas keltainen',
|
|
1191
1203
|
'fabric.theme.bolder-blue': 'Voimakkaampi sininen',
|
|
1192
1204
|
'fabric.theme.bolder-gray': 'Voimakkaampi harmaa',
|
|
1193
1205
|
'fabric.theme.bolder-green': 'Voimakkaampi vihreä',
|
|
@@ -1200,6 +1212,9 @@ exports.default = {
|
|
|
1200
1212
|
'fabric.theme.dark-blue': 'Tummansininen',
|
|
1201
1213
|
'fabric.theme.dark-gray': 'Tummanharmaa',
|
|
1202
1214
|
'fabric.theme.dark-green': 'Tummanvihreä',
|
|
1215
|
+
'fabric.theme.dark-lime': 'Tumma limetinvihreä',
|
|
1216
|
+
'fabric.theme.dark-magenta': 'Tumma magenta',
|
|
1217
|
+
'fabric.theme.dark-orange': 'Tumma oranssi',
|
|
1203
1218
|
'fabric.theme.dark-purple': 'Tummanvioletti',
|
|
1204
1219
|
'fabric.theme.dark-red': 'Tummanpunainen',
|
|
1205
1220
|
'fabric.theme.dark-teal': 'Tumma sinivihreä',
|
|
@@ -1210,6 +1225,9 @@ exports.default = {
|
|
|
1210
1225
|
'fabric.theme.light-blue': 'Vaaleansininen',
|
|
1211
1226
|
'fabric.theme.light-gray': 'Vaaleanharmaa',
|
|
1212
1227
|
'fabric.theme.light-green': 'Vaaleanvihreä',
|
|
1228
|
+
'fabric.theme.light-lime': 'Vaalea limetinvihreä',
|
|
1229
|
+
'fabric.theme.light-magenta': 'Vaalea magenta',
|
|
1230
|
+
'fabric.theme.light-orange': 'Vaalea oranssi',
|
|
1213
1231
|
'fabric.theme.light-purple': 'Vaaleanvioletti',
|
|
1214
1232
|
'fabric.theme.light-red': 'Vaalea punainen',
|
|
1215
1233
|
'fabric.theme.light-teal': 'Vaalea sinivihreä',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -15,8 +15,26 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': '{macroName} konfigurálása',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Szinkronizált blokk',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.syncBlock.feedbackFlagDescription': 'Kíváncsiak vagyunk a véleményedre. Ez a gyors felmérés egy percet sem vesz igénybe.',
|
|
19
|
+
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Visszajelzés küldése',
|
|
20
|
+
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'Köszönöm, nem',
|
|
21
|
+
'editor-common.messages.syncBlock.feedbackFlagTitle': 'Segítsen nekünk a Szinkronizált blokkok fejlesztésében',
|
|
18
22
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Illeszd be ennek a szinkronizált blokknak a tartalmát egy másik helyre, hogy újra felhasználhasd.',
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'A tartalom újrafelhasználásához tedd közzé ezt az oldalt, majd illeszd be ezt a szinkronizált blokkot egy másik helyre.',
|
|
24
|
+
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'A tartalom újrafelhasználásához másold és illeszd be ezt a blokkot a más helyekkel történő szinkronizáláshoz',
|
|
25
|
+
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': 'Nem mozgathatsz balra összefésült cellákat tartalmazó oszlopokat',
|
|
26
|
+
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': 'Nem mozgathatsz jobbra összefésült cellákat tartalmazó oszlopokat',
|
|
27
|
+
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': 'Nem mozgathatsz lefelé összefésült cellákat tartalmazó sorokat',
|
|
28
|
+
'editor-common.messages.table.canNotMoveRowUpWithMergedCells': 'Nem mozgathatsz felfelé összefésült cellákat tartalmazó sorokat',
|
|
29
|
+
'editor-common.quick-insert.categoryBlockTemplates': 'Blokksablonok',
|
|
30
|
+
'editor-common.quick-insert.categoryDataAndCharts': 'Adatok és diagramok',
|
|
31
|
+
'editor-common.quick-insert.categoryEmbed': 'Beágyazás',
|
|
32
|
+
'editor-common.quick-insert.categoryMedia': 'Média',
|
|
33
|
+
'editor-common.quick-insert.categoryOther': 'Egyéb',
|
|
34
|
+
'editor-common.quick-insert.categoryRecommended': 'Ajánlott',
|
|
35
|
+
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
36
|
+
'editor-common.quick-insert.categoryStructure': 'Struktúra',
|
|
37
|
+
'editor-common.quick-insert.categoryTextFormatting': 'Szöveg formázása',
|
|
20
38
|
'editor.imageEditor.aspectRatio.circle': 'Kör',
|
|
21
39
|
'editor.imageEditor.aspectRatio.circleButton': 'Kör 1:1',
|
|
22
40
|
'editor.imageEditor.aspectRatio.custom': 'Egyéni',
|
|
@@ -50,6 +68,7 @@ exports.default = {
|
|
|
50
68
|
'fabric.editor.addRowAbove': 'Sor beszúrása felülre',
|
|
51
69
|
'fabric.editor.addRowBelow': 'Sor beszúrása alulra',
|
|
52
70
|
'fabric.editor.addUpdatedAltText': 'Alternatív szöveg hozzáadása',
|
|
71
|
+
'fabric.editor.agent-with-user': '{agentName} vele: {userName}',
|
|
53
72
|
'fabric.editor.ai.ai-panels.actionItemsPageDescription': 'Az Atlassian Intelligence használata műveletelemek keresésére és egy panelen történő megjelenítésére',
|
|
54
73
|
'fabric.editor.ai.ai-panels.actionItemsPageTitle': 'Műveletelemek panel (béta)',
|
|
55
74
|
'fabric.editor.ai.ai-panels.summarizePageDescription': 'Az Atlassian Intelligence használata az oldal összegzésére és egy panelen történő megjelenítésére',
|
|
@@ -325,6 +344,7 @@ exports.default = {
|
|
|
325
344
|
'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand': "Szerkesztés: {key}+'",
|
|
326
345
|
'fabric.editor.ai.toolbar.askRovo.title': 'Kérdezd a Rovót',
|
|
327
346
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Kérdezd a Rovót: {key}+'",
|
|
347
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand.newAifc': "Szerkesztés a Rovóval {key}+'",
|
|
328
348
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'A Rovo MI megkérdezése',
|
|
329
349
|
'fabric.editor.ai.toolbar.changeTone.title': 'Hangnem módosítása',
|
|
330
350
|
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Lehetőségek a hangnem módosítására',
|
|
@@ -989,6 +1009,7 @@ exports.default = {
|
|
|
989
1009
|
'fabric.editor.sortColumnIncreasing': 'Rendezés növekvő sorrendbe',
|
|
990
1010
|
'fabric.editor.sourceSyncBlockPlaceholderText': 'Adj hozzá olyan tartalmat, amelyet újra szeretnél használni. Másol és illeszd be ezt a blokkot más helyeken való szinkronizáláshoz.',
|
|
991
1011
|
'fabric.editor.sourceSyncBlockTooltip': 'Szinkronizált blokk',
|
|
1012
|
+
'fabric.editor.sourceSyncedBlock.label.text': 'Forrás szinkronizált blokk',
|
|
992
1013
|
'fabric.editor.splitCell': 'Cella felosztása',
|
|
993
1014
|
'fabric.editor.status': 'Állapot',
|
|
994
1015
|
'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
|
|
@@ -1177,6 +1198,7 @@ exports.default = {
|
|
|
1177
1198
|
'fabric.theme.bold-red': 'Harsánypiros',
|
|
1178
1199
|
'fabric.theme.bold-teal': 'Harsány zöldeskék',
|
|
1179
1200
|
'fabric.theme.bold-yellow': 'Harsánysárga',
|
|
1201
|
+
'fabric.theme.bold-yellow-new': 'Harsánysárga',
|
|
1180
1202
|
'fabric.theme.bolder-blue': 'Harsányabb kék',
|
|
1181
1203
|
'fabric.theme.bolder-gray': 'Harsányabb szürke',
|
|
1182
1204
|
'fabric.theme.bolder-green': 'Harsányabb zöld',
|
|
@@ -1189,6 +1211,9 @@ exports.default = {
|
|
|
1189
1211
|
'fabric.theme.dark-blue': 'Sötétkék',
|
|
1190
1212
|
'fabric.theme.dark-gray': 'Sötétszürke',
|
|
1191
1213
|
'fabric.theme.dark-green': 'Sötétzöld',
|
|
1214
|
+
'fabric.theme.dark-lime': 'Sötét citromzöld',
|
|
1215
|
+
'fabric.theme.dark-magenta': 'Sötétmagenta',
|
|
1216
|
+
'fabric.theme.dark-orange': 'Sötét narancssárga',
|
|
1192
1217
|
'fabric.theme.dark-purple': 'Sötétlila',
|
|
1193
1218
|
'fabric.theme.dark-red': 'Sötétvörös',
|
|
1194
1219
|
'fabric.theme.dark-teal': 'Sötét zöldeskék',
|
|
@@ -1199,6 +1224,9 @@ exports.default = {
|
|
|
1199
1224
|
'fabric.theme.light-blue': 'Világoskék',
|
|
1200
1225
|
'fabric.theme.light-gray': 'Világosszürke',
|
|
1201
1226
|
'fabric.theme.light-green': 'Világoszöld',
|
|
1227
|
+
'fabric.theme.light-lime': 'Világos citromzöld',
|
|
1228
|
+
'fabric.theme.light-magenta': 'Világosmagenta',
|
|
1229
|
+
'fabric.theme.light-orange': 'Világos narancssárga',
|
|
1202
1230
|
'fabric.theme.light-purple': 'Világoslila',
|
|
1203
1231
|
'fabric.theme.light-red': 'Világospiros',
|
|
1204
1232
|
'fabric.theme.light-teal': 'Világos zöldeskék',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -15,8 +15,17 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Configura {macroName}',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Blocco sincronizzato',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.syncBlock.feedbackFlagDescription': 'Vorremmo conoscere la tua opinione. Questo breve sondaggio dovrebbe richiedere meno di un minuto.',
|
|
19
|
+
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Invia un feedback',
|
|
20
|
+
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'No, grazie',
|
|
21
|
+
'editor-common.messages.syncBlock.feedbackFlagTitle': 'Aiutaci a migliorare i blocchi sincronizzati',
|
|
18
22
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': "Incolla questo blocco sincronizzato in un'altra posizione per riutilizzarne il contenuto.",
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': "Per riutilizzare questo contenuto, pubblica questa pagina e incolla questo blocco sincronizzato in un'altra posizione.",
|
|
24
|
+
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'Per riutilizzare il contenuto, copia e incolla questo blocco per sincronizzarlo in altre posizioni',
|
|
25
|
+
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': 'Non puoi spostare una colonna a sinistra se vi sono celle unite',
|
|
26
|
+
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': 'Non puoi spostare una colonna a destra se vi sono celle unite',
|
|
27
|
+
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': 'Non puoi spostare una riga verso il basso se vi sono celle unite',
|
|
28
|
+
'editor-common.messages.table.canNotMoveRowUpWithMergedCells': "Non puoi spostare una riga verso l'alto se vi sono celle unite",
|
|
20
29
|
'editor-common.quick-insert.categoryBlockTemplates': 'Blocca modelli',
|
|
21
30
|
'editor-common.quick-insert.categoryDataAndCharts': 'Dati e grafici',
|
|
22
31
|
'editor-common.quick-insert.categoryEmbed': 'Incorpora',
|
|
@@ -335,6 +344,7 @@ exports.default = {
|
|
|
335
344
|
'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand': "Modifica {key}+'",
|
|
336
345
|
'fabric.editor.ai.toolbar.askRovo.title': 'Chiedi a Rovo',
|
|
337
346
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Chiedi a Rovo {key}+'",
|
|
347
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand.newAifc': "Modifica con Rovo {key}+'",
|
|
338
348
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': "Chiedi all'IA di Rovo",
|
|
339
349
|
'fabric.editor.ai.toolbar.changeTone.title': 'Cambia il tono',
|
|
340
350
|
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Opzioni per cambiare il tono',
|
|
@@ -999,6 +1009,7 @@ exports.default = {
|
|
|
999
1009
|
'fabric.editor.sortColumnIncreasing': 'Ordinamento crescente',
|
|
1000
1010
|
'fabric.editor.sourceSyncBlockPlaceholderText': 'Aggiungi contenuti che desideri riutilizzare. Copia e incolla questo blocco per sincronizzarlo in altre posizioni.',
|
|
1001
1011
|
'fabric.editor.sourceSyncBlockTooltip': 'Blocco sincronizzato',
|
|
1012
|
+
'fabric.editor.sourceSyncedBlock.label.text': 'Blocco sincronizzato di origine',
|
|
1002
1013
|
'fabric.editor.splitCell': 'Dividi cella',
|
|
1003
1014
|
'fabric.editor.status': 'Stato',
|
|
1004
1015
|
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
@@ -1187,6 +1198,7 @@ exports.default = {
|
|
|
1187
1198
|
'fabric.theme.bold-red': 'Rosso intenso',
|
|
1188
1199
|
'fabric.theme.bold-teal': 'Turchese intenso',
|
|
1189
1200
|
'fabric.theme.bold-yellow': 'Giallo intenso',
|
|
1201
|
+
'fabric.theme.bold-yellow-new': 'Giallo intenso',
|
|
1190
1202
|
'fabric.theme.bolder-blue': 'Blu molto intenso',
|
|
1191
1203
|
'fabric.theme.bolder-gray': 'Grigio molto intenso',
|
|
1192
1204
|
'fabric.theme.bolder-green': 'Verde molto intenso',
|
|
@@ -1199,6 +1211,9 @@ exports.default = {
|
|
|
1199
1211
|
'fabric.theme.dark-blue': 'Blu scuro',
|
|
1200
1212
|
'fabric.theme.dark-gray': 'Grigio scuro',
|
|
1201
1213
|
'fabric.theme.dark-green': 'Verde scuro',
|
|
1214
|
+
'fabric.theme.dark-lime': 'Verde lime scuro',
|
|
1215
|
+
'fabric.theme.dark-magenta': 'Magenta scuro',
|
|
1216
|
+
'fabric.theme.dark-orange': 'Arancione scuro',
|
|
1202
1217
|
'fabric.theme.dark-purple': 'Viola scuro',
|
|
1203
1218
|
'fabric.theme.dark-red': 'Rosso scuro',
|
|
1204
1219
|
'fabric.theme.dark-teal': 'Turchese scuro',
|
|
@@ -1209,6 +1224,9 @@ exports.default = {
|
|
|
1209
1224
|
'fabric.theme.light-blue': 'Blu chiaro',
|
|
1210
1225
|
'fabric.theme.light-gray': 'Grigio chiaro',
|
|
1211
1226
|
'fabric.theme.light-green': 'Verde chiaro',
|
|
1227
|
+
'fabric.theme.light-lime': 'Verde lime chiaro',
|
|
1228
|
+
'fabric.theme.light-magenta': 'Magenta chiaro',
|
|
1229
|
+
'fabric.theme.light-orange': 'Arancione chiaro',
|
|
1212
1230
|
'fabric.theme.light-purple': 'Viola chiaro',
|
|
1213
1231
|
'fabric.theme.light-red': 'Rosso chiaro',
|
|
1214
1232
|
'fabric.theme.light-teal': 'Turchese chiaro',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -15,8 +15,17 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': '{macroName} を構成',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': '同期されたブロック',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.syncBlock.feedbackFlagDescription': 'フィードバックをぜひお寄せください。1 分足らずで完了する簡単なアンケートです。',
|
|
19
|
+
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'フィードバックを送信',
|
|
20
|
+
'editor-common.messages.syncBlock.feedbackFlagNoThanks': '希望しません',
|
|
21
|
+
'editor-common.messages.syncBlock.feedbackFlagTitle': '同期済みブロックの改善にご協力ください',
|
|
18
22
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'この同期済みブロックのコンテンツを別の場所に貼り付けて、コンテンツを再利用します。',
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'このコンテンツを再利用するには、このページを公開して、この同期済みブロックを別の場所に貼り付けます。',
|
|
24
|
+
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'コンテンツを再利用するには、このブロックをコピーして貼り付け、他の場所と同期します',
|
|
25
|
+
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': '結合されたセルがある場合、列は左に移動できません',
|
|
26
|
+
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': '結合されたセルがある場合、列は右に移動できません',
|
|
27
|
+
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': '結合されたセルがある場合、行は下に移動できません',
|
|
28
|
+
'editor-common.messages.table.canNotMoveRowUpWithMergedCells': '結合されたセルがある場合、行は上に移動できません',
|
|
20
29
|
'editor-common.quick-insert.categoryBlockTemplates': 'ブロック テンプレート',
|
|
21
30
|
'editor-common.quick-insert.categoryDataAndCharts': 'データとグラフ',
|
|
22
31
|
'editor-common.quick-insert.categoryEmbed': '埋め込み',
|
|
@@ -336,6 +345,7 @@ exports.default = {
|
|
|
336
345
|
'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand': "編集 ({key}+')",
|
|
337
346
|
'fabric.editor.ai.toolbar.askRovo.title': 'Rovo に質問する',
|
|
338
347
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Rovo に質問 {key}+'",
|
|
348
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand.newAifc': "Rovo で編集する ({key}+')",
|
|
339
349
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Rovo AI に質問',
|
|
340
350
|
'fabric.editor.ai.toolbar.changeTone.title': 'トーンを変更する',
|
|
341
351
|
'fabric.editor.ai.toolbar.changeToneOptions.title': 'トーン変更オプション',
|
|
@@ -1000,6 +1010,7 @@ exports.default = {
|
|
|
1000
1010
|
'fabric.editor.sortColumnIncreasing': '昇順で並べ替え',
|
|
1001
1011
|
'fabric.editor.sourceSyncBlockPlaceholderText': '再利用したいコンテンツを追加してください。このブロックをコピーして貼り付け、他の場所で同期してください。',
|
|
1002
1012
|
'fabric.editor.sourceSyncBlockTooltip': '同期されたブロック',
|
|
1013
|
+
'fabric.editor.sourceSyncedBlock.label.text': 'ソースの同期済みブロック',
|
|
1003
1014
|
'fabric.editor.splitCell': 'セルを分割',
|
|
1004
1015
|
'fabric.editor.status': 'ステータス',
|
|
1005
1016
|
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
@@ -1188,6 +1199,7 @@ exports.default = {
|
|
|
1188
1199
|
'fabric.theme.bold-red': '濃いめの赤',
|
|
1189
1200
|
'fabric.theme.bold-teal': '濃いめの青緑',
|
|
1190
1201
|
'fabric.theme.bold-yellow': '濃いめの黄色',
|
|
1202
|
+
'fabric.theme.bold-yellow-new': '濃い黄',
|
|
1191
1203
|
'fabric.theme.bolder-blue': '濃い青',
|
|
1192
1204
|
'fabric.theme.bolder-gray': '濃い灰色',
|
|
1193
1205
|
'fabric.theme.bolder-green': '濃い緑',
|
|
@@ -1200,6 +1212,9 @@ exports.default = {
|
|
|
1200
1212
|
'fabric.theme.dark-blue': '濃い青',
|
|
1201
1213
|
'fabric.theme.dark-gray': '濃い灰色',
|
|
1202
1214
|
'fabric.theme.dark-green': '濃い緑',
|
|
1215
|
+
'fabric.theme.dark-lime': '暗いライム',
|
|
1216
|
+
'fabric.theme.dark-magenta': '暗いマゼンタ',
|
|
1217
|
+
'fabric.theme.dark-orange': '暗いオレンジ',
|
|
1203
1218
|
'fabric.theme.dark-purple': '濃い紫',
|
|
1204
1219
|
'fabric.theme.dark-red': '濃い赤',
|
|
1205
1220
|
'fabric.theme.dark-teal': '濃い青緑',
|
|
@@ -1210,6 +1225,9 @@ exports.default = {
|
|
|
1210
1225
|
'fabric.theme.light-blue': '薄い青',
|
|
1211
1226
|
'fabric.theme.light-gray': '薄い灰色',
|
|
1212
1227
|
'fabric.theme.light-green': '薄い緑',
|
|
1228
|
+
'fabric.theme.light-lime': '明るいライム',
|
|
1229
|
+
'fabric.theme.light-magenta': '明るいマゼンタ',
|
|
1230
|
+
'fabric.theme.light-orange': '明るいオレンジ',
|
|
1213
1231
|
'fabric.theme.light-purple': '薄い紫',
|
|
1214
1232
|
'fabric.theme.light-red': '薄い赤',
|
|
1215
1233
|
'fabric.theme.light-teal': '薄い青緑',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -15,8 +15,17 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': '{macroName} 구성',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': '동기화된 블록',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': '실험실',
|
|
18
|
+
'editor-common.messages.syncBlock.feedbackFlagDescription': '피드백을 보내주세요. 이 간단한 설문 조사는 1분 이내에 완료됩니다.',
|
|
19
|
+
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': '피드백 보내기',
|
|
20
|
+
'editor-common.messages.syncBlock.feedbackFlagNoThanks': '지금 안 함',
|
|
21
|
+
'editor-common.messages.syncBlock.feedbackFlagTitle': '동기화된 블록을 개선할 수 있도록 도와주세요',
|
|
18
22
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': '이 동기화된 블록 콘텐츠를 다른 위치에 붙여넣어 해당 콘텐츠를 다시 사용하세요.',
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': '이 콘텐츠를 다시 사용하려면 이 페이지를 게시하고 이 동기화된 블록을 다른 위치에 붙여넣으세요.',
|
|
24
|
+
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': '콘텐츠를 재사용하려면 이 블록을 복사하고 붙여넣어 다른 위치와 동기화합니다',
|
|
25
|
+
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': '병합된 셀이 있는 열을 왼쪽으로 이동할 수 없습니다',
|
|
26
|
+
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': '병합된 셀이 있는 열을 오른쪽으로 이동할 수 없습니다',
|
|
27
|
+
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': '병합된 셀이 있는 행을 아래로 이동할 수 없습니다',
|
|
28
|
+
'editor-common.messages.table.canNotMoveRowUpWithMergedCells': '병합된 셀이 있는 행을 위로 이동할 수 없습니다',
|
|
20
29
|
'editor-common.quick-insert.categoryBlockTemplates': '블록 템플릿',
|
|
21
30
|
'editor-common.quick-insert.categoryDataAndCharts': '데이터 및 차트',
|
|
22
31
|
'editor-common.quick-insert.categoryEmbed': '포함',
|
|
@@ -336,6 +345,7 @@ exports.default = {
|
|
|
336
345
|
'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand': "편집 {key}+'",
|
|
337
346
|
'fabric.editor.ai.toolbar.askRovo.title': 'Rovo에게 질문하기',
|
|
338
347
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Rovo에게 {key}+' 질문하기",
|
|
348
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand.newAifc': "Rovo로 편집 {key}+'",
|
|
339
349
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Rovo AI에게 질문',
|
|
340
350
|
'fabric.editor.ai.toolbar.changeTone.title': '어조 변경',
|
|
341
351
|
'fabric.editor.ai.toolbar.changeToneOptions.title': '어조 옵션 변경',
|
|
@@ -1000,6 +1010,7 @@ exports.default = {
|
|
|
1000
1010
|
'fabric.editor.sortColumnIncreasing': '오름차순으로 정렬',
|
|
1001
1011
|
'fabric.editor.sourceSyncBlockPlaceholderText': '재사용할 콘텐츠를 추가하세요. 이 블록을 복사하여 붙여넣으면 다른 위치에서도 동기화됩니다.',
|
|
1002
1012
|
'fabric.editor.sourceSyncBlockTooltip': '동기화된 블록',
|
|
1013
|
+
'fabric.editor.sourceSyncedBlock.label.text': '소스 동기화된 블록',
|
|
1003
1014
|
'fabric.editor.splitCell': '셀 나누기',
|
|
1004
1015
|
'fabric.editor.status': '상태',
|
|
1005
1016
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
@@ -1188,6 +1199,7 @@ exports.default = {
|
|
|
1188
1199
|
'fabric.theme.bold-red': '진한 빨간색',
|
|
1189
1200
|
'fabric.theme.bold-teal': '진한 청록색',
|
|
1190
1201
|
'fabric.theme.bold-yellow': '진한 노란색',
|
|
1202
|
+
'fabric.theme.bold-yellow-new': '진한 노란색',
|
|
1191
1203
|
'fabric.theme.bolder-blue': '더 진한 파란색',
|
|
1192
1204
|
'fabric.theme.bolder-gray': '더 진한 회색',
|
|
1193
1205
|
'fabric.theme.bolder-green': '더 진한 녹색',
|
|
@@ -1200,6 +1212,9 @@ exports.default = {
|
|
|
1200
1212
|
'fabric.theme.dark-blue': '어두운 파란색',
|
|
1201
1213
|
'fabric.theme.dark-gray': '어두운 회색',
|
|
1202
1214
|
'fabric.theme.dark-green': '어두운 녹색',
|
|
1215
|
+
'fabric.theme.dark-lime': '진한 라임색',
|
|
1216
|
+
'fabric.theme.dark-magenta': '진한 자홍색',
|
|
1217
|
+
'fabric.theme.dark-orange': '진한 주황색',
|
|
1203
1218
|
'fabric.theme.dark-purple': '어두운 보라색',
|
|
1204
1219
|
'fabric.theme.dark-red': '어두운 빨간색',
|
|
1205
1220
|
'fabric.theme.dark-teal': '어두운 청록색',
|
|
@@ -1210,6 +1225,9 @@ exports.default = {
|
|
|
1210
1225
|
'fabric.theme.light-blue': '밝은 파란색',
|
|
1211
1226
|
'fabric.theme.light-gray': '밝은 회색',
|
|
1212
1227
|
'fabric.theme.light-green': '밝은 녹색',
|
|
1228
|
+
'fabric.theme.light-lime': '밝은 라임색',
|
|
1229
|
+
'fabric.theme.light-magenta': '밝은 자홍색',
|
|
1230
|
+
'fabric.theme.light-orange': '밝은 주황색',
|
|
1213
1231
|
'fabric.theme.light-purple': '밝은 보라색',
|
|
1214
1232
|
'fabric.theme.light-red': '밝은 빨간색',
|
|
1215
1233
|
'fabric.theme.light-teal': '밝은 청록색',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -15,8 +15,17 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synkronisert blokk',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratorier',
|
|
18
|
+
'editor-common.messages.syncBlock.feedbackFlagDescription': 'Vi vil gjerne høre hva du synes. Denne raske undersøkelsen bør ta under et minutt.',
|
|
19
|
+
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Gi en tilbakemelding',
|
|
20
|
+
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'Nei takk',
|
|
21
|
+
'editor-common.messages.syncBlock.feedbackFlagTitle': 'Hjelp oss med å forbedre synkroniserte blokker',
|
|
18
22
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Lim inn dette synkroniserte blokkinnholdet et annet sted for å bruke innholdet på nytt.',
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'Hvis du vil bruke dette innholdet på nytt, kan du publisere denne siden og lime inn denne synkroniserte blokken et annet sted.',
|
|
24
|
+
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'Du kan gjenbruke innhold ved å kopiere og lime inn denne blokken for å synkronisere med andre plasseringer',
|
|
25
|
+
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': 'Du kan ikke flytte en kolonne til venstre med sammenslåtte celler',
|
|
26
|
+
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': 'Du kan ikke flytte en kolonne til høyre med sammenslåtte celler',
|
|
27
|
+
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': 'Du kan ikke flytte en rad nedover med sammenslåtte celler',
|
|
28
|
+
'editor-common.messages.table.canNotMoveRowUpWithMergedCells': 'Du kan ikke flytte en rad oppover med sammenslåtte celler',
|
|
20
29
|
'editor-common.quick-insert.categoryBlockTemplates': 'Blokker maler',
|
|
21
30
|
'editor-common.quick-insert.categoryDataAndCharts': 'Data og diagrammer',
|
|
22
31
|
'editor-common.quick-insert.categoryEmbed': 'Bygg inn',
|
|
@@ -335,6 +344,7 @@ exports.default = {
|
|
|
335
344
|
'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand': "Rediger {key}+'",
|
|
336
345
|
'fabric.editor.ai.toolbar.askRovo.title': 'Spør Rovo',
|
|
337
346
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Spør Rovo {key}+'",
|
|
347
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand.newAifc': "Rediger med Rovo {key}+'",
|
|
338
348
|
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Spør Rovo for kunstig intelligens',
|
|
339
349
|
'fabric.editor.ai.toolbar.changeTone.title': 'Endre tone',
|
|
340
350
|
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Endre tonealternativer',
|
|
@@ -999,6 +1009,7 @@ exports.default = {
|
|
|
999
1009
|
'fabric.editor.sortColumnIncreasing': 'Sorter stigende',
|
|
1000
1010
|
'fabric.editor.sourceSyncBlockPlaceholderText': 'Legg til innhold du vil bruke på nytt. Kopier og lim inn denne blokken for å synkronisere i andre plasseringer.',
|
|
1001
1011
|
'fabric.editor.sourceSyncBlockTooltip': 'Synkronisert blokk',
|
|
1012
|
+
'fabric.editor.sourceSyncedBlock.label.text': 'Kildesynkronisert blokk',
|
|
1002
1013
|
'fabric.editor.splitCell': 'Del celle',
|
|
1003
1014
|
'fabric.editor.status': 'Status',
|
|
1004
1015
|
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
@@ -1187,6 +1198,7 @@ exports.default = {
|
|
|
1187
1198
|
'fabric.theme.bold-red': 'Sterk rød',
|
|
1188
1199
|
'fabric.theme.bold-teal': 'Sterk blågrønn',
|
|
1189
1200
|
'fabric.theme.bold-yellow': 'Sterk gul',
|
|
1201
|
+
'fabric.theme.bold-yellow-new': 'Sterk gul',
|
|
1190
1202
|
'fabric.theme.bolder-blue': 'Sterkere blå',
|
|
1191
1203
|
'fabric.theme.bolder-gray': 'Sterkere grå',
|
|
1192
1204
|
'fabric.theme.bolder-green': 'Sterkere grønn',
|
|
@@ -1199,6 +1211,9 @@ exports.default = {
|
|
|
1199
1211
|
'fabric.theme.dark-blue': 'Mørk blå',
|
|
1200
1212
|
'fabric.theme.dark-gray': 'Mørk grå',
|
|
1201
1213
|
'fabric.theme.dark-green': 'Mørk grønn',
|
|
1214
|
+
'fabric.theme.dark-lime': 'Mørk limegrønn',
|
|
1215
|
+
'fabric.theme.dark-magenta': 'Mørk magenta',
|
|
1216
|
+
'fabric.theme.dark-orange': 'Mørk oransje',
|
|
1202
1217
|
'fabric.theme.dark-purple': 'Mørk lilla',
|
|
1203
1218
|
'fabric.theme.dark-red': 'Mørk rød',
|
|
1204
1219
|
'fabric.theme.dark-teal': 'Mørk blågrønn',
|
|
@@ -1209,6 +1224,9 @@ exports.default = {
|
|
|
1209
1224
|
'fabric.theme.light-blue': 'Lys blå',
|
|
1210
1225
|
'fabric.theme.light-gray': 'Lys grå',
|
|
1211
1226
|
'fabric.theme.light-green': 'Lys grønn',
|
|
1227
|
+
'fabric.theme.light-lime': 'Lys limegrønn',
|
|
1228
|
+
'fabric.theme.light-magenta': 'Lys magenta',
|
|
1229
|
+
'fabric.theme.light-orange': 'Lys oransje',
|
|
1212
1230
|
'fabric.theme.light-purple': 'Lys lilla',
|
|
1213
1231
|
'fabric.theme.light-red': 'Lys rød',
|
|
1214
1232
|
'fabric.theme.light-teal': 'Lys blågrønn',
|