diff --git a/js/docs.js b/js/docs.js index b39aeed..fd9dd8b 100644 --- a/js/docs.js +++ b/js/docs.js @@ -365,7 +365,7 @@ var docs = { }, 'order': { 'en': '

Specifies the order of the flex item.

<integer> (... -1, 0 (default), 1, ...)', - 'en': '

Flex item এর order (ক্রম) নির্ধারন করে।

<integer> (... -1, 0 (default), 1, ...)', + 'bn': '

Flex item এর order (ক্রম) নির্ধারন করে।

<integer> (... -1, 0 (default), 1, ...)', 'af': '

Spesifiseer die orde van die flex item.

<integer> (... -1, 0 (verstek), 1, ...)', 'he': '

מציין את הסדר של פריט flex.

<integer> (... -1, 0 (default), 1, ...)', 'ro': '

Specifică ordinea elementelor flex.

<integer> (... -1, 0 (default), 1, ...)', diff --git a/js/levels.js b/js/levels.js index e370d2f..8989422 100644 --- a/js/levels.js +++ b/js/levels.js @@ -416,7 +416,7 @@ var levels = [ name: 'flex-direction 1', instructions: { 'en': '

The frogs need to get in the same order as their lilypads using flex-direction. This CSS property defines the direction items are placed in the container, and accepts the following values:

', - 'en': '

ব্যাঙগুলোকে flex-direction ব্যবহার করে তাদের পদ্ম-পাতার মতো একই ক্রমে যেতে হবে। এই CSS property item গুলো container এ কিভাবে বসেছে তা নির্ধারন করে, এবং এই মান গুলো (values) গ্রহণ করেঃ

472', + 'bn': '

ব্যাঙগুলোকে flex-direction ব্যবহার করে তাদের পদ্ম-পাতার মতো একই ক্রমে যেতে হবে। এই CSS property item গুলো container এ কিভাবে বসেছে তা নির্ধারন করে, এবং এই মান গুলো (values) গ্রহণ করেঃ

472', 'af': '

Met die gebruik van flex-direction moet die paddas in die selfde orde as hulle waterlelies kom. Hierdie eienskap bepaal die direksie wat items in die houer geplaas is, en aanvaar die volgende waardes:

', 'he': '

הצפרדעים צריכות להגיע באותו סדר לעלים שלהן בשימוש ב-flex-direction. התכונת CSS הזו מגדירה את כיוון הסידור של הפריטים בקונטיינר,ומקבלת את הערכים הבאים:

', 'ro': '

Broaștele trebuie să ajungă în aceeași ordine ca nuferii folosind flex-direction. Această proprietate CSS definește direcția în care sunt așezate elementele în container și acceptă următoarele valori:

', @@ -1250,7 +1250,6 @@ var levels = [ instructions: { 'en': '

Now the current has bunched the lilypads at the bottom. Use align-content to guide the frogs there.

', 'bn': '

বর্তমানে অনেকগুলো পদ্ম-পাতা নিচে একত্রিত হয়েছে। align-content ব্যবহার করুন ব্যাঙগুলোকে সেখানে নিয়ে যেতে।

', - 'bn': '

বর্তমানে অনেকগুলো পদ্ম-পাতা নিচে একত্রিত হয়েছে। align-content ব্যবহার করুন ব্যাঙগুলোকে সেখানে নিয়ে যেতে।

', 'af': '

Nou het die stroom die waterlelies in die onderkant gebondel. Gebruik align-content om die paddas daarna toe te ly.

', 'he': '

עכשיו הזרם פיזר את העלים בתחתית האגם. השתמשו ב-align-content כדי לעזור לצפרדעים להגיע לשם.

', 'ro': '

Acum curentul a înghesuit nuferii în partea de jos. Folosește align-content pentru a ghida broaștele acolo.

',