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

feat: add rename tip #489

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions app/main/files/modals/rename-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ <h4 class="modal-title text-info">
required="required"
class="input-md form-control"
/>
<div style="margin-top: 5px; color: gray;">{{'rename.tip'|translate}}</span>
</div>

<div class="clearfix"></div>
Expand Down
1 change: 1 addition & 0 deletions node/i18n/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,4 +523,5 @@ module.exports = {

"goto.create.role": "Go to create a role",
"restore.days.tips.7": "Validity range 1-7 days",
"rename.tip": "Forward slashes (/) are used in a directory name to indicate subdirectories and can be used to create subdirectories. The directory name cannot start with a forward slash (/) or consecutive backslashes (\\). A directory name cannot contain consecutive forward slashes (/)."
};
1 change: 1 addition & 0 deletions node/i18n/ja-JP.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,4 +527,5 @@ module.exports = {

"goto.create.role": "ロールの作成",
"restore.days.tips.7": "有効期限 1~7日",
"rename.tip": "/パスを分割するために使用します。サブディレクトリをすばやく作成できますが、連続した/"
};
1 change: 1 addition & 0 deletions node/i18n/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,5 @@ module.exports = {

"goto.create.role": "去创建角色",
"restore.days.tips.7": "有效期范围1-7天",
"rename.tip": "/ 用于分割路径,可快速创建子目录,但不要以 / 或 \\ 开头,不要出现连续的 /"
};