Skip to content

Commit db25708

Browse files
committed
Translate Abstract and Introduction
1 parent dca0111 commit db25708

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README-ja-jp.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ _このドキュメントは[AngularJS in Patterns](https://github.com/mgechev/a
4141

4242
<!--endtoc-->
4343

44-
## Abstract
44+
## 要旨
4545

46-
One of the best ways to learn something new is to see how the things you already know are used in it.
47-
This document does not intend to make its readers familiar with the design or architectural patterns; it suggests basic understanding of the concepts of the OOP, design patterns and architectural patterns.
48-
The goal of this paper is to describe how different software design and architectural patterns are applied in AngularJS or any AngularJS single-page application.
46+
新しいことを学ぶ際のもっともよい方法の1つとして、既に知っているものがそこでどのように使われているかを観察するという方法があります。
47+
このドキュメントは読者にデザインやアーキテクチャのパターンに親しんでもらおうとして書かれているものではありませんので、オブジェクト指向やデザイン・パターン、アーキテクチャ・パターンについての基本的な理解をしておくことをおすすめします。
48+
このドキュメントの目的は、AngularJSやAngularJSのシングル・ページ・アプリケーションにどれだけ様々なソフトウェア・デザインやアーキテクチャのパターンが採用されているかを述べることです。
4949

50-
## Introduction
50+
## はじめに
5151

52-
The document begins with brief overview of the AngularJS framework. The overview explains the main AngularJS components - directives, filters, controllers, services, scope. The second section lists and describes different design and architectural patterns, which are implemented inside the framework. The patterns are grouped by the AngularJS component they are used in. If some patterns are used inside multiple components it will be explicitly mentioned.
52+
このドキュメントはAngularJSの概要を簡単に見ていくところから始まります。「AngularJSの概要」ではAngularJSの主なコンポーネントとして、ディレクティブ、フィルタ、コントローラ、サービス、スコープを見ていきます。2番目のセクションでは、フレームワークの内部で利用されている別のデザインとアーキテクチャのパターンを解説していきます。いくつかのコンポーネントで利用されているパターンがあった場合は、言及していきます。
5353

54-
The last section contains a few architectural patterns, which are commonly used inside most of the single-page applications built with AngularJS.
54+
最後のセクションでは、AngularJSで作られているシングル・ページ・アプリケーションでよく使われているいくつかのアーキテクチャ・パターンを解説します。
5555

5656
## AngularJS overview
5757

0 commit comments

Comments
 (0)