Skip to content

Commit 9921bf5

Browse files
committed
Add missing translations
1 parent 828d21c commit 9921bf5

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

webview-ui/src/i18n/locales/ja/welcome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"allow": "許可",
2424
"deny": "拒否"
2525
},
26-
"or": "または"
26+
"or": "または",
27+
"importSettings": "設定をインポート"
2728
}

webview-ui/src/i18n/locales/ko/welcome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"allow": "허용",
2424
"deny": "거부"
2525
},
26-
"or": "또는"
26+
"or": "또는",
27+
"importSettings": "설정 가져오기"
2728
}

webview-ui/src/i18n/locales/ru/welcome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"allow": "Разрешить",
2424
"deny": "Запретить"
2525
},
26-
"or": "или"
26+
"or": "или",
27+
"importSettings": "Импорт настроек"
2728
}

webview-ui/src/i18n/locales/tr/welcome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"allow": "İzin Ver",
2424
"deny": "Reddet"
2525
},
26-
"or": "veya"
26+
"or": "veya",
27+
"importSettings": "Ayarları İçe Aktar"
2728
}

0 commit comments

Comments
 (0)