Skip to content

Commit

Permalink
chore: update i18n for #6069 (#6163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuzooVn authored Jul 11, 2024
1 parent 97e094d commit 12e55b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion web/i18n/ja-JP/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: '利用していただきありがとうございます',
welcome: '',
appUnavailable: 'アプリが利用できません',
appUnkonwError: 'アプリが利用できません',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/ko-KR/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: '이용해주셔서 감사합니다',
welcome: '',
appUnavailable: '앱을 사용할 수 없습니다',
appUnkonwError: '앱을 사용할 수 없습니다',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/uk-UA/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Ласкаво просимо до використання',
welcome: '',
appUnavailable: 'Додаток недоступний',
appUnkonwError: 'Додаток недоступний',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/vi-VN/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Chào mừng đến với',
welcome: '',
appUnavailable: 'Ứng dụng không khả dụng',
appUnkonwError: 'Ứng dụng không khả dụng',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/zh-Hans/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: '欢迎使用',
welcome: '',
appUnavailable: '应用不可用',
appUnkonwError: '应用不可用',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/zh-Hant/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: '歡迎使用',
welcome: '',
appUnavailable: '應用不可用',
appUnkonwError: '應用不可用',
},
Expand Down

0 comments on commit 12e55b2

Please sign in to comment.