Skip to content

Commit

Permalink
add missing strings (minbrowser#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanjib-Rafi authored Dec 24, 2023
1 parent 40e029b commit 9c943c4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions localization/languages/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,25 +273,25 @@
"passwordManagerSetupRetry": null, //missing translation
"passwordManagerUnlock": null, //missing translation
/* Password save bar */
"passwordCaptureSavePassword": null, //missing translation
"passwordCaptureSave": null, //missing translation
"passwordCaptureDontSave": null, //missing translation
"passwordCaptureNeverSave": null, //missing translation
"passwordCaptureSavePassword": "%s এর জন্য পাসওয়ার্ড সংরক্ষণ করবেন?",
"passwordCaptureSave": "সংরক্ষণ করুন",
"passwordCaptureDontSave": "সংরক্ষণ না করুন",
"passwordCaptureNeverSave": "কখনও সংরক্ষণ করবেন না",
/* Password viewer */
"savedPasswordsHeading": null, //missing translation
"savedPasswordsEmpty": null, //missing translation
"savedPasswordsNeverSavedLabel": null, //missing translation
"deletePassword": null, //missing translation
"savedPasswordsHeading": "সংরক্ষিত পাসওয়ার্ডস",
"savedPasswordsEmpty": "কোনো সংরক্ষিত পাসওয়ার্ড নেই।",
"savedPasswordsNeverSavedLabel": "কখনও সংরক্ষণ হয়নি",
"deletePassword": "%s এর জন্য পাসওয়ার্ড মুছতে চান?"
/* Dialogs */
"loginPromptTitle": null, //missing translation
"dialogConfirmButton": null, //missing translation
"dialogSkipButton": null, //missing translation
"username": null, //missing translation
"email": null, //missing translation
"password": null, //missing translation
"secretKey": null, //missing translation
"openExternalApp": null, //missing translation
"clickToCopy": null, //missing translation
"copied": null //missing translation
"loginPromptTitle": "%h এ সাইন ইন করুন", // %h will be replaced with the host
"dialogConfirmButton": "কনফার্ম",
"dialogSkipButton": "বাতিল করুন",
"username": "ইউজারনেম",
"email": "ইমেইল",
"password": "পাসওয়ার্ড",
"secretKey": "গোপন চাবি",
"openExternalApp": "\\\"%s\\\" তে খোলা হবে?", // %s is the name of an app
"clickToCopy": "কপি করতে ক্লিক করুন",
"copied": "কপি হয়েছে"
}
}

0 comments on commit 9c943c4

Please sign in to comment.