chore: language support phase 2 (#6323)
* fix: adding langauge support for sidebar items * fix: worksapce sidebar item refactor * chore: code cleanup --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
parent
732963b591
commit
a6216beb7e
21 changed files with 431 additions and 356 deletions
|
|
@ -43,6 +43,7 @@
|
|||
"activity": "Activity",
|
||||
"appearance": "Appearance",
|
||||
"notifications": "Notifications",
|
||||
"inbox": "Inbox",
|
||||
"workspaces": "Workspaces",
|
||||
"create_workspace": "Create workspace",
|
||||
"invitations": "Invitations",
|
||||
|
|
|
|||
|
|
@ -314,5 +314,6 @@
|
|||
"change_parent_issue": "Cambiar problema padre",
|
||||
"remove_parent_issue": "Eliminar problema padre",
|
||||
"add_parent": "Agregar padre",
|
||||
"loading_members": "Cargando miembros..."
|
||||
"loading_members": "Cargando miembros...",
|
||||
"inbox": "bandeja de entrada"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -314,5 +314,6 @@
|
|||
"change_parent_issue": "Modifier le problème parent",
|
||||
"remove_parent_issue": "Supprimer le problème parent",
|
||||
"add_parent": "Ajouter un parent",
|
||||
"loading_members": "Chargement des membres..."
|
||||
"loading_members": "Chargement des membres...",
|
||||
"inbox": "boîte de réception"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -314,5 +314,6 @@
|
|||
"change_parent_issue": "親問題を変更",
|
||||
"remove_parent_issue": "親問題を削除",
|
||||
"add_parent": "親問題を追加",
|
||||
"loading_members": "メンバーを読み込んでいます..."
|
||||
"loading_members": "メンバーを読み込んでいます...",
|
||||
"inbox": "受信箱"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue