box-ui-elements 20.0.1-beta.3 → 20.0.1-beta.4
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/i18n/ja-JP.js +1 -1
- package/i18n/ja-JP.properties +1 -1
- package/package.json +1 -1
package/i18n/ja-JP.js
CHANGED
|
@@ -278,7 +278,7 @@ export default {
|
|
|
278
278
|
"be.personalFolder": "個人用フォルダ",
|
|
279
279
|
"be.pointAnnotation": "ポイント注釈モード",
|
|
280
280
|
"be.preview": "プレビュー",
|
|
281
|
-
"be.previewError": "
|
|
281
|
+
"be.previewError": "プレビューを読み込めませんでした。ファイルを開くかダウンロードして表示してください。",
|
|
282
282
|
"be.previewErrorBlockedByPolicy": "このコンテンツへのアクセスは、セキュリティポリシーによって制限されています。",
|
|
283
283
|
"be.previewUpdate": "このファイルの新しいバージョンを使用できます。",
|
|
284
284
|
"be.previousFile": "前のファイル",
|
package/i18n/ja-JP.properties
CHANGED
|
@@ -557,7 +557,7 @@ be.pointAnnotation = ポイント注釈モード
|
|
|
557
557
|
# Label for preview action.
|
|
558
558
|
be.preview = プレビュー
|
|
559
559
|
# Error message when Preview fails due to the files call.
|
|
560
|
-
be.previewError =
|
|
560
|
+
be.previewError = プレビューを読み込めませんでした。ファイルを開くかダウンロードして表示してください。
|
|
561
561
|
# Error message when Preview fails due to the files call which is blocked by an access policy.
|
|
562
562
|
be.previewErrorBlockedByPolicy = このコンテンツへのアクセスは、セキュリティポリシーによって制限されています。
|
|
563
563
|
# Message when new preview is available.
|