@atlaskit/afm-i18n-platform-editor-editor-common 2.118.0 → 2.120.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/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/cjs/i18n/es.js +2 -0
- package/dist/esm/i18n/en.d.ts +2 -0
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.d.ts +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.d.ts +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/esm/i18n/es.d.ts +2 -0
- package/dist/esm/i18n/es.js +2 -0
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/i18n/es.d.ts +2 -0
- package/i18n/en.ts +2 -0
- package/i18n/en_GB.ts +2 -0
- package/i18n/en_ZZ.ts +2 -0
- package/i18n/es.ts +3 -0
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -514,7 +514,9 @@ exports.default = {
|
|
|
514
514
|
'fabric.editor.codeBlock.languageNotSet': 'Code language not set.',
|
|
515
515
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
516
516
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
517
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': 'Unwrap code',
|
|
517
518
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
519
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': 'Wrap code',
|
|
518
520
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
519
521
|
'fabric.editor.codeblock': 'Code snippet',
|
|
520
522
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -514,7 +514,9 @@ exports.default = {
|
|
|
514
514
|
'fabric.editor.codeBlock.languageNotSet': 'Code language not set.',
|
|
515
515
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
516
516
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
517
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': 'Unwrap code',
|
|
517
518
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
519
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': 'Wrap code',
|
|
518
520
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
519
521
|
'fabric.editor.codeblock': 'Code snippet',
|
|
520
522
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -514,7 +514,9 @@ exports.default = {
|
|
|
514
514
|
'fabric.editor.codeBlock.languageNotSet': 'Code language not set.',
|
|
515
515
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
516
516
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
517
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': 'Unwrap code',
|
|
517
518
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
519
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': 'Wrap code',
|
|
518
520
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
519
521
|
'fabric.editor.codeblock': 'Code snippet',
|
|
520
522
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -139,6 +139,8 @@ exports.default = {
|
|
|
139
139
|
'fabric.editor.ai.config.item.shorten.title': 'Acortar',
|
|
140
140
|
'fabric.editor.ai.config.item.suggest.description': 'Sugiere un título para el contenido que ofrezcas',
|
|
141
141
|
'fabric.editor.ai.config.item.suggest.title': 'Sugerir un título',
|
|
142
|
+
'fabric.editor.ai.config.item.suggestComment.description': 'Obtén un comentario sugerido por IA basado en esta actividad',
|
|
143
|
+
'fabric.editor.ai.config.item.suggestComment.title': 'Sugerir un comentario',
|
|
142
144
|
'fabric.editor.ai.config.item.summarize.description': 'Crea un resumen del texto en el que estás trabajando y destaca los puntos clave',
|
|
143
145
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Resumir texto',
|
|
144
146
|
'fabric.editor.ai.config.item.summarize.title': 'Resumir texto',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -510,7 +510,9 @@ declare const _default: {
|
|
|
510
510
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
511
511
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
512
512
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
513
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': string;
|
|
513
514
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
515
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': string;
|
|
514
516
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
515
517
|
'fabric.editor.codeblock': string;
|
|
516
518
|
'fabric.editor.codeblock.description': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -512,7 +512,9 @@ export default {
|
|
|
512
512
|
'fabric.editor.codeBlock.languageNotSet': 'Code language not set.',
|
|
513
513
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
514
514
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
515
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': 'Unwrap code',
|
|
515
516
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
517
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': 'Wrap code',
|
|
516
518
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
517
519
|
'fabric.editor.codeblock': 'Code snippet',
|
|
518
520
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -510,7 +510,9 @@ declare const _default: {
|
|
|
510
510
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
511
511
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
512
512
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
513
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': string;
|
|
513
514
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
515
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': string;
|
|
514
516
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
515
517
|
'fabric.editor.codeblock': string;
|
|
516
518
|
'fabric.editor.codeblock.description': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -512,7 +512,9 @@ export default {
|
|
|
512
512
|
'fabric.editor.codeBlock.languageNotSet': 'Code language not set.',
|
|
513
513
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
514
514
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
515
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': 'Unwrap code',
|
|
515
516
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
517
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': 'Wrap code',
|
|
516
518
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
517
519
|
'fabric.editor.codeblock': 'Code snippet',
|
|
518
520
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -510,7 +510,9 @@ declare const _default: {
|
|
|
510
510
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
511
511
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
512
512
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
513
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': string;
|
|
513
514
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
515
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': string;
|
|
514
516
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
515
517
|
'fabric.editor.codeblock': string;
|
|
516
518
|
'fabric.editor.codeblock.description': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -512,7 +512,9 @@ export default {
|
|
|
512
512
|
'fabric.editor.codeBlock.languageNotSet': 'Code language not set.',
|
|
513
513
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
514
514
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
515
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': 'Unwrap code',
|
|
515
516
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
517
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': 'Wrap code',
|
|
516
518
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
517
519
|
'fabric.editor.codeblock': 'Code snippet',
|
|
518
520
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
package/dist/esm/i18n/es.d.ts
CHANGED
|
@@ -135,6 +135,8 @@ declare const _default: {
|
|
|
135
135
|
'fabric.editor.ai.config.item.shorten.title': string;
|
|
136
136
|
'fabric.editor.ai.config.item.suggest.description': string;
|
|
137
137
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
138
|
+
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
139
|
+
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
138
140
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
139
141
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
140
142
|
'fabric.editor.ai.config.item.summarize.title': string;
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -137,6 +137,8 @@ export default {
|
|
|
137
137
|
'fabric.editor.ai.config.item.shorten.title': 'Acortar',
|
|
138
138
|
'fabric.editor.ai.config.item.suggest.description': 'Sugiere un título para el contenido que ofrezcas',
|
|
139
139
|
'fabric.editor.ai.config.item.suggest.title': 'Sugerir un título',
|
|
140
|
+
'fabric.editor.ai.config.item.suggestComment.description': 'Obtén un comentario sugerido por IA basado en esta actividad',
|
|
141
|
+
'fabric.editor.ai.config.item.suggestComment.title': 'Sugerir un comentario',
|
|
140
142
|
'fabric.editor.ai.config.item.summarize.description': 'Crea un resumen del texto en el que estás trabajando y destaca los puntos clave',
|
|
141
143
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Resumir texto',
|
|
142
144
|
'fabric.editor.ai.config.item.summarize.title': 'Resumir texto',
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -510,7 +510,9 @@ declare const _default: {
|
|
|
510
510
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
511
511
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
512
512
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
513
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': string;
|
|
513
514
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
515
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': string;
|
|
514
516
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
515
517
|
'fabric.editor.codeblock': string;
|
|
516
518
|
'fabric.editor.codeblock.description': string;
|
|
@@ -510,7 +510,9 @@ declare const _default: {
|
|
|
510
510
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
511
511
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
512
512
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
513
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': string;
|
|
513
514
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
515
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': string;
|
|
514
516
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
515
517
|
'fabric.editor.codeblock': string;
|
|
516
518
|
'fabric.editor.codeblock.description': string;
|
|
@@ -510,7 +510,9 @@ declare const _default: {
|
|
|
510
510
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
511
511
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
512
512
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
513
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': string;
|
|
513
514
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
515
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': string;
|
|
514
516
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
515
517
|
'fabric.editor.codeblock': string;
|
|
516
518
|
'fabric.editor.codeblock.description': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -135,6 +135,8 @@ declare const _default: {
|
|
|
135
135
|
'fabric.editor.ai.config.item.shorten.title': string;
|
|
136
136
|
'fabric.editor.ai.config.item.suggest.description': string;
|
|
137
137
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
138
|
+
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
139
|
+
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
138
140
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
139
141
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
140
142
|
'fabric.editor.ai.config.item.summarize.title': string;
|
package/i18n/en.ts
CHANGED
|
@@ -584,7 +584,9 @@ export default {
|
|
|
584
584
|
'fabric.editor.codeBlock.languageNotSet': 'Code language not set.',
|
|
585
585
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
586
586
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
587
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': 'Unwrap code',
|
|
587
588
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
589
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': 'Wrap code',
|
|
588
590
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
589
591
|
'fabric.editor.codeblock': 'Code snippet',
|
|
590
592
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -584,7 +584,9 @@ export default {
|
|
|
584
584
|
'fabric.editor.codeBlock.languageNotSet': 'Code language not set.',
|
|
585
585
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
586
586
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
587
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': 'Unwrap code',
|
|
587
588
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
589
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': 'Wrap code',
|
|
588
590
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
589
591
|
'fabric.editor.codeblock': 'Code snippet',
|
|
590
592
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -690,7 +690,9 @@ export default {
|
|
|
690
690
|
'fabric.editor.codeBlock.languageNotSet': 'Code language not set.',
|
|
691
691
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
692
692
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
693
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': 'Unwrap code',
|
|
693
694
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
695
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': 'Wrap code',
|
|
694
696
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
695
697
|
'fabric.editor.codeblock': 'Code snippet',
|
|
696
698
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
package/i18n/es.ts
CHANGED
|
@@ -156,6 +156,9 @@ export default {
|
|
|
156
156
|
'fabric.editor.ai.config.item.shorten.title': 'Acortar',
|
|
157
157
|
'fabric.editor.ai.config.item.suggest.description': 'Sugiere un título para el contenido que ofrezcas',
|
|
158
158
|
'fabric.editor.ai.config.item.suggest.title': 'Sugerir un título',
|
|
159
|
+
'fabric.editor.ai.config.item.suggestComment.description':
|
|
160
|
+
'Obtén un comentario sugerido por IA basado en esta actividad',
|
|
161
|
+
'fabric.editor.ai.config.item.suggestComment.title': 'Sugerir un comentario',
|
|
159
162
|
'fabric.editor.ai.config.item.summarize.description':
|
|
160
163
|
'Crea un resumen del texto en el que estás trabajando y destaca los puntos clave',
|
|
161
164
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Resumir texto',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/afm-i18n-platform-editor-editor-common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.120.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-editor-editor-common published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
|