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

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.15';
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": "この項目の共有リンクを削除しました。",
@@ -965,7 +965,7 @@ export default {
965
965
  "boxui.unifiedShare.ftuxConfirmLabel": "閉じる",
966
966
  "boxui.unifiedShare.ftuxEditPermissionTooltipBody": "新しい編集オプションを選択すると、ファイルをユーザーまたはグループと簡単に共有できます。",
967
967
  "boxui.unifiedShare.ftuxEditPermissionTooltipTitle": "コラボレーションを簡単に",
968
- "boxui.unifiedShare.ftuxLinkText": "共有リンクのセキュリティの詳細について、こちらを参照してください。",
968
+ "boxui.unifiedShare.ftuxLinkText": "共有リンクのセキュリティの詳細については、こちらを参照してください。",
969
969
  "boxui.unifiedShare.ftuxNewUSMUserBody": "[共有] をクリックしたときの共有操作がシンプルになりました。ここでこの項目にユーザーを招待し、下でリンクのオンとオフを切り替えて、簡単に共有できます。",
970
970
  "boxui.unifiedShare.ftuxNewUsmUserTitle": "ファイルとフォルダのシンプルな共有",
971
971
  "boxui.unifiedShare.ftuxSharedLinkPermissionsEditTag": "NEW",
@@ -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.
@@ -1931,7 +1931,7 @@ boxui.unifiedShare.ftuxEditPermissionTooltipBody = 新しい編集オプショ
1931
1931
  # Text for the title of the tooltip for the ftux experience when the edit option is available for the user
1932
1932
  boxui.unifiedShare.ftuxEditPermissionTooltipTitle = コラボレーションを簡単に
1933
1933
  # Text on the link which allows to learn more about link security
1934
- boxui.unifiedShare.ftuxLinkText = 共有リンクのセキュリティの詳細について、こちらを参照してください。
1934
+ boxui.unifiedShare.ftuxLinkText = 共有リンクのセキュリティの詳細については、こちらを参照してください。
1935
1935
  # This text describes the purpose of the new UI, using the button label to open the modal
1936
1936
  boxui.unifiedShare.ftuxNewUSMUserBody = [共有] をクリックしたときの共有操作がシンプルになりました。ここでこの項目にユーザーを招待し、下でリンクのオンとオフを切り替えて、簡単に共有できます。
1937
1937
  # This title appears in the callout when loading the modal, to let users know about the new UI
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.15",
4
4
  "description": "Box UI Elements",
5
5
  "author": "Box (https://www.box.com/)",
6
6
  "license": "SEE LICENSE IN LICENSE",