Skip to content

Commit

Permalink
Finish i18n of vi
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeguy committed Mar 18, 2023
1 parent 4e62c25 commit 1de76e4
Show file tree
Hide file tree
Showing 10 changed files with 732 additions and 741 deletions.
2 changes: 1 addition & 1 deletion web/src/OrganizationListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class OrganizationListPage extends BaseListPage {
...this.getColumnSearchProps("passwordSalt"),
},
{
title: i18next.t("organization:Default avatar"),
title: i18next.t("general:Default avatar"),
dataIndex: "defaultAvatar",
key: "defaultAvatar",
width: "120px",
Expand Down
1 change: 0 additions & 1 deletion web/src/locales/de/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@
"organization": {
"Account items": "Kontenpositionen",
"Account items - Tooltip": "Elemente auf der persönlichen Einstellungsseite",
"Default avatar": "Standard-Avatar",
"Edit Organization": "Organisation bearbeiten",
"Favicon": "Favicon",
"Follow global theme": "Folge dem globalen Thema",
Expand Down
1 change: 0 additions & 1 deletion web/src/locales/en/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@
"organization": {
"Account items": "Account items",
"Account items - Tooltip": "Items in the Personal settings page",
"Default avatar": "Default avatar",
"Edit Organization": "Edit Organization",
"Favicon": "Favicon",
"Follow global theme": "Follow global theme",
Expand Down
1 change: 0 additions & 1 deletion web/src/locales/es/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@
"organization": {
"Account items": "Elementos de la cuenta",
"Account items - Tooltip": "Elementos en la página de configuración personal",
"Default avatar": "Avatar por defecto",
"Edit Organization": "Editar organización",
"Favicon": "Favicon",
"Follow global theme": "Seguir el tema global",
Expand Down
1 change: 0 additions & 1 deletion web/src/locales/fr/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@
"organization": {
"Account items": "Articles de compte",
"Account items - Tooltip": "Éléments de la page des paramètres personnels",
"Default avatar": "Avatar par défaut",
"Edit Organization": "Modifier l'organisation",
"Favicon": "Favicon",
"Follow global theme": "Suivre le thème global",
Expand Down
1 change: 0 additions & 1 deletion web/src/locales/ja/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@
"organization": {
"Account items": "アカウントアイテム",
"Account items - Tooltip": "個人設定ページのアイテム",
"Default avatar": "デフォルトのアバター",
"Edit Organization": "組織の編集",
"Favicon": "ファビコン",
"Follow global theme": "グローバルテーマに従ってください",
Expand Down
1 change: 0 additions & 1 deletion web/src/locales/ko/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@
"organization": {
"Account items": "계정 항목들",
"Account items - Tooltip": "개인 설정 페이지의 항목들",
"Default avatar": "기본 아바타",
"Edit Organization": "단체 수정",
"Favicon": "파비콘",
"Follow global theme": "글로벌 테마를 따르세요",
Expand Down
1 change: 0 additions & 1 deletion web/src/locales/ru/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@
"organization": {
"Account items": "Элементы учета",
"Account items - Tooltip": "Элементы на странице личных настроек",
"Default avatar": "Стандартный аватар",
"Edit Organization": "Редактировать организацию",
"Favicon": "Фавикон",
"Follow global theme": "Следуйте глобальной теме",
Expand Down
1,463 changes: 731 additions & 732 deletions web/src/locales/vi/data.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/src/locales/zh/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@
"organization": {
"Account items": "个人页设置项",
"Account items - Tooltip": "用户的个人设置页面中可配置的选项",
"Default avatar": "默认头像",
"Edit Organization": "编辑组织",
"Favicon": "图标",
"Follow global theme": "使用全局默认主题",
Expand Down

0 comments on commit 1de76e4

Please sign in to comment.