Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(i18n): update translations #3871

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions i18n/ja-JP.properties
Original file line number Diff line number Diff line change
Expand Up @@ -845,11 +845,11 @@ be.uploadsRetryButtonTooltip = アップロードを再試行します。
# Error message shown when account storage limit has been reached
be.uploadsStorageLimitErrorMessage = アカウントのストレージサイズの上限に達しました。
# Message displayed in the activity feed to represent the range of versions actioned by a single user. {name} is the user who did the action. {actionMessage} is the action. {versions} is a range of versions.
be.versionCollapsed = {name}が{actionMessage} (v{versions})を実行
be.versionCollapsed = {name}がv{versions}を{actionMessage}しました
# Message displayed in the activity feed for a deleted version. {name} is the user who performed the action. {version_number} is the file version string.
be.versionDeleted = {name}がv{version_number}を削除しました
# Message displayed in the activity feed to represent the range of versions actioned by multiple users. {numberOfCollaborators} is a number. {actionMessage} is the action. {versions} is a range of versions.
be.versionMultipleUsersCollapsed = {numberOfCollaborators}コラボレータが{actionMessage} (v{versions})を実行
be.versionMultipleUsersCollapsed = {numberOfCollaborators}人のコラボレータがv{versions}を{actionMessage}しました
# Message displayed in the activity feed to represent the range of versions uploaded by multiple users. {numberOfCollaborators} is a number and {versions} is a range of versions.
be.versionMultipleUsersUploaded = {numberOfCollaborators}人のコラボレータがv{versions}をアップロードしました
# Message displayed in the activity feed for a promoted version. {name} is the user who performed the action. {version_promoted} is the originating file version string. {version_number} is the file version string.
Expand Down
Loading