@atlaskit/afm-i18n-platform-editor-editor-common 2.148.0 → 2.149.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.
@@ -442,8 +442,10 @@ exports.default = {
442
442
  'fabric.editor.codeBidiWarningLabel': '双方向文字はテキストのレンダリング順序を変更します。このため、悪意のあるコードを隠すために使用される場合があります。',
443
443
  'fabric.editor.codeBlock.all': 'すべて',
444
444
  'fabric.editor.codeBlock.detectLanguage': '言語を検出',
445
+ 'fabric.editor.codeBlock.detectedLanguage': '{language} (検出済み)',
445
446
  'fabric.editor.codeBlock.languageAriaDescription': 'コード スニペットの言語: {language}。',
446
447
  'fabric.editor.codeBlock.languageNotSet': 'コードの言語が設定されていません。',
448
+ 'fabric.editor.codeBlock.noneDetected': '(検出なし)',
447
449
  'fabric.editor.codeBlock.recentlyUsed': '最近の使用',
448
450
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
449
451
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'テキストとしてコピー',
@@ -438,8 +438,10 @@ declare const _default: {
438
438
  'fabric.editor.codeBidiWarningLabel': string;
439
439
  'fabric.editor.codeBlock.all': string;
440
440
  'fabric.editor.codeBlock.detectLanguage': string;
441
+ 'fabric.editor.codeBlock.detectedLanguage': string;
441
442
  'fabric.editor.codeBlock.languageAriaDescription': string;
442
443
  'fabric.editor.codeBlock.languageNotSet': string;
444
+ 'fabric.editor.codeBlock.noneDetected': string;
443
445
  'fabric.editor.codeBlock.recentlyUsed': string;
444
446
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
445
447
  'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
@@ -440,8 +440,10 @@ export default {
440
440
  'fabric.editor.codeBidiWarningLabel': '双方向文字はテキストのレンダリング順序を変更します。このため、悪意のあるコードを隠すために使用される場合があります。',
441
441
  'fabric.editor.codeBlock.all': 'すべて',
442
442
  'fabric.editor.codeBlock.detectLanguage': '言語を検出',
443
+ 'fabric.editor.codeBlock.detectedLanguage': '{language} (検出済み)',
443
444
  'fabric.editor.codeBlock.languageAriaDescription': 'コード スニペットの言語: {language}。',
444
445
  'fabric.editor.codeBlock.languageNotSet': 'コードの言語が設定されていません。',
446
+ 'fabric.editor.codeBlock.noneDetected': '(検出なし)',
445
447
  'fabric.editor.codeBlock.recentlyUsed': '最近の使用',
446
448
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
447
449
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'テキストとしてコピー',
@@ -438,8 +438,10 @@ declare const _default: {
438
438
  'fabric.editor.codeBidiWarningLabel': string;
439
439
  'fabric.editor.codeBlock.all': string;
440
440
  'fabric.editor.codeBlock.detectLanguage': string;
441
+ 'fabric.editor.codeBlock.detectedLanguage': string;
441
442
  'fabric.editor.codeBlock.languageAriaDescription': string;
442
443
  'fabric.editor.codeBlock.languageNotSet': string;
444
+ 'fabric.editor.codeBlock.noneDetected': string;
443
445
  'fabric.editor.codeBlock.recentlyUsed': string;
444
446
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
445
447
  'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
package/i18n/ja.ts CHANGED
@@ -482,8 +482,10 @@ export default {
482
482
  '双方向文字はテキストのレンダリング順序を変更します。このため、悪意のあるコードを隠すために使用される場合があります。',
483
483
  'fabric.editor.codeBlock.all': 'すべて',
484
484
  'fabric.editor.codeBlock.detectLanguage': '言語を検出',
485
+ 'fabric.editor.codeBlock.detectedLanguage': '{language} (検出済み)',
485
486
  'fabric.editor.codeBlock.languageAriaDescription': 'コード スニペットの言語: {language}。',
486
487
  'fabric.editor.codeBlock.languageNotSet': 'コードの言語が設定されていません。',
488
+ 'fabric.editor.codeBlock.noneDetected': '(検出なし)',
487
489
  'fabric.editor.codeBlock.recentlyUsed': '最近の使用',
488
490
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
489
491
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'テキストとしてコピー',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/afm-i18n-platform-editor-editor-common",
3
- "version": "2.148.0",
3
+ "version": "2.149.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/"