Skip to content

Commit

Permalink
🌐 Internationalization and localization.
Browse files Browse the repository at this point in the history
close IceWhaleTech/CasaOS#1258

Signed-off-by: zhanghengxin <[email protected]>
  • Loading branch information
zhanghengxin committed Jul 18, 2023
1 parent c24f4f2 commit b9572e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion main/src/assets/lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,12 @@
"cli to compose...": "cli to compose...",
"View tutorial": "View tutorial",
"Add Source": "Add Source",
"More": "More",
"Search an app...": "Search an app...",
"Tips": "Tips",
"Export as Compose": "Export as Compose",
"Something to remember eg. password": "Something to remember eg. password",
"Other ways to merge storages": "Other ways to merge storages",
"Free up storage": "Free up storage"
"Free up storage": "Free up storage",
"In the process of asynchronous updating.": "In the process of asynchronous updating."
}
4 changes: 3 additions & 1 deletion main/src/assets/lang/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,12 @@
"Connection lost. Retry in 5 seconds...": "连接丢失。5秒后重试...",
"View tutorial": "查看引导",
"Add Source": "添加商店源",
"More": "更多",
"Search an app...": "查询应用...",
"Tips": "备注",
"Export as Compose": "导出为Compose",
"Something to remember eg. password": "记事本 例如: 密码",
"Other ways to merge storages": "安装包已准备就绪",
"Free up storage": "节省存储空间的方法"
"Free up storage": "节省存储空间的方法",
"In the process of asynchronous updating.": "正在异步更新中。"
}
2 changes: 1 addition & 1 deletion main/src/components/Apps/AppStoreSourceManagement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ onBeforeUnmount(() => {
icon-right-clickable @icon-right-click="redirectURL"></b-input>
<b-button :loading="addLoadingState" class="is-flex-shrink-0 _button-icon"
icon-pack="casa" icon-right="plus"
@click="registerAppStore(url)">add
@click="registerAppStore(url)">{{ $t("Add") }}
</b-button>
</div>
</Transition>
Expand Down

0 comments on commit b9572e5

Please sign in to comment.