feat: Add support for Norwegian translations (#10018)

This commit is contained in:
Sondre
2026-01-22 13:47:19 +01:00
committed by GitHub
parent e9c6a4a2d4
commit 8427f40e8d
15 changed files with 727 additions and 15 deletions

View File

@@ -285,6 +285,7 @@ export const dict = {
"language.ru": "ロシア語",
"language.pl": "ポーランド語",
"language.ar": "アラビア語",
"language.no": "ノルウェー語",
"toast.language.title": "言語",
"toast.language.description": "{{language}}に切り替えました",
@@ -566,4 +567,4 @@ export const dict = {
"workspace.reset.archived.one": "1つのセッションがアーカイブされます。",
"workspace.reset.archived.many": "{{count}}個のセッションがアーカイブされます。",
"workspace.reset.note": "これにより、ワークスペースはデフォルトブランチと一致するようにリセットされます。",
}
}