box-ui-elements 25.2.0-beta.13 → 25.2.0-beta.14

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/es/constants.js CHANGED
@@ -238,7 +238,7 @@ export const CLIENT_NAME_CONTENT_SIDEBAR = 'ContentSidebar';
238
238
  export const CLIENT_NAME_CONTENT_UPLOADER = 'ContentUploader';
239
239
  export const CLIENT_NAME_FILE_PICKER = 'FilePicker';
240
240
  export const CLIENT_NAME_FOLDER_PICKER = 'FolderPicker';
241
- export const CLIENT_VERSION = '25.2.0-beta.13';
241
+ export const CLIENT_VERSION = '25.2.0-beta.14';
242
242
 
243
243
  /* ---------------------- Statuses -------------------------- */
244
244
  export const STATUS_PENDING = 'pending';
package/i18n/ja-JP.js CHANGED
@@ -69,7 +69,7 @@ export default {
69
69
  "be.contentInsights.trendYear": "過去1年",
70
70
  "be.contentSharing.badRequestError": "この項目のリクエストの形式が正しくありません。",
71
71
  "be.contentSharing.collaboratorsLoadingError": "この項目のコラボレータを取得できませんでした。",
72
- "be.contentSharing.defaultErrorNoticeText": "Something went wrong. Please try again later.",
72
+ "be.contentSharing.defaultErrorNoticeText": "問題が発生しました。後でもう一度やり直してください。",
73
73
  "be.contentSharing.errorNoticeIcon": "エラー",
74
74
  "be.contentSharing.getContactsError": "連絡先を取得できませんでした。",
75
75
  "be.contentSharing.groupContactLabel": "グループ",
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "この項目へのアクセス権限がありません。",
78
78
  "be.contentSharing.notFoundError": "この項目の共有リンクが見つかりませんでした。",
79
79
  "be.contentSharing.noticeCloseLabel": "閉じる",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count, plural, one {コラボレータを招待できませんでした。} other {{count}名のコラボレータを招待できませんでした。}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {コラボレータを招待しました。} other {{count}名のコラボレータを招待しました。}}",
82
82
  "be.contentSharing.sendInvitesError": "招待を送信できませんでした。",
83
83
  "be.contentSharing.sendInvitesSuccess": "コラボレータを招待しました。",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "この項目の共有リンクを削除しました。",
@@ -139,7 +139,7 @@ be.contentSharing.badRequestError = この項目のリクエストの形式が
139
139
  # Message that appears when collaborators cannot be retrieved in the ContentSharing Element.
140
140
  be.contentSharing.collaboratorsLoadingError = この項目のコラボレータを取得できませんでした。
141
141
  # Default error notification text rendered when API fails
142
- be.contentSharing.defaultErrorNoticeText = Something went wrong. Please try again later.
142
+ be.contentSharing.defaultErrorNoticeText = 問題が発生しました。後でもう一度やり直してください。
143
143
  # Icon label for the error notifications
144
144
  be.contentSharing.errorNoticeIcon = エラー
145
145
  # Message that appears when users cannot be retrieved in the ContentSharing Element.
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = この項目の共有リンクが見つかり
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = 閉じる
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count, plural, one {コラボレータを招待できませんでした。} other {{count}名のコラボレータを招待できませんでした。}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count, plural, one {コラボレータを招待しました。} other {{count}名のコラボレータを招待しました。}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = 招待を送信できませんでした。
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "box-ui-elements",
3
- "version": "25.2.0-beta.13",
3
+ "version": "25.2.0-beta.14",
4
4
  "description": "Box UI Elements",
5
5
  "author": "Box (https://www.box.com/)",
6
6
  "license": "SEE LICENSE IN LICENSE",