-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
ja: | ||
apipie: | ||
resources: リソース | ||
resource: リソース | ||
description: 記述 | ||
no_docs_found: ドキュメントが見つかりませんでした。 | ||
no_docs_found_descr: あなたのAPIにあう資料が見つかりませんでした。 | ||
follow_instructions_html: コントローラーをどう説明するのか%{href}を参考にしてください。 | ||
follow_instructions_href: 具体的な説明 | ||
oops: おっと! | ||
resource_not_found_html: リソース%{resource}が見つかりませんでした。 | ||
method_not_found_html: リソース%{resource}のためのメソッド%{method}が見つかりませんでした。 . | ||
goto_homepage_html: %{href}へ移ります。 | ||
resources: "リソース" | ||
resource: "リソース" | ||
description: "記述" | ||
no_docs_found: "ドキュメントが見つかりませんでした。" | ||
no_docs_found_descr: "あなたのAPIにあう資料が見つかりませんでした。" | ||
follow_instructions_html: "コントローラーをどう説明するのか%{href}を参考にしてください。" | ||
follow_instructions_href: "具体的な説明" | ||
oops: "おっと!" | ||
resource_not_found_html: "リソース%{resource}が見つかりませんでした。" | ||
method_not_found_html: "リソース%{resource}のためのメソッド%{method}が見つかりませんでした。 ." | ||
goto_homepage_html: "%{href}へ移ります。" | ||
goto_homepage_href: "%{app_name}APIドキュメントのホームページ" | ||
required: 必須 | ||
optional: 任意 | ||
nil_allowed: nil可 | ||
param_name: パラメーター名 | ||
params: パラメーター | ||
examples: 例 | ||
metadata: メタデータ | ||
errors: エラー | ||
error_code: エラーコード | ||
error_description: エラー説明 | ||
error_metadata: エラーメタデータ | ||
supported_formats: サポートフォーマット | ||
enable_javascript_html: %{comments_href}のJavaScriptをオンにしてください。 | ||
comments_powered_by_disqus: %{disqus}によるコメント | ||
api_documentation: APIドキュメント | ||
headers: ヘッダー | ||
header_name: ヘッダー名 | ||
required: "必須" | ||
optional: "任意" | ||
nil_allowed: "nil可" | ||
param_name: "パラメーター名" | ||
params: "パラメーター" | ||
examples: "例" | ||
metadata: "メタデータ" | ||
errors: "エラー" | ||
error_code: "エラーコード" | ||
error_description: "エラー説明" | ||
error_metadata: "エラーメタデータ" | ||
supported_formats: "サポートフォーマット" | ||
enable_javascript_html: "%{comments_href}のJavaScriptをオンにしてください。" | ||
comments_powered_by_disqus: "%{disqus}によるコメント" | ||
api_documentation: "APIドキュメント" | ||
headers: "ヘッダー" | ||
header_name: "ヘッダー名" |