Skip to content

Commit a817d9c

Browse files
authored
fix(i18n): update translations (#4357)
1 parent 094e633 commit a817d9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

i18n/ja-JP.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ be.contentSharing.badRequestError = この項目のリクエストの形式が
139139
# Message that appears when collaborators cannot be retrieved in the ContentSharing Element.
140140
be.contentSharing.collaboratorsLoadingError = この項目のコラボレータを取得できませんでした。
141141
# Default error notification text rendered when API fails
142-
be.contentSharing.defaultErrorNoticeText = Something went wrong. Please try again later.
142+
be.contentSharing.defaultErrorNoticeText = 問題が発生しました。後でもう一度やり直してください。
143143
# Icon label for the error notifications
144144
be.contentSharing.errorNoticeIcon = エラー
145145
# Message that appears when users cannot be retrieved in the ContentSharing Element.
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = この項目の共有リンクが見つかり
155155
# Close button aria label for the notifications
156156
be.contentSharing.noticeCloseLabel = 閉じる
157157
# 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}名のコラボレータを招待できませんでした。}}
159159
# 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}名のコラボレータを招待しました。}}
161161
# Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162162
be.contentSharing.sendInvitesError = 招待を送信できませんでした。
163163
# Message that appears when collaborators were added to the shared link in the ContentSharing Element.

0 commit comments

Comments
 (0)