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:
Prateek Shourya 2025-01-06 15:32:11 +05:30 committed by GitHub
parent 732963b591
commit a6216beb7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 431 additions and 356 deletions

View file

@ -43,6 +43,7 @@
"activity": "Activity",
"appearance": "Appearance",
"notifications": "Notifications",
"inbox": "Inbox",
"workspaces": "Workspaces",
"create_workspace": "Create workspace",
"invitations": "Invitations",

View file

@ -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"
}

View file

@ -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"
}

View file

@ -314,5 +314,6 @@
"change_parent_issue": "親問題を変更",
"remove_parent_issue": "親問題を削除",
"add_parent": "親問題を追加",
"loading_members": "メンバーを読み込んでいます..."
"loading_members": "メンバーを読み込んでいます...",
"inbox": "受信箱"
}