From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- .../index.html" | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 "files/bn/mozilla/persona/\340\246\206\340\246\250\340\247\215\340\246\244\340\246\260\340\247\215\340\246\234\340\246\276\340\246\244\340\246\277\340\246\225\340\246\276\340\246\257\340\246\274\340\246\250/index.html" (limited to 'files/bn/mozilla/persona/আন্তর্জাতিকায়ন') diff --git "a/files/bn/mozilla/persona/\340\246\206\340\246\250\340\247\215\340\246\244\340\246\260\340\247\215\340\246\234\340\246\276\340\246\244\340\246\277\340\246\225\340\246\276\340\246\257\340\246\274\340\246\250/index.html" "b/files/bn/mozilla/persona/\340\246\206\340\246\250\340\247\215\340\246\244\340\246\260\340\247\215\340\246\234\340\246\276\340\246\244\340\246\277\340\246\225\340\246\276\340\246\257\340\246\274\340\246\250/index.html" new file mode 100644 index 0000000000..773d93a737 --- /dev/null +++ "b/files/bn/mozilla/persona/\340\246\206\340\246\250\340\247\215\340\246\244\340\246\260\340\247\215\340\246\234\340\246\276\340\246\244\340\246\277\340\246\225\340\246\276\340\246\257\340\246\274\340\246\250/index.html" @@ -0,0 +1,60 @@ +--- +title: আন্তর্জাতিকায়ন +slug: Mozilla/Persona/আন্তর্জাতিকায়ন +translation_of: Archive/Mozilla/Persona/Internationalization +--- +

পারসোনাতে স্থানিয়করন কি

+ +

ভবিষ্যতে ব্যাবহারকারিদের পারসোনার মাধ্যমে বিভিন্ন সাইটে সাইন-ইনের ইন্টারফেস সরাসরি ব্রাউজারের অন্তর্গত থাকবে, এবং এইভাবেই ব্রাউজারের মাধ্যমে সাইটগুলোও স্থানীয়করন হয়ে যাবে। যেসব ব্রাউজারে পারসোনা অন্তর্গত থাকবে না, সেসব ব্রাউজারে login.persona.org এই লিঙ্কটি চলে আসবে। এই উক্তিগুলো অনুবাদ করেছে কমিউনিটি স্বেচ্ছাসেবকদের একটি দল, এবং ৪৫ এর বেশি স্থানীয় বর্তমান এখানে কর্মরত আছেন

+ +

How Persona chooses localizations

+ +

The Persona service selects a language using the Accept-Language header sent alongside the browser's requests. The algorithm used to map an Accept-Language header to a language is the same as that used by mozilla.org:

+ +
    +
  1. For each language tag in the Accept-Language header: + +
      +
    • check if we have an exact match for the language identified by the language tag
    • +
    • check if we have an exact match for the language identified by the first part of the language tag
    • +
    +
  2. +
  3. If a match can't be made using rule (1), fall back to en-US. However, en or en-US is almost always the last accept-lang header sent by most browsers.
  4. +
+ +

For example, the table below lists the language selected for various Accept-Language headers, if the following locales were supported: en-US, es, es-MX:

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Accept-Language HeaderSelected language
es-AR,es;q=0.8,en-us;q=0.5es
es-MX,es;q=0.8,en-us;q=0.5es-MX
es-es,en-us;q=0.5en-US
es-esen-US
+ +

There is currently no way for a website to force the dialogs to appear in another language. This is because the Persona UI is logically (and in future native implementations will actually be) part of the browser UI, so its language should be consistent with the language selected for the browser.

+ +

আপনি যেভাবে সাহায্য করতে পারেন

+ +

পারসোনা নতুন অনুবাদে স্বেচ্ছাসেবকদের সাহায্য করতে Mozilla Verbatim ব্যবহার করে। যদি আপনি সাহায্য করতে চান তাহলে getting started with Verbatim পড়ুন এবং Verbatim এ  "BrowserID" project দেখুন।

+ +

 

-- cgit v1.2.3-54-g00ecf