-
Notifications
You must be signed in to change notification settings - Fork 95
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
Internationalization App Table and Create App Card #142
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
src/containers/apps/oneclick/variables/OneClickVariablesSection.tsx
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,30 @@ | ||
{ | ||
"apps_table.app_name": "App Name", | ||
"apps_table.instance_count": "Instance Count", | ||
"apps_table.last_deployed": "Last Deployed", | ||
"apps_table.not_exposed_tooltip": "Not exposed as a web app", | ||
"apps_table.open": "Open", | ||
"apps_table.persistent_data": "Persistent Data", | ||
"apps_table.search_input_placeholder": "Search by Name", | ||
"apps_table.tags": "Tags", | ||
"apps_table.title": "Your Apps", | ||
"create_new_app.button": "Create New App", | ||
"create_new_app.has_persistent_data": "Has Persistent Data", | ||
"create_new_app.has_persistent_data_tooltip": "Mostly used for databases, see docs for details.", | ||
"create_new_app.one_click_apps": "One-Click Apps/Databases", | ||
"create_new_app.or_select_from": "Or Select From", | ||
"create_new_app.placeholder": "my-amazing-app", | ||
"create_new_app.title": "Create A New App", | ||
"login_form.cap_rover": "CapRover Login", | ||
"login_form.login": "Login", | ||
"login_form.no_session_persistence": "No session persistence (Most Secure)", | ||
"login_form.password": "Password", | ||
"login_form.remember_me": "Remember Me", | ||
"login_form.use_local_storage": "Use localStorage (Most Persistent)", | ||
"login_form.use_session_storage": "Use sessionStorage" | ||
"login_form.use_session_storage": "Use sessionStorage", | ||
"menu_item.app": "App", | ||
"menu_item.cluster": "Cluster", | ||
"menu_item.dashboard": "Dashboard", | ||
"menu_item.monitoring": "Monitoring", | ||
"menu_item.settings": "Settings" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,30 @@ | ||
{ | ||
"apps_table.app_name": "应用名称", | ||
"apps_table.instance_count": "实例数量", | ||
"apps_table.last_deployed": "上次部署时间", | ||
"apps_table.not_exposed_tooltip": "未公开为 Web 应用程序", | ||
"apps_table.open": "打开", | ||
"apps_table.persistent_data": "持久化数据", | ||
"apps_table.search_input_placeholder": "按名称搜索", | ||
"apps_table.tags": "标签", | ||
"apps_table.title": "您的应用", | ||
"create_new_app.button": "创建新应用", | ||
"create_new_app.has_persistent_data": "具有持久数据", | ||
"create_new_app.has_persistent_data_tooltip": "主要用于数据库,请查看文档了解详情", | ||
"create_new_app.one_click_apps": "一键部署 应用/数据库", | ||
"create_new_app.or_select_from": "或从中选择", | ||
"create_new_app.placeholder": "my-amazing-app", | ||
"create_new_app.title": "创建新应用", | ||
"login_form.cap_rover": "CapRover 登录", | ||
"login_form.login": "登录", | ||
"login_form.no_session_persistence": "不储存会话(最安全)", | ||
"login_form.password": "密码", | ||
"login_form.remember_me": "记住我", | ||
"login_form.use_local_storage": "使用 LocalStorage 存储(最持久)", | ||
"login_form.use_session_storage": "使用 SessionStorage 存储" | ||
"login_form.use_session_storage": "使用 SessionStorage 存储", | ||
"menu_item.app": "应用", | ||
"menu_item.cluster": "集群", | ||
"menu_item.dashboard": "仪表盘", | ||
"menu_item.monitoring": "监控", | ||
"menu_item.settings": "设置" | ||
} |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original tooltip not working, so I adjusted the positions of NewTabLink and Tooltip.