@atlaskit/afm-i18n-platform-editor-editor-common 2.38.0 → 2.39.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 +1 -1
- package/dist/cjs/i18n/en_GB.js +1 -1
- package/dist/esm/i18n/en.js +1 -1
- package/dist/esm/i18n/en_GB.js +1 -1
- package/i18n/en.ts +1 -1
- package/i18n/en_GB.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -535,7 +535,7 @@ exports.default = {
|
|
|
535
535
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
536
536
|
'fabric.editor.datePickerOpenedAlert': 'Date editor popup opened, press Tab to access popup',
|
|
537
537
|
'fabric.editor.decision': 'Decision',
|
|
538
|
-
'fabric.editor.decision.description':
|
|
538
|
+
'fabric.editor.decision.description': "Capture decisions so they're easy to track",
|
|
539
539
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
540
540
|
'fabric.editor.decreaseElementSize': 'Decrease element size',
|
|
541
541
|
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -535,7 +535,7 @@ exports.default = {
|
|
|
535
535
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
536
536
|
'fabric.editor.datePickerOpenedAlert': 'Date editor popup opened, press Tab to access popup',
|
|
537
537
|
'fabric.editor.decision': 'Decision',
|
|
538
|
-
'fabric.editor.decision.description':
|
|
538
|
+
'fabric.editor.decision.description': "Capture decisions so they're easy to track",
|
|
539
539
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
540
540
|
'fabric.editor.decreaseElementSize': 'Decrease element size',
|
|
541
541
|
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -533,7 +533,7 @@ export default {
|
|
|
533
533
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
534
534
|
'fabric.editor.datePickerOpenedAlert': 'Date editor popup opened, press Tab to access popup',
|
|
535
535
|
'fabric.editor.decision': 'Decision',
|
|
536
|
-
'fabric.editor.decision.description':
|
|
536
|
+
'fabric.editor.decision.description': "Capture decisions so they're easy to track",
|
|
537
537
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
538
538
|
'fabric.editor.decreaseElementSize': 'Decrease element size',
|
|
539
539
|
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -533,7 +533,7 @@ export default {
|
|
|
533
533
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
534
534
|
'fabric.editor.datePickerOpenedAlert': 'Date editor popup opened, press Tab to access popup',
|
|
535
535
|
'fabric.editor.decision': 'Decision',
|
|
536
|
-
'fabric.editor.decision.description':
|
|
536
|
+
'fabric.editor.decision.description': "Capture decisions so they're easy to track",
|
|
537
537
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
538
538
|
'fabric.editor.decreaseElementSize': 'Decrease element size',
|
|
539
539
|
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
package/i18n/en.ts
CHANGED
|
@@ -609,7 +609,7 @@ export default {
|
|
|
609
609
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
610
610
|
'fabric.editor.datePickerOpenedAlert': 'Date editor popup opened, press Tab to access popup',
|
|
611
611
|
'fabric.editor.decision': 'Decision',
|
|
612
|
-
'fabric.editor.decision.description':
|
|
612
|
+
'fabric.editor.decision.description': "Capture decisions so they're easy to track",
|
|
613
613
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
614
614
|
'fabric.editor.decreaseElementSize': 'Decrease element size',
|
|
615
615
|
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -609,7 +609,7 @@ export default {
|
|
|
609
609
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
610
610
|
'fabric.editor.datePickerOpenedAlert': 'Date editor popup opened, press Tab to access popup',
|
|
611
611
|
'fabric.editor.decision': 'Decision',
|
|
612
|
-
'fabric.editor.decision.description':
|
|
612
|
+
'fabric.editor.decision.description': "Capture decisions so they're easy to track",
|
|
613
613
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
614
614
|
'fabric.editor.decreaseElementSize': 'Decrease element size',
|
|
615
615
|
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
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.39.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-editor-editor-common published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|