Skip to content

Commit

Permalink
Merge pull request #3715 from adnaribo/release0.9.74_crowdin
Browse files Browse the repository at this point in the history
Release 0.9.74
  • Loading branch information
wslany authored Jul 28, 2020
2 parents 1a02a68 + 7fa0dff commit e505fe7
Show file tree
Hide file tree
Showing 54 changed files with 2,559 additions and 702 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.OutgoingNetworkCallsTests
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipeline {
step([$class: 'LogParserPublisher', failBuildOnError: true, projectRulePath: 'buildScripts/log_parser_rules', unstableOnWarning: true, useProjectRule: true])
}
unsuccessful {
notifyChat(['#s2cc', '#catroweb-deployment'])
notifyChat(['#system-tests'])
}
}
}
45 changes: 40 additions & 5 deletions catroid/src/main/res/values-af/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@
<string name="preference_title_multiplayer_variables_enabled">Multiplayer extension</string>
<string name="preference_description_multiplayer_variables_enabled">Allow the app to use
multiplayer variables shared via Bluetooth</string>
<string name="preference_title_enable_test_bricks">Testing extension</string>
<string name="preference_description_test_bricks">Allows to create tests</string>
<!-- Scratch Converter activity -->
<string name="beta">BETA</string>
<string name="error_scratch_program_not_accessible_any_more">Whoops! The project seems to have disappeared
Expand Down Expand Up @@ -288,6 +290,8 @@
<string name="am_convert">Convert</string>
<string name="am_merge">Merge</string>
<string name="dialog_confirm_delete">You can\'t undo this!</string>
<string name="dialog_confirm_delete_definition">This will also remove the brick in all
other scripts in which it is being used.\nYou cannot undo this!</string>
<string name="list_headline_sprites">Actors and objects</string>
<!-- Options Menu Options -->
<string name="backpack">Backpack</string>
Expand Down Expand Up @@ -332,6 +336,7 @@
<item quantity="one">Delete this brick?</item>
<item quantity="other">Delete these bricks?</item>
</plurals>
<string name="delete_definition">Delete the definition of this brick?</string>
<!-- Dialog Labels -->
<string name="project_name_label">Project name</string>
<string name="scene_name_label">Scene name</string>
Expand Down Expand Up @@ -682,11 +687,13 @@
<!-- Brick context dialog -->
<string name="brick_context_dialog_move_brick">Move brick</string>
<string name="brick_context_dialog_move_script">Move script</string>
<string name="brick_context_dialog_move_definition">Move this definition</string>
<string name="brick_context_dialog_delete_brick">Delete brick</string>
<string name="brick_context_dialog_copy_brick">Copy brick</string>
<string name="brick_context_dialog_copy_script">Copy script</string>
<string name="brick_context_dialog_formula_edit_brick">Edit formula</string>
<string name="brick_context_dialog_delete_script">Delete script</string>
<string name="brick_context_dialog_delete_definition">Delete this definition</string>
<string name="brick_context_dialog_comment_in">Enable brick</string>
<string name="brick_context_dialog_comment_out">Disable brick</string>
<string name="brick_context_dialog_highlight_brick_parts">Highlight brick parts</string>
Expand Down Expand Up @@ -762,9 +769,11 @@
<string name="prestage_no_gps_sensor_available">\u2022 Geolocation\n</string>
<string name="prestage_text_to_speech_error">\u2022 Text-To-Speech engine\n</string>
<string name="prestage_no_back_camera_available">\u2022 Rear camera\n</string>
<string name="prestage_no_camera_available">\u2022 Face detection\n</string>
<string name="prestage_no_face_detection_available">\u2022 Face detection\n</string>
<string name="prestage_no_jumping_sumo_available">\u2022 Jumping Sumo\n</string>
<string name="prestage_no_front_camera_available">\u2022 Front camera\n</string>
<string name="prestage_no_camera_available">\u2022 Camera\n</string>
<string name="prestage_no_flash_available">\u2022 Flashlight\n</string>
<string name="prestage_default_resource_not_available">\u2022 Unknown component\n</string>
<string name="no_nfc_available">NFC not available</string>
<string name="nfc_not_activated">Please activate NFC and press Back to return to the app.</string>
Expand Down Expand Up @@ -942,6 +951,8 @@
<string name="brick_when_condition_when">When</string>
<string name="brick_when_becomes_true">becomes true</string>
<string name="brick_wait">Wait</string>
<string name="brick_wait_until">Wait until</string>
<string name="brick_wait_until_second_part">is true</string>
<string name="brick_when_gamepad_button">When gamepad button</string>
<string name="brick_when_gamepad_button_tapped">tapped</string>
<string name="brick_when_nfc">When NFC</string>
Expand Down Expand Up @@ -975,14 +986,29 @@
<string name="brick_clone_this">yourself</string>
<string name="brick_when_cloned">When you start as a clone</string>
<string name="brick_delete_this_clone">Delete this clone</string>
<string name="brick_assert_that">Assert:</string>
<string name="brick_is_equal_to">equal to expected:</string>
<string name="brick_assert_that">Assert</string>
<string name="brick_is_equal_to">equals expected</string>
<string name="brick_wait_till_idle">Wait until all other scripts have stopped</string>
<string name="brick_tap_at">"Single tap at"</string>
<string name="brick_finish_stage">Finish stage</string>
<string name="brick_finish_tests">Finish tests</string>
<string name="brick_assert_lists">Assert lists</string>
<string name="brick_assert_actual">Actual:</string>
<string name="brick_assert_expected">Expected:</string>
<string name="brick_parameterized_assert">assert</string>
<string name="brick_parameterized_equals">equals to expected item of</string>
<plurals name="brick_parameterized_foreach_plural">
<item quantity="one">For each item of</item>
<item quantity="other">For each tuple of items of</item>
</plurals>
<plurals name="brick_parameterized_stored_plural">
<item quantity="one">stored in variable with the same name</item>
<item quantity="other">stored in variables with the same names</item>
</plurals>
<plurals name="list_selection_plural">
<item quantity="one">%d list selected</item>
<item quantity="other">%d lists selected</item>
</plurals>
<plurals name="time_plural">
<item quantity="one">time</item>
<item quantity="other">times</item>
Expand Down Expand Up @@ -1066,6 +1092,12 @@
<string name="default_project_sprites_animal_wings_down">Wings down</string>
<string name="default_project_sprites_tweet_1">Tweet1</string>
<string name="default_project_sprites_tweet_2">Tweet2</string>
<!--suppress UnusedResources -->
<string name="default_project_needle_name">Needle</string>
<!--suppress UnusedResources -->
<string name="default_project_outer_loop">Outer Loop</string>
<!--suppress UnusedResources -->
<string name="default_project_inner_loop">Inner Loop</string>
<!-- Default ChromeCast Values -->
<string name="default_cast_project_background_name">Background</string>
<string name="default_cast_project_cloud_name">Clouds</string>
Expand Down Expand Up @@ -1736,8 +1768,11 @@ needs read and write access to it. You can always change permissions through you
<string name="brick_choose_camera">Use camera</string>
<string name="choose_camera_front">front</string>
<string name="choose_camera_back">rear</string>
<string name="brick_wait_until">Wait until</string>
<string name="brick_wait_until_second_part">is true</string>
<string name="camera_error_generic"> Something went wrong while trying to use the camera.
</string>
<string name="camera_error_face_detection"> There was a problem with face detection. Some components may still be downloading in the
background. Please make sure you are connected to the internet and check back later.
</string>
<!-- -->
<!-- Cast strings -->
<string name="cast_gamepad_A">A</string>
Expand Down
57 changes: 52 additions & 5 deletions catroid/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@
<string name="preference_title_multiplayer_variables_enabled">Multiplayer extension</string>
<string name="preference_description_multiplayer_variables_enabled">Allow the app to use
multiplayer variables shared via Bluetooth</string>
<string name="preference_title_enable_test_bricks">Testing extension</string>
<string name="preference_description_test_bricks">Allows to create tests</string>
<!-- Scratch Converter activity -->
<string name="beta">بيتا</string>
<string name="error_scratch_program_not_accessible_any_more">اوووبس! يبدو أن البرنامج اختفى أو انت فقدت الوصول اليه.</string>
Expand Down Expand Up @@ -298,6 +300,8 @@
<string name="am_convert">تحويل</string>
<string name="am_merge">Merge</string>
<string name="dialog_confirm_delete">لا يمكنك التراجع عن هذا!</string>
<string name="dialog_confirm_delete_definition">This will also remove the brick in all
other scripts in which it is being used.\nYou cannot undo this!</string>
<string name="list_headline_sprites">أشكال و عناصر</string>
<!-- Options Menu Options -->
<string name="backpack">حقيبة الظهر</string>
Expand Down Expand Up @@ -374,6 +378,7 @@
<item quantity="many">هل تريد حذف هذه اللّبنات البرمجية؟</item>
<item quantity="other">هل تريد حذف هذه اللّبنات البرمجية؟</item>
</plurals>
<string name="delete_definition">Delete the definition of this brick?</string>
<!-- Dialog Labels -->
<string name="project_name_label">اسم البرنامج</string>
<string name="scene_name_label">اسم المشهد</string>
Expand Down Expand Up @@ -812,11 +817,13 @@
<!-- Brick context dialog -->
<string name="brick_context_dialog_move_brick">Move brick</string>
<string name="brick_context_dialog_move_script">نقل النص البرمجي</string>
<string name="brick_context_dialog_move_definition">Move this definition</string>
<string name="brick_context_dialog_delete_brick">Delete brick</string>
<string name="brick_context_dialog_copy_brick">Copy brick</string>
<string name="brick_context_dialog_copy_script">نسخ النص البرمجي</string>
<string name="brick_context_dialog_formula_edit_brick">Edit formula</string>
<string name="brick_context_dialog_delete_script">Delete script</string>
<string name="brick_context_dialog_delete_definition">Delete this definition</string>
<string name="brick_context_dialog_comment_in">Enable brick</string>
<string name="brick_context_dialog_comment_out">Disable brick</string>
<string name="brick_context_dialog_highlight_brick_parts">إبراز أجزاء اللبّنة البرمجية</string>
Expand Down Expand Up @@ -891,9 +898,11 @@
<string name="prestage_no_gps_sensor_available">\u2022 نظام تحديد المواقعGPS\n</string>
<string name="prestage_text_to_speech_error">\u2022 محرك تحويل النص إلى كلام\n</string>
<string name="prestage_no_back_camera_available">\u2022 الكاميرا الخلفية\n</string>
<string name="prestage_no_camera_available">\u2022 اكتشاف الوجه\n</string>
<string name="prestage_no_face_detection_available">\u2022 Face detection\n</string>
<string name="prestage_no_jumping_sumo_available">\u2022 Jumping Sumo\n</string>
<string name="prestage_no_front_camera_available">\u2022 الكاميرا الأمامية \n</string>
<string name="prestage_no_camera_available">\u2022 Camera\n</string>
<string name="prestage_no_flash_available">\u2022 Flashlight\n</string>
<string name="prestage_default_resource_not_available">\u2022 مكون غير معروف\n</string>
<string name="no_nfc_available">NFC غير متوفر</string>
<string name="nfc_not_activated">الرجاء تفعيل NFC واضغط على زر العودة للرجوع إلى التطبيق.</string>
Expand Down Expand Up @@ -1078,6 +1087,8 @@
<string name="brick_when_condition_when">عندما</string>
<string name="brick_when_becomes_true">يتحقق الشرط</string>
<string name="brick_wait">انتظر</string>
<string name="brick_wait_until">انتظر حتى</string>
<string name="brick_wait_until_second_part">تحقق الشرط</string>
<string name="brick_when_gamepad_button">عندما يكون لوح تحكم الألعاب</string>
<string name="brick_when_gamepad_button_tapped">تم النقر عليه</string>
<string name="brick_when_nfc">عندما NFC</string>
Expand Down Expand Up @@ -1115,14 +1126,41 @@
<string name="brick_clone_this">نفسي</string>
<string name="brick_when_cloned">عندما أبدأ كنسخة</string>
<string name="brick_delete_this_clone">حذف هذه النسخة</string>
<string name="brick_assert_that">Assert:</string>
<string name="brick_is_equal_to">equal to expected:</string>
<string name="brick_assert_that">Assert</string>
<string name="brick_is_equal_to">equals expected</string>
<string name="brick_wait_till_idle">Wait until all other scripts have stopped</string>
<string name="brick_tap_at">"Single tap at"</string>
<string name="brick_finish_stage">Finish stage</string>
<string name="brick_finish_tests">Finish tests</string>
<string name="brick_assert_lists">Assert lists</string>
<string name="brick_assert_actual">Actual:</string>
<string name="brick_assert_expected">Expected:</string>
<string name="brick_parameterized_assert">assert</string>
<string name="brick_parameterized_equals">equals to expected item of</string>
<plurals name="brick_parameterized_foreach_plural">
<item quantity="zero">For each tuple of items of</item>
<item quantity="one">For each item of</item>
<item quantity="two">For each tuple of items of</item>
<item quantity="few">For each tuple of items of</item>
<item quantity="many">For each tuple of items of</item>
<item quantity="other">For each tuple of items of</item>
</plurals>
<plurals name="brick_parameterized_stored_plural">
<item quantity="zero">stored in variables with the same names</item>
<item quantity="one">stored in variable with the same name</item>
<item quantity="two">stored in variables with the same names</item>
<item quantity="few">stored in variables with the same names</item>
<item quantity="many">stored in variables with the same names</item>
<item quantity="other">stored in variables with the same names</item>
</plurals>
<plurals name="list_selection_plural">
<item quantity="zero">%d lists selected</item>
<item quantity="one">%d list selected</item>
<item quantity="two">%d lists selected</item>
<item quantity="few">%d lists selected</item>
<item quantity="many">%d lists selected</item>
<item quantity="other">%d lists selected</item>
</plurals>
<plurals name="time_plural">
<item quantity="zero">مرة</item>
<item quantity="one">مرة</item>
Expand Down Expand Up @@ -1210,6 +1248,12 @@
<string name="default_project_sprites_animal_wings_down">الأجنحة للاسفل</string>
<string name="default_project_sprites_tweet_1">زقزقة1</string>
<string name="default_project_sprites_tweet_2">زقزقة2</string>
<!--suppress UnusedResources -->
<string name="default_project_needle_name">Needle</string>
<!--suppress UnusedResources -->
<string name="default_project_outer_loop">Outer Loop</string>
<!--suppress UnusedResources -->
<string name="default_project_inner_loop">Inner Loop</string>
<!-- Default ChromeCast Values -->
<string name="default_cast_project_background_name">خلفية الشاشة</string>
<string name="default_cast_project_cloud_name">السُحب</string>
Expand Down Expand Up @@ -1862,8 +1906,11 @@
 </string>
<string name="choose_camera_front">الأمامية</string>
<string name="choose_camera_back">خلفي</string>
<string name="brick_wait_until">انتظر حتى</string>
<string name="brick_wait_until_second_part">تحقق الشرط</string>
<string name="camera_error_generic"> Something went wrong while trying to use the camera.
</string>
<string name="camera_error_face_detection"> There was a problem with face detection. Some components may still be downloading in the
background. Please make sure you are connected to the internet and check back later.
</string>
<!-- -->
<!-- Cast strings -->
<string name="cast_gamepad_A">أ</string>
Expand Down
Loading

0 comments on commit e505fe7

Please sign in to comment.