Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Add Japanese titles to LA sidebar (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uemmra3 authored and Elchi3 committed Apr 5, 2018
1 parent fd77320 commit 0e5e63d
Showing 1 changed file with 196 additions and 0 deletions.
196 changes: 196 additions & 0 deletions macros/LearnSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,202 @@ var text = mdn.localStringMap({
'Debugging_HTML': 'Déboguer en HTML',
'Assessment_marking_up_a_letter': 'Baliser une lettre',
'Assessment_structuring_a_page_of_content': 'Structurer une page de contenu'
},
'ja': {
'Complete_beginners': '完全な初心者はこちらから!',
'Getting_started_with_the_web': 'ウェブ入門',
'Getting_started_with_the_web_overview': 'ウェブ入門',
'Installing_basic_software': '基本的なソフトウェアのインストール',
'What_will_your_website_look_like': 'ウェブサイトをどんな外見にするか',
'Dealing_with_files': 'ファイルの扱い',
'HTML_basics': 'HTML の基本',
'CSS_basics': 'CSS の基本',
'JavaScript_basics': 'JavaScript の基本',
'Publishing_your_website': 'ウェブサイトの公開',
'How_the_Web_works': 'ウェブのしくみ',
'HTML_structuring_the_Web': 'HTML — Structuring the Web',
'Introduction_to_HTML': 'HTML概論',
'Introduction_to_HTML_overview': 'HTML概論',
'Getting_started_with_HTML': 'Getting started with HTML',
'Whats_in_the_head_metadata_in_HTML': 'head って何?HTML のメタデータ',
'HTML_text_fundamentals': 'HTML テキストの基礎',
'Creating_hyperlinks': 'ハイパーリンクを作ってみる',
'Advanced_text_formatting': 'Advanced text formatting',
'Document_and_website_structure': 'Document and website structure',
'Debugging_HTML': 'Debugging HTML',
'Assessment_marking_up_a_letter': 'Assessment: Marking up a letter',
'Assessment_structuring_a_page_of_content': 'Assessment: Structuring a page of content',
'Multimedia_and_embedding': 'Multimedia and embedding',
'Multimedia_and_embedding_overview': 'Multimedia and embedding overview',
'Images_in_HTML': 'Images in HTML',
'Video_and_audio_content': 'Video and audio content',
'Other_embedding_technologies': 'From object to iframe — other embedding technologies',
'Adding_vector_graphics_to_the_Web': 'Adding vector graphics to the Web',
'Responsive_images': 'Responsive images',
'Assessment_Mozilla_splash_page': 'Assessment: Mozilla splash page',
'HTML_tables' : 'HTML tables',
'HTML_tables_overview' : 'HTML tables overview',
'HTML_table_basics' : 'HTML table basics',
'HTML_table_advanced' : 'HTML Table advanced features and accessibility',
'Assessment_Structuring_planet_data' : 'Assessment: Structuring planet data',
'HTML_forms' : 'HTML forms',
'HTML_forms_overview' : 'HTML forms overview',
'Your_first_HTML_form' : 'Your first HTML form',
'How_to_structure_an_HTML_form' : 'How to structure an HTML form',
'The_native_form_widgets' : 'The native form widgets',
'Sending_form_data' : 'Sending form data',
'Form_validation' : 'Form validation',
'How_to_build_custom_form_widgets' : 'How to build custom form widgets',
'Sending_forms_through_JavaScript' : 'Sending forms through JavaScript',
'HTML_forms_in_legacy_browsers' : 'HTML forms in legacy browsers',
'Styling_HTML_forms' : 'Styling HTML forms',
'Advanced_styling_for_HTML_forms' : 'Advanced styling for HTML forms',
'Property_compatibility_table_for_form_widgets' : 'Property compatibility table for form widgets',
'CSS_styling_the_Web': 'CSS — Styling the Web',
'Introduction_to_CSS': 'CSS',
'Introduction_to_CSS_overview': 'CSS',
'How_CSS_works': 'CSS の働き',
'CSS_syntax': 'CSS syntax',
'Selectors_introduction': 'Selectors introduction',
'Simple_selectors': 'Simple selectors',
'Attribute_selectors': 'Attribute selectors',
'Pseudo-classes_and_pseudo-elements': 'Pseudo-classes and pseudo-elements',
'Combinators_and_multiple_selectors': 'Combinators and multiple selectors',
'CSS_values_and_units': 'CSS values and units',
'Cascade_and_inheritance': 'Cascade and inheritance',
'The_box_model': 'The box model',
'Debugging_CSS': 'Debugging CSS',
'Assessment_fundamental_CSS_comprehension': 'Assessment: Fundamental CSS comprehension',
'Styling_text': 'Styling text',
'Styling_text_overview': 'Styling text overview',
'Fundamental_text_and_font_styling': 'Fundamental text and font styling',
'Styling_lists': 'Styling lists',
'Styling_links': 'Styling links',
'Web_fonts': 'Web fonts',
'Assessment_typesetting_a_community_school_homepage': 'Assessment: Typesetting a community school homepage',
'Styling_boxes': 'Styling boxes',
'Styling_boxes_overview': 'Styling boxes overview',
'Box_model_recap': 'Box model recap',
'Backgrounds': 'Backgrounds',
'Borders': 'Borders',
'Styling_tables': 'Styling tables',
'Advanced_box_effects': 'Advanced box effects',
'Assessment_creating_fancy_letterheaded_paper': 'Assessment: Creating fancy letterheaded paper',
'Assessment_a_cool_looking_box': 'Assessment: A cool-looking box',
'CSS_layout': 'CSS layout',
'CSS_layout_overview': 'CSS layout overview',
'Introduction' : 'Introduction to CSS layout',
'Floats': 'Floats',
'Positioning': 'Positioning',
'Practical_positioning_examples': 'Practical positioning examples',
'Flexbox': 'Flexbox',
'Grids' : 'Grids',
'JavaScript_dynamic_client-side_scripting': 'JavaScript — 動的クライアントサイドスクリプト',
'JavaScript_first_steps': 'JavaScript の第一歩',
'JavaScript_first_steps_overview': 'JavaScript の第一歩',
'What_is_JavaScript': 'JavaScriptって何?',
'A_first_splash_into_JavaScript': 'JavaScriptへの最初のダイブ',
'What_went_wrong': '何が間違っている? JavaScript のトラブルシューティング',
'Storing_the_information_you_need': '必要な情報を保存する — 変数',
'Basic_math_in_JavaScript': 'JavaScriptでの数学入門 — 数値と演算子について',
'Handling_text': 'テキストを扱う — JavaScript での文字列',
'Useful_string_methods': '便利な文字列メソッド',
'Arrays': '配列',
'Assessment_silly_story_generator': 'バカ話ジェネレーター',
'JavaScript_building_blocks': 'JavaScript building blocks',
'JavaScript_building_blocks_overview': 'JavaScript building blocks overview',
'Making_decisions_in_your_code': 'Making decisions in your code — Conditionals',
'Looping_code': 'Looping code',
'Functions': 'Functions — Reusable blocks of code',
'Build_your_own_function': 'Build your own function',
'Function_return_values': 'Function return values',
'Introduction_to_events': 'Introduction to events',
'Assessment_image_gallery': 'Assessment: Image gallery',
'Introducing_JavaScript_objects' : 'Introducing JavaScript objects',
'Introducing_JavaScript_objects_overview' : 'Introducing JavaScript objects overview',
'Object_basics' : 'Object basics',
'Object-oriented_JavaScript_for_beginners' : 'Object-oriented JavaScript for beginners',
'Object_prototypes' : 'Object prototypes',
'Inheritance_in_JavaScript' : 'Inheritance in JavaScript',
'Working_with_JSON_data' : 'Working with JSON data',
'Object_building_practise' : 'Object building practise',
'Assessment_Adding_features_to_our_bouncing_balls_demo' : 'Assessment: Adding features to our bouncing balls demo',
'Client-side_web_APIs': 'Client-side web APIs',
'Client-side_web_APIs_Introduction': 'Introduction to web APIs',
'Client-side_web_APIs_Manipulating_documents': 'Manipulating documents',
'Client-side_web_APIs_Fetching_data': 'Fetching data from the server',
'Client-side_web_APIs_Third_party_APIs': 'Third party APIs',
'Client-side_web_APIs_Drawing_graphics': 'Drawing graphics',
'Client-side_web_APIs_Video_and_audio_APIs': 'Video and audio APIs',
'Client-side_web_APIs_client-side_storage': 'Client-side storage',
'Accessibility_—_Make_the_web_usable_by_everyone' : 'Accessibility — Make the web usable by everyone',
'Accessibility_guides' : 'Accessibility guides',
'Accessibility_assessment' : 'Accessibility assessment',
'Accessibility_overview' : 'Accessibility overview',
'What_is_accessibility' : 'What is accessibility?',
'HTML_a_good_basis_for_accessibility' : 'HTML: A good basis for accessibility',
'CSS_and_JavaScript_accessibility_best_practices' : 'CSS and JavaScript accessibility best practices',
'WAI-ARIA_basics' : 'WAI-ARIA basics',
'Accessible_multimedia' : 'Accessible multimedia',
'Mobile_accessibility' : 'Mobile accessibility',
'Assessment_Accessibility_troubleshooting' : 'Assessment: Accessibility troubleshooting',
'Tools_and_testing' : 'Tools and testing',
'Cross_browser_testing' : 'Cross browser testing',
'Cross_browser_testing_overview' : 'Cross browser testing overview',
'Introduction_to_cross_browser_testing' : 'Introduction to cross browser testing',
'Strategies_for_carrying_out_testing' : 'Strategies for carrying out testing',
'Handling_common_HTML_and_CSS_problems' : 'Handling common HTML and CSS problems',
'Handling_common_JavaScript_problems' : 'Handling common JavaScript problems',
'Handling_common_accessibility_problems' : 'Handling common accessibility problems',
'Implementing_feature_detection' : 'Implementing feature detection',
'Introduction_to_automated_testing' : 'Introduction to automated testing',
'Setting_up_your_own_test_automation_environment' : 'Setting up your own test automation environment',
'Server-side_website_programming' : 'Server-side website programming',
'First_steps' : 'First steps',
'First_steps_overview' : 'First steps overview',
'Introduction_to_the_server-side' : 'Introduction to the server-side',
'Client-Server_overview' : 'Client-Server overview',
'Server-side_web_frameworks' : 'Server-side web frameworks',
'Website_security' : 'Website security',
'Django_web_framework_(Python)' : 'Django web framework (Python)',
'Django_web_framework_(Python)_overview' : 'Django web framework (Python) overview',
'Introduction' : 'Introduction',
'Setting_up_a_development_environment' : 'Setting up a development environment',
'Tutorial_The_Local_Library_website' : 'Tutorial: The Local Library website',
'Tutorial_Part_2_Creating_a_skeleton_website' : 'Tutorial Part 2: Creating a skeleton website',
'Tutorial_Part_3_Using_models' : 'Tutorial Part 3: Using models',
'Tutorial_Part_4_Django_admin_site' : 'Tutorial Part 4: Django admin site',
'Tutorial_Part_5_Creating_our_home_page' : 'Tutorial Part 5: Creating our home page',
'Tutorial_Part_6_Generic_list_and_detail_views' : 'Tutorial Part 6: Generic list and detail views',
'Tutorial_Part_7_Sessions_framework' : 'Tutorial Part 7: Sessions framework',
'Tutorial_Part_8_User_authentication_and_permissions' : 'Tutorial Part 8: User authentication and permissions',
'Tutorial_Part_9_Working_with_forms' : 'Tutorial Part 9: Working with forms',
'Tutorial_Part_10_Testing_a_Django_web_application' : 'Tutorial Part 10: Testing a Django web application',
'Tutorial_Part_11_Deploying_Django_to_production' : 'Tutorial Part 11: Deploying Django to production',
'Web_application_security' : 'Web application security',
'Assessment_DIY_mini_blog' : 'Assessment: DIY mini blog',
'Express_Web_Framework_(Node.js_JavaScript)' : 'Express Web Framework (node.js/JavaScript)',
'Express_Web_Framework_(Node.js_JavaScript)_overview' : 'Express Web Framework (Node.js/JavaScript) overview',
'Express_Node_introduction' : 'Express/Node introduction',
'Setting_up_a_Node_(Express)_development_environment' : 'Setting up a Node (Express) development environment',
'Express_Tutorial_The_Local_Library_website' : 'Express tutorial: The Local Library website',
'Express_Tutorial_Part_2_Creating_a_skeleton_website' : 'Express Tutorial Part 2: Creating a skeleton website',
'Express_Tutorial_Part_3_Using_a_database_(with_Mongoose)' : 'Express Tutorial Part 3: Using a database (with Mongoose)',
'Express_Tutorial_Part_4_Routes_and_controllers' : 'Express Tutorial Part 4: Routes and controllers',
'Express_Tutorial_Part_5_Displaying_library_data' : 'Express Tutorial Part 5: Displaying library data',
'Express_Tutorial_Part_6_Working_with_forms' : 'Express Tutorial Part 6: Working with forms',
'Express_Tutorial_Part_7_Deploying_to_production' : 'Express Tutorial Part 7: Deploying to production',
'Further_resources': 'Further resources',
'Advanced_learning_material': 'Advanced learning material',
'WebGL_graphics_processing': 'WebGL: Graphics processing',
'Common_questions': 'Common questions',
'HTML_questions': 'HTML questions',
'CSS_questions': 'CSS questions',
'JavaScript_questions': 'JavaScript questions',
'How_the_Web_works': 'How the Web works',
'Tools_and_setup': 'Tools and setup',
'Design_and_accessibility': 'Design and accessibility',
'How_to_contribute': 'How to contribute'
}
});
%>
Expand Down

0 comments on commit 0e5e63d

Please sign in to comment.