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

@@ -289,6 +289,7 @@ export const dict = {
"language.ru": "러시아어",
"language.pl": "폴란드어",
"language.ar": "아랍어",
"language.no": "노르웨이어",
"toast.language.title": "언어",
"toast.language.description": "{{language}}(으)로 전환됨",
@@ -567,4 +568,4 @@ export const dict = {
"workspace.reset.archived.one": "1개의 세션이 보관됩니다.",
"workspace.reset.archived.many": "{{count}}개의 세션이 보관됩니다.",
"workspace.reset.note": "이 작업은 작업 공간을 기본 브랜치와 일치하도록 재설정합니다.",
}
}