Skip to content

Commit

Permalink
Merge pull request #2012 from fuchunlan/edit-app-temp
Browse files Browse the repository at this point in the history
fix: Modify the desc of app on locales file.
  • Loading branch information
ks-ci-bot committed Jun 24, 2021
2 parents a24886c + 1fd6a99 commit 864c1e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 4 additions & 2 deletions locales/en/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,11 @@ module.exports = {
APPS_CREATE_DESC:
'KubeSphere provides lifecycle management of app templates. You can upload or create new app templates and test them quickly. In addition, you can publish your app templates to the App Store so that other users can deploy them.',

APP_NAME_DESC: 'Important Identification of Applications',
APP_NAME_DESC:
'Important Identification of Applications.The maximum length is 20 characters.',

APP_ABSTRACTION_DESC: 'A general introduction to applications',
APP_ABSTRACTION_DESC:
'A general introduction to applications.The maximum length is 120 characters.',

APP_DETAIL_DESC: 'Very helpful when searching applications',

Expand Down
6 changes: 4 additions & 2 deletions locales/es/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,11 @@ module.exports = {
APPS_CREATE_DESC:
'KubeSphere proporciona la gestión del ciclo de vida de las plantillas de aplicaciones. Puedes subir o crear nuevas plantillas de aplicación y probarlas rápidamente. Además, puedes publicar tus plantillas de aplicación en la Tienda de Aplicaciones para que otros usuarios puedan obtenerlas e implementarlas.',

APP_NAME_DESC: 'Identificación importante de Aplicaciones',
APP_NAME_DESC:
'Identificación importante de Aplicaciones.La longitud máxima de carácteres se establece en 20.',

APP_ABSTRACTION_DESC: 'Una introducción general a aplicaciones',
APP_ABSTRACTION_DESC:
'Una introducción general a aplicaciones.La longitud máxima de carácteres se establece en 120.',

APP_DETAIL_DESC: 'Muy útil cuando se buscan aplicaciones',

Expand Down
4 changes: 2 additions & 2 deletions locales/tc/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ module.exports = {
'Update Log': '更新紀錄',
'No update log': '暫無更新紀錄',
Note: '提示',
APP_NAME_DESC: '應用的重要商標',
APP_NAME_DESC: '應用的重要商標,最長 20 個字元',
'Select file': '選擇檔案',
'Application Name': '應用名稱',
'Application Version': '應用版本',
'App Description': '應用簡介',
APP_ABSTRACTION_DESC: '對應用的概括性介紹',
APP_ABSTRACTION_DESC: '對應用的概括性介紹,最長 120 個字元',
APP_DETAIL_DESC: '在用戶搜索應用時會非常有幫助',
'Upload Icon': '上傳圖標',
APP_ICON_NOTE: '96px * 96px 以内 JPG 或者 PNG',
Expand Down
4 changes: 2 additions & 2 deletions locales/zh/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ module.exports = {
'Update Log': '更新日志',
'No update log': '暂无更新日志',
Note: '提示',
APP_NAME_DESC: '应用的重要标识',
APP_NAME_DESC: '应用的重要标识,最长 20 个字符。',
'Select file': '选择文件',
'Application Name': '应用名称',
'Application Version': '应用版本',
'App Description': '应用简介',
APP_ABSTRACTION_DESC: '对应用的概括性介绍',
APP_ABSTRACTION_DESC: '对应用的概括性介绍,最长 120 个字符',
APP_DETAIL_DESC: '在用户搜索应用时会非常有帮助',
'Upload Icon': '上传图标',
APP_ICON_NOTE: '96px*96px 以内 JPG 或者 PNG',
Expand Down

0 comments on commit 864c1e4

Please sign in to comment.