-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internationalization App Table and Create App Card (#142)
Co-authored-by: monster <[email protected]>
- Loading branch information
1 parent
d14d75c
commit 52aac6f
Showing
7 changed files
with
116 additions
and
31 deletions.
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": "设置" | ||
} |