mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Rebuild (#4547)
This commit is contained in:
18
msg/js/ur.js
18
msg/js/ur.js
@@ -61,16 +61,16 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "اگر ایک ویلیو ص
|
||||
Blockly.Msg["DELETE_ALL_BLOCKS"] = "تمام%1 بلاکس کو حذف کریں؟";
|
||||
Blockly.Msg["DELETE_BLOCK"] = "حذف بلاک";
|
||||
Blockly.Msg["DELETE_VARIABLE"] = "'٪ 1' متغیر کو حذف کریں";
|
||||
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "'٪ 2' متغیر کے٪ 1 استعمال کو حذف کریں؟";
|
||||
Blockly.Msg["DELETE_X_BLOCKS"] = "%1 بلاکوں کو حذف کریں";
|
||||
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "%2 متغیر کے %1 استعمال کو حذف کریں؟";
|
||||
Blockly.Msg["DELETE_X_BLOCKS"] = " بلاکوں کو حذف کریں %1";
|
||||
Blockly.Msg["DISABLE_BLOCK"] = "بلاک کو غیرفعال کریں";
|
||||
Blockly.Msg["DUPLICATE_BLOCK"] = "ڈپلیکیٹ";
|
||||
Blockly.Msg["DUPLICATE_COMMENT"] = " ہو بہو تبصرہ";
|
||||
Blockly.Msg["DUPLICATE_BLOCK"] = "نقل";
|
||||
Blockly.Msg["DUPLICATE_COMMENT"] = " نقل تبصرہ";
|
||||
Blockly.Msg["ENABLE_BLOCK"] = "بلاک کو فعال کریں";
|
||||
Blockly.Msg["EXPAND_ALL"] = "بلاکوں میں توسیع کریں";
|
||||
Blockly.Msg["EXPAND_BLOCK"] = "بلاک میں توسیع کریں";
|
||||
Blockly.Msg["EXTERNAL_INPUTS"] = "خارجی دخل اندازی";
|
||||
Blockly.Msg["HELP"] = "معاونت";
|
||||
Blockly.Msg["HELP"] = "مدد";
|
||||
Blockly.Msg["INLINE_INPUTS"] = "بین السطور داخل کریں";
|
||||
Blockly.Msg["IOS_CANCEL"] = "Cancel"; // untranslated
|
||||
Blockly.Msg["IOS_ERROR"] = "Error"; // untranslated
|
||||
@@ -316,7 +316,7 @@ Blockly.Msg["PROCEDURES_MUTATORARG_TOOLTIP"] = "Add an input to the function.";
|
||||
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "inputs"; // untranslated
|
||||
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Add, remove, or reorder inputs to this function."; // untranslated
|
||||
Blockly.Msg["REDO"] = "دہرائیں";
|
||||
Blockly.Msg["REMOVE_COMMENT"] = "تبصرہ حذف کریں";
|
||||
Blockly.Msg["REMOVE_COMMENT"] = "تبصرہ کو ہٹا دیں";
|
||||
Blockly.Msg["RENAME_VARIABLE"] = "دوبار نام دیں ویریابل کو...";
|
||||
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "تمام %1 متغیروں کو دوبارہ نام دے:";
|
||||
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
|
||||
@@ -389,7 +389,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; //
|
||||
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
|
||||
Blockly.Msg["TODAY"] = "آج";
|
||||
Blockly.Msg["UNDO"] = "کیا ہوا کام کینسل کرے";
|
||||
Blockly.Msg["UNNAMED_KEY"] = "unnamed"; // untranslated
|
||||
Blockly.Msg["UNNAMED_KEY"] = "نامعلوم";
|
||||
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "آئٹم";
|
||||
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Create 'set %1'"; // untranslated
|
||||
Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#get"; // untranslated
|
||||
@@ -398,8 +398,8 @@ Blockly.Msg["VARIABLES_SET"] = "set %1 to %2"; // untranslated
|
||||
Blockly.Msg["VARIABLES_SET_CREATE_GET"] = "Create 'get %1'"; // untranslated
|
||||
Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#set"; // untranslated
|
||||
Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
|
||||
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "ایک متغیر نام '٪ 1' پہلے سے ہی موجود ہے.";
|
||||
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "ایک متغیر نام '٪ 1' کسی دوسرے قسم کے لئے پہلے ہی موجود ہے: '٪ 2'.";
|
||||
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "ایک متغیر نام %1 پہلے سے ہی موجود ہے.";
|
||||
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "ایک متغیر نام %1 کسی دوسرے قسم کے لئے پہلے ہی موجود ہے: %2.";
|
||||
Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
|
||||
Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
|
||||
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
||||
|
||||
Reference in New Issue
Block a user