Update i18n/ja-JP/dataset-documents.ts "embeddedSpend" value. #7124
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update i18n/ja-JP/dataset-documents.ts "embeddedSpend" value.
Checklist:
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint godsDescription
This PR updates the Japanese translation for the "embeddedSpend" field in the dataset-documents.ts file. The translation has been changed from "埋め込み時間" to "埋め込みコスト" to more accurately reflect the meaning of "Embedded spend".
This change is related to the issue of i18n translations not being reflected in the Docker environment, which is being tracked separately in issue #7123. While this PR addresses the translation update itself, the visibility of this change in the Docker environment is still under investigation.
Fixes #(issue number for the translation update, if one exists)
Type of Change
Testing Instructions
To verify this change:
web/i18n/ja-JP/dataset-documents.ts
file.Note: As mentioned in issue #7123, there may be discrepancies between the built files and the Docker environment. However, since
npm build
succeeds and the updated string can be found in/path/to/dify/web/.next/server
, I believe this PR sufficiently addresses the.ts
file syntax update. The Docker-related discrepancy would be investigated separately and should not block this translation update.