fix(i18n): fix typo for input instructions across multiple languages (close cloudreve/cloudreve#3505)#346
Open
YUDONGLING wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dashboard i18n strings across multiple locales to correct/clarify user-facing instructions for comma-separated inputs (file extensions and email domain/provider rules), closing cloudreve/cloudreve#3505.
Changes:
- Updated
enterFileExtinstructions in multiple locales to explicitly indicate comma-separated input (,) and “leave blank” behavior. - Updated
filterEmailProviderRuleDesinstructions in multiple locales to clarify comma-separated input (,).
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| public/locales/zh-TW/dashboard.json | Updates email provider rule instruction text (comma separation). |
| public/locales/ru-RU/dashboard.json | Updates file extension and email provider rule instruction text (comma separation). |
| public/locales/pt-BR/dashboard.json | Updates file extension and email provider rule instruction text (comma separation). |
| public/locales/pl-PL/dashboard.json | Updates file extension and email provider rule instruction text (comma separation). |
| public/locales/ko-KR/dashboard.json | Updates file extension and email provider rule instruction text (comma separation). |
| public/locales/ja-JP/dashboard.json | Updates email provider rule instruction text (comma separation). |
| public/locales/it-IT/dashboard.json | Updates file extension and email provider rule instruction text (comma separation). |
| public/locales/fr-FR/dashboard.json | Updates file extension and email provider rule instruction text (comma separation). |
| public/locales/es-ES/dashboard.json | Updates file extension and email provider rule instruction text (comma separation). |
| public/locales/en-US/dashboard.json | Updates file extension and email provider rule instruction text (comma separation). |
| public/locales/de-DE/dashboard.json | Updates file extension and email provider rule instruction text (comma separation). |
| public/locales/ar-AR/dashboard.json | Updates file extension and email provider rule instruction text (comma separation). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "filterEmailProviderDes": "只允許使用特定的郵箱注冊站點,第三方 SSO 登入不受此限制。", | ||
| "filterEmailProviderRule": "郵箱域過濾規則", | ||
| "filterEmailProviderRuleDes": "多個域請使用半形逗號隔開。", | ||
| "filterEmailProviderRuleDes": "多個域請使用半形逗號 , 隔開。", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix to cloudreve/cloudreve#3505.