Skip to content

Commit

Permalink
Fix translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Mar 12, 2022
1 parent d43d7d1 commit 743dcc9
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/OrganizationEditPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class OrganizationEditPage extends React.Component {
</Row>
<Row style={{marginTop: '20px'}} >
<Col style={{marginTop: '5px'}} span={(Setting.isMobile()) ? 22 : 2}>
{Setting.getLabel("general:Favicon", i18next.t("general:Favicon - Tooltip"))} :
{Setting.getLabel( i18next.t("general:Favicon"), i18next.t("general:Favicon - Tooltip"))} :
</Col>
<Col span={22} >
<Row style={{marginTop: '20px'}} >
Expand Down
3 changes: 3 additions & 0 deletions web/src/locales/de/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"Edit": "Bearbeiten",
"Email": "E-Mail",
"Email - Tooltip": "email",
"Favicon": "Favicon",
"Favicon - Tooltip": "Application icon",
"First name": "First name",
"Forget URL": "URL vergessen",
Expand Down Expand Up @@ -260,6 +261,8 @@
"Price - Tooltip": "Price - Tooltip",
"Product": "Product",
"Product - Tooltip": "Product - Tooltip",
"State": "State",
"State - Tooltip": "State - Tooltip",
"Type": "Type",
"Type - Tooltip": "Type - Tooltip"
},
Expand Down
3 changes: 3 additions & 0 deletions web/src/locales/en/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"Edit": "Edit",
"Email": "Email",
"Email - Tooltip": "Email - Tooltip",
"Favicon": "Favicon",
"Favicon - Tooltip": "Favicon - Tooltip",
"First name": "First name",
"Forget URL": "Forget URL",
Expand Down Expand Up @@ -260,6 +261,8 @@
"Price - Tooltip": "Price - Tooltip",
"Product": "Product",
"Product - Tooltip": "Product - Tooltip",
"State": "State",
"State - Tooltip": "State - Tooltip",
"Type": "Type",
"Type - Tooltip": "Type - Tooltip"
},
Expand Down
3 changes: 3 additions & 0 deletions web/src/locales/fr/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"Edit": "Editer",
"Email": "Courriel",
"Email - Tooltip": "email",
"Favicon": "Favicon",
"Favicon - Tooltip": "Application icon",
"First name": "First name",
"Forget URL": "Oublier l'URL",
Expand Down Expand Up @@ -260,6 +261,8 @@
"Price - Tooltip": "Price - Tooltip",
"Product": "Product",
"Product - Tooltip": "Product - Tooltip",
"State": "State",
"State - Tooltip": "State - Tooltip",
"Type": "Type",
"Type - Tooltip": "Type - Tooltip"
},
Expand Down
3 changes: 3 additions & 0 deletions web/src/locales/ja/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"Edit": "編集",
"Email": "Eメールアドレス",
"Email - Tooltip": "email",
"Favicon": "Favicon",
"Favicon - Tooltip": "Application icon",
"First name": "First name",
"Forget URL": "URLを忘れた",
Expand Down Expand Up @@ -260,6 +261,8 @@
"Price - Tooltip": "Price - Tooltip",
"Product": "Product",
"Product - Tooltip": "Product - Tooltip",
"State": "State",
"State - Tooltip": "State - Tooltip",
"Type": "Type",
"Type - Tooltip": "Type - Tooltip"
},
Expand Down
3 changes: 3 additions & 0 deletions web/src/locales/ko/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"Edit": "Edit",
"Email": "Email",
"Email - Tooltip": "email",
"Favicon": "Favicon",
"Favicon - Tooltip": "Application icon",
"First name": "First name",
"Forget URL": "Forget URL",
Expand Down Expand Up @@ -260,6 +261,8 @@
"Price - Tooltip": "Price - Tooltip",
"Product": "Product",
"Product - Tooltip": "Product - Tooltip",
"State": "State",
"State - Tooltip": "State - Tooltip",
"Type": "Type",
"Type - Tooltip": "Type - Tooltip"
},
Expand Down
3 changes: 3 additions & 0 deletions web/src/locales/ru/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"Edit": "Редактирование",
"Email": "Почта",
"Email - Tooltip": "email",
"Favicon": "Favicon",
"Favicon - Tooltip": "Application icon",
"First name": "First name",
"Forget URL": "Забыть URL",
Expand Down Expand Up @@ -260,6 +261,8 @@
"Price - Tooltip": "Price - Tooltip",
"Product": "Product",
"Product - Tooltip": "Product - Tooltip",
"State": "State",
"State - Tooltip": "State - Tooltip",
"Type": "Type",
"Type - Tooltip": "Type - Tooltip"
},
Expand Down
5 changes: 4 additions & 1 deletion web/src/locales/zh/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"Edit": "编辑",
"Email": "电子邮箱",
"Email - Tooltip": "电子邮件:",
"Favicon - Tooltip": "网站的图标",
"Favicon": "网站图标",
"Favicon - Tooltip": "网站的Favicon图标",
"First name": "名字",
"Forget URL": "忘记密码URL",
"Forget URL - Tooltip": "忘记密码URL",
Expand Down Expand Up @@ -260,6 +261,8 @@
"Price - Tooltip": "商品价格",
"Product": "商品",
"Product - Tooltip": "商品名称",
"State": "状态",
"State - Tooltip": "交易状态",
"Type": "支付方式",
"Type - Tooltip": "商品购买时的支付方式"
},
Expand Down

0 comments on commit 743dcc9

Please sign in to comment.