diff --git a/i18n/bn.json b/i18n/bn.json index 9ab02eee..a46c66d3 100644 --- a/i18n/bn.json +++ b/i18n/bn.json @@ -60,6 +60,7 @@ "oathauth-ui-available-modules": "উপলব্ধ পদ্ধতিসমূহ", "oathauth-disable-method-warning-button-label": "নিশ্চিত করছি ও অগ্রসর হোন", "oathauth-invalidrequest": "অবৈধ অনুরোধ", + "oathauth-notifications-disable-help": "সাহায্য", "oathauth-verify-enabled": "{{GENDER:$1|$1}} দুই-ধাপের প্রমাণীকরণ সক্রিয় করেছেন।", "oathauth-verify-disabled": "{{GENDER:$1|$1}}-এর দুই-ধাপের প্রমাণীকরণ সক্রিয় করা নেই।" } diff --git a/i18n/guw.json b/i18n/guw.json new file mode 100644 index 00000000..1a9859a9 --- /dev/null +++ b/i18n/guw.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Gadarawamo" + ] + }, + "oathauth-notifications-disable-help": "Alọgọ́" +} diff --git a/i18n/ko.json b/i18n/ko.json index 276eeb81..b8b1b93e 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -71,6 +71,7 @@ "oathauth-disable-method-warning-header": "인증 방식 비활성화 확인", "oathauth-disable-method-warning-button-label": "확인하고 계속하기", "oathauth-invalidrequest": "잘못된 요청", + "oathauth-notifications-disable-help": "도움말", "oathauth-verify-enabled": "{{GENDER:$1|$1}}은(는) 2요소 인증이 활성화 되어있습니다.", "oathauth-verify-disabled": "{{GENDER:$1|$1}}은(는) 2요소 인증이 활성화 되어있지 않습니다." }