@atlaskit/afm-i18n-platform-editor-editor-common 2.162.0 → 2.164.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.
@@ -440,7 +440,7 @@ exports.default = {
440
440
  'fabric.editor.code': 'Code',
441
441
  'fabric.editor.code.on': '{textFormattingOff}, code activé',
442
442
  'fabric.editor.codeBidiWarningLabel': "Les caractères bidirectionnels changent l'ordre de rendu du texte. Ils peuvent être utilisés pour masquer du code malveillant.",
443
- 'fabric.editor.codeBlock.all': 'Tout',
443
+ 'fabric.editor.codeBlock.all': 'Toutes',
444
444
  'fabric.editor.codeBlock.detectLanguage': 'Détecter la langue',
445
445
  'fabric.editor.codeBlock.detectedLanguage': '{language} (détecté)',
446
446
  'fabric.editor.codeBlock.languageAriaDescription': 'Langage du snippet de code : {language}.',
@@ -449,6 +449,7 @@ exports.default = {
449
449
  'fabric.editor.codeBlock.recentlyUsed': '最近使用的語言',
450
450
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
451
451
  'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
452
+ 'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': '下載',
452
453
  'fabric.editor.codeBlockFormatButton.formatCode': '設定程式碼格式',
453
454
  'fabric.editor.codeBlockFormatButton.formatCodeFailed': '無法設定程式碼格式',
454
455
  'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': '檢閱內容或選取特定語言。',
@@ -464,6 +465,9 @@ exports.default = {
464
465
  'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
465
466
  'fabric.editor.collapseNode': '摺疊內容',
466
467
  'fabric.editor.collapseTable': '摺疊表格',
468
+ 'fabric.editor.color.accessibility.accessibility': '可存取性',
469
+ 'fabric.editor.color.accessibility.accessibleLabel': '可存取',
470
+ 'fabric.editor.color.accessibility.inaccessibleLabel': '無法存取',
467
471
  'fabric.editor.colorPicker.menuLabel': '顏色選擇器選單',
468
472
  'fabric.editor.columnDragHandle': '欄選項',
469
473
  'fabric.editor.columnMovedLeft': '直欄已左移至第 {index} 欄,總共有 {total} 欄',
@@ -1156,6 +1160,7 @@ exports.default = {
1156
1160
  'fabric.theme.bold-blue': '個性藍',
1157
1161
  'fabric.theme.bold-gray': '個性灰',
1158
1162
  'fabric.theme.bold-green': '個性綠',
1163
+ 'fabric.theme.bold-lime': '個性檸檬黃',
1159
1164
  'fabric.theme.bold-magenta': '個性洋紅',
1160
1165
  'fabric.theme.bold-orange': '個性橘',
1161
1166
  'fabric.theme.bold-purple': '個性紫',
@@ -1197,6 +1202,7 @@ exports.default = {
1197
1202
  'fabric.theme.subtle-blue': '內斂藍',
1198
1203
  'fabric.theme.subtle-gray': '內斂灰',
1199
1204
  'fabric.theme.subtle-green': '內斂綠',
1205
+ 'fabric.theme.subtle-lime': '內斂檸檬黃',
1200
1206
  'fabric.theme.subtle-magenta': '內斂洋紅',
1201
1207
  'fabric.theme.subtle-orange': '內斂橘',
1202
1208
  'fabric.theme.subtle-purple': '內斂紫',
@@ -438,7 +438,7 @@ export default {
438
438
  'fabric.editor.code': 'Code',
439
439
  'fabric.editor.code.on': '{textFormattingOff}, code activé',
440
440
  'fabric.editor.codeBidiWarningLabel': "Les caractères bidirectionnels changent l'ordre de rendu du texte. Ils peuvent être utilisés pour masquer du code malveillant.",
441
- 'fabric.editor.codeBlock.all': 'Tout',
441
+ 'fabric.editor.codeBlock.all': 'Toutes',
442
442
  'fabric.editor.codeBlock.detectLanguage': 'Détecter la langue',
443
443
  'fabric.editor.codeBlock.detectedLanguage': '{language} (détecté)',
444
444
  'fabric.editor.codeBlock.languageAriaDescription': 'Langage du snippet de code : {language}.',
@@ -445,6 +445,7 @@ declare const _default: {
445
445
  'fabric.editor.codeBlock.recentlyUsed': string;
446
446
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
447
447
  'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
448
+ 'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
448
449
  'fabric.editor.codeBlockFormatButton.formatCode': string;
449
450
  'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
450
451
  'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
@@ -460,6 +461,9 @@ declare const _default: {
460
461
  'fabric.editor.codeblock.description': string;
461
462
  'fabric.editor.collapseNode': string;
462
463
  'fabric.editor.collapseTable': string;
464
+ 'fabric.editor.color.accessibility.accessibility': string;
465
+ 'fabric.editor.color.accessibility.accessibleLabel': string;
466
+ 'fabric.editor.color.accessibility.inaccessibleLabel': string;
463
467
  'fabric.editor.colorPicker.menuLabel': string;
464
468
  'fabric.editor.columnDragHandle': string;
465
469
  'fabric.editor.columnMovedLeft': string;
@@ -1152,6 +1156,7 @@ declare const _default: {
1152
1156
  'fabric.theme.bold-blue': string;
1153
1157
  'fabric.theme.bold-gray': string;
1154
1158
  'fabric.theme.bold-green': string;
1159
+ 'fabric.theme.bold-lime': string;
1155
1160
  'fabric.theme.bold-magenta': string;
1156
1161
  'fabric.theme.bold-orange': string;
1157
1162
  'fabric.theme.bold-purple': string;
@@ -1193,6 +1198,7 @@ declare const _default: {
1193
1198
  'fabric.theme.subtle-blue': string;
1194
1199
  'fabric.theme.subtle-gray': string;
1195
1200
  'fabric.theme.subtle-green': string;
1201
+ 'fabric.theme.subtle-lime': string;
1196
1202
  'fabric.theme.subtle-magenta': string;
1197
1203
  'fabric.theme.subtle-orange': string;
1198
1204
  'fabric.theme.subtle-purple': string;
@@ -447,6 +447,7 @@ export default {
447
447
  'fabric.editor.codeBlock.recentlyUsed': '最近使用的語言',
448
448
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
449
449
  'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
450
+ 'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': '下載',
450
451
  'fabric.editor.codeBlockFormatButton.formatCode': '設定程式碼格式',
451
452
  'fabric.editor.codeBlockFormatButton.formatCodeFailed': '無法設定程式碼格式',
452
453
  'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': '檢閱內容或選取特定語言。',
@@ -462,6 +463,9 @@ export default {
462
463
  'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
463
464
  'fabric.editor.collapseNode': '摺疊內容',
464
465
  'fabric.editor.collapseTable': '摺疊表格',
466
+ 'fabric.editor.color.accessibility.accessibility': '可存取性',
467
+ 'fabric.editor.color.accessibility.accessibleLabel': '可存取',
468
+ 'fabric.editor.color.accessibility.inaccessibleLabel': '無法存取',
465
469
  'fabric.editor.colorPicker.menuLabel': '顏色選擇器選單',
466
470
  'fabric.editor.columnDragHandle': '欄選項',
467
471
  'fabric.editor.columnMovedLeft': '直欄已左移至第 {index} 欄,總共有 {total} 欄',
@@ -1154,6 +1158,7 @@ export default {
1154
1158
  'fabric.theme.bold-blue': '個性藍',
1155
1159
  'fabric.theme.bold-gray': '個性灰',
1156
1160
  'fabric.theme.bold-green': '個性綠',
1161
+ 'fabric.theme.bold-lime': '個性檸檬黃',
1157
1162
  'fabric.theme.bold-magenta': '個性洋紅',
1158
1163
  'fabric.theme.bold-orange': '個性橘',
1159
1164
  'fabric.theme.bold-purple': '個性紫',
@@ -1195,6 +1200,7 @@ export default {
1195
1200
  'fabric.theme.subtle-blue': '內斂藍',
1196
1201
  'fabric.theme.subtle-gray': '內斂灰',
1197
1202
  'fabric.theme.subtle-green': '內斂綠',
1203
+ 'fabric.theme.subtle-lime': '內斂檸檬黃',
1198
1204
  'fabric.theme.subtle-magenta': '內斂洋紅',
1199
1205
  'fabric.theme.subtle-orange': '內斂橘',
1200
1206
  'fabric.theme.subtle-purple': '內斂紫',
@@ -445,6 +445,7 @@ declare const _default: {
445
445
  'fabric.editor.codeBlock.recentlyUsed': string;
446
446
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
447
447
  'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
448
+ 'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
448
449
  'fabric.editor.codeBlockFormatButton.formatCode': string;
449
450
  'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
450
451
  'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
@@ -460,6 +461,9 @@ declare const _default: {
460
461
  'fabric.editor.codeblock.description': string;
461
462
  'fabric.editor.collapseNode': string;
462
463
  'fabric.editor.collapseTable': string;
464
+ 'fabric.editor.color.accessibility.accessibility': string;
465
+ 'fabric.editor.color.accessibility.accessibleLabel': string;
466
+ 'fabric.editor.color.accessibility.inaccessibleLabel': string;
463
467
  'fabric.editor.colorPicker.menuLabel': string;
464
468
  'fabric.editor.columnDragHandle': string;
465
469
  'fabric.editor.columnMovedLeft': string;
@@ -1152,6 +1156,7 @@ declare const _default: {
1152
1156
  'fabric.theme.bold-blue': string;
1153
1157
  'fabric.theme.bold-gray': string;
1154
1158
  'fabric.theme.bold-green': string;
1159
+ 'fabric.theme.bold-lime': string;
1155
1160
  'fabric.theme.bold-magenta': string;
1156
1161
  'fabric.theme.bold-orange': string;
1157
1162
  'fabric.theme.bold-purple': string;
@@ -1193,6 +1198,7 @@ declare const _default: {
1193
1198
  'fabric.theme.subtle-blue': string;
1194
1199
  'fabric.theme.subtle-gray': string;
1195
1200
  'fabric.theme.subtle-green': string;
1201
+ 'fabric.theme.subtle-lime': string;
1196
1202
  'fabric.theme.subtle-magenta': string;
1197
1203
  'fabric.theme.subtle-orange': string;
1198
1204
  'fabric.theme.subtle-purple': string;
package/i18n/fr.ts CHANGED
@@ -517,7 +517,7 @@ export default {
517
517
  'fabric.editor.code.on': '{textFormattingOff}, code activé',
518
518
  'fabric.editor.codeBidiWarningLabel':
519
519
  "Les caractères bidirectionnels changent l'ordre de rendu du texte. Ils peuvent être utilisés pour masquer du code malveillant.",
520
- 'fabric.editor.codeBlock.all': 'Tout',
520
+ 'fabric.editor.codeBlock.all': 'Toutes',
521
521
  'fabric.editor.codeBlock.detectLanguage': 'Détecter la langue',
522
522
  'fabric.editor.codeBlock.detectedLanguage': '{language} (détecté)',
523
523
  'fabric.editor.codeBlock.languageAriaDescription': 'Langage du snippet de code : {language}.',
package/i18n/zh_TW.ts CHANGED
@@ -463,6 +463,7 @@ export default {
463
463
  'fabric.editor.codeBlock.recentlyUsed': '最近使用的語言',
464
464
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
465
465
  'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
466
+ 'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': '下載',
466
467
  'fabric.editor.codeBlockFormatButton.formatCode': '設定程式碼格式',
467
468
  'fabric.editor.codeBlockFormatButton.formatCodeFailed': '無法設定程式碼格式',
468
469
  'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': '檢閱內容或選取特定語言。',
@@ -478,6 +479,9 @@ export default {
478
479
  'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
479
480
  'fabric.editor.collapseNode': '摺疊內容',
480
481
  'fabric.editor.collapseTable': '摺疊表格',
482
+ 'fabric.editor.color.accessibility.accessibility': '可存取性',
483
+ 'fabric.editor.color.accessibility.accessibleLabel': '可存取',
484
+ 'fabric.editor.color.accessibility.inaccessibleLabel': '無法存取',
481
485
  'fabric.editor.colorPicker.menuLabel': '顏色選擇器選單',
482
486
  'fabric.editor.columnDragHandle': '欄選項',
483
487
  'fabric.editor.columnMovedLeft': '直欄已左移至第 {index} 欄,總共有 {total} 欄',
@@ -1204,6 +1208,7 @@ export default {
1204
1208
  'fabric.theme.bold-blue': '個性藍',
1205
1209
  'fabric.theme.bold-gray': '個性灰',
1206
1210
  'fabric.theme.bold-green': '個性綠',
1211
+ 'fabric.theme.bold-lime': '個性檸檬黃',
1207
1212
  'fabric.theme.bold-magenta': '個性洋紅',
1208
1213
  'fabric.theme.bold-orange': '個性橘',
1209
1214
  'fabric.theme.bold-purple': '個性紫',
@@ -1245,6 +1250,7 @@ export default {
1245
1250
  'fabric.theme.subtle-blue': '內斂藍',
1246
1251
  'fabric.theme.subtle-gray': '內斂灰',
1247
1252
  'fabric.theme.subtle-green': '內斂綠',
1253
+ 'fabric.theme.subtle-lime': '內斂檸檬黃',
1248
1254
  'fabric.theme.subtle-magenta': '內斂洋紅',
1249
1255
  'fabric.theme.subtle-orange': '內斂橘',
1250
1256
  'fabric.theme.subtle-purple': '內斂紫',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/afm-i18n-platform-editor-editor-common",
3
- "version": "2.162.0",
3
+ "version": "2.164.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/"