diff options
Diffstat (limited to 'languages/ja')
| -rw-r--r-- | languages/ja/ja.blog.php | 12 | ||||
| -rw-r--r-- | languages/ja/ja.bookmarks.php | 37 | ||||
| -rw-r--r-- | languages/ja/ja.categories.php | 11 | ||||
| -rw-r--r-- | languages/ja/ja.core.php | 661 | ||||
| -rw-r--r-- | languages/ja/ja.custom_index.php | 11 | ||||
| -rw-r--r-- | languages/ja/ja.embed.php | 8 | ||||
| -rw-r--r-- | languages/ja/ja.externalpages.php | 14 | ||||
| -rw-r--r-- | languages/ja/ja.file.php | 61 | ||||
| -rw-r--r-- | languages/ja/ja.groups.php | 155 | ||||
| -rw-r--r-- | languages/ja/ja.messageboard.php | 41 | ||||
| -rw-r--r-- | languages/ja/ja.messages.php | 55 | ||||
| -rw-r--r-- | languages/ja/ja.pages.php | 43 | ||||
| -rw-r--r-- | languages/ja/ja.reportedcontent.php | 30 | 
13 files changed, 1139 insertions, 0 deletions
| diff --git a/languages/ja/ja.blog.php b/languages/ja/ja.blog.php new file mode 100644 index 000000000..952951a44 --- /dev/null +++ b/languages/ja/ja.blog.php @@ -0,0 +1,12 @@ +<?php +$ja = array ( +  'blog' => 'ブログ', +  'blog:newpost' => '新着ブログ記事', +  'item:object:blog' => 'ブログ記事', +  'blog:never' => 'never', +  'blog:enableblog' => 'グループブログの利用', +  'blog:group' => 'グループブログ', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.bookmarks.php b/languages/ja/ja.bookmarks.php new file mode 100644 index 000000000..5451d9484 --- /dev/null +++ b/languages/ja/ja.bookmarks.php @@ -0,0 +1,37 @@ +<?php +$ja = array ( +  'bookmarks' => 'ブックマーク', +  'bookmarks:add' => '新規ブックマーク登録', +  'bookmarks:friends' => '友達のブックマーク', +  'bookmarks:everyone' => 'サイト全体のブックマーク', +  'bookmarks:this' => 'このページをブックマークする', +  'bookmarks:this:group' => '%s のブックマーク', +  'bookmarks:bookmarklet' => 'ブックマークレットの取得', +  'bookmarks:bookmarklet:group' => 'グループ用ブックマークレットの取得', +  'bookmarks:inbox' => 'ブックマーク一覧', +  'bookmarks:more' => 'もっとみる', +  'bookmarks:with' => '共有するメンバーの選択', +  'bookmarks:new' => '新着ブックマーク', +  'bookmarks:address' => 'URL', +  'bookmarks:delete:confirm' => '本当に削除しますか?', +  'bookmarks:numbertodisplay' => '一覧表示数', +  'bookmarks:shared' => 'ブックマーク済み', +  'bookmarks:visit' => 'ブックマーク先へ', +  'bookmarks:recent' => '最近のブックマーク', +  'bookmarks:river:annotate' => 'このブックマークへのコメント', +  'bookmarks:river:item' => 'アイテム', +  'item:object:bookmarks' => 'ブックマークアイテム', +  'bookmarks:group' => 'ブループブックマーク', +  'bookmarks:enablebookmarks' => 'グループブックマークの利用', +  'bookmarks:widget:description' => '新着ブックマークをダッシュボードに表示します。', +  'bookmarks:bookmarklet:description' => 'ブックマークレットはWebで見つけたサイトの情報を友達や自分のために素早く保存するためのものです。下のボタンをブラウザのリンクバーにドラッグするだけで利用が開始できます。', +  'bookmarks:bookmarklet:descriptionie' => 'Internet Explorerをお使いの方はブックマークレットアイコンを右クリックしてから「お気に入りに保存」を選択していただき、その後、リンクバーに登録してください。', +  'bookmarks:bookmarklet:description:conclusion' => 'これでいつでもページをブックマーク登録できるようになりました。', +  'bookmarks:save:success' => 'ブックマークに登録しました。', +  'bookmarks:delete:success' => 'ブックマークから削除しました。', +  'bookmarks:save:failed' => 'ブックマークに登録できません。', +  'bookmarks:delete:failed' => 'ブックマークから削除できません。', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.categories.php b/languages/ja/ja.categories.php new file mode 100644 index 000000000..0724f683f --- /dev/null +++ b/languages/ja/ja.categories.php @@ -0,0 +1,11 @@ +<?php +$ja = array ( +  'categories' => 'カテゴリ', +  'categories:settings' => 'カテゴリの設定', +  'categories:explanation' => 'サイト内カテゴリを設定することにより、サイトシステム全体でそのカテゴリが利用でき +るようになります。互換性のあるツールであれば、コンテンツを新規作成、または編集する画面にカテゴリ設定欄が表示されるでしょう。<br /><br />カテゴリはカンマで区切って列挙してください。', +  'categories:save:success' => 'サイトカテゴリを保存しました。', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.core.php b/languages/ja/ja.core.php new file mode 100644 index 000000000..8e1ec6289 --- /dev/null +++ b/languages/ja/ja.core.php @@ -0,0 +1,661 @@ +<?php +$ja = array ( +  'item:site' => 'サイト', +  'login' => 'ログイン', +  'loginok' => 'ログインしました。', +  'loginerror' => 'あなたのアカウントの承認手続きが完了していないか、あなたの入力に間違いがあるか、何回もログインに失敗したせいかもしれません。 あなたのログイン情報が正しいか確認してください。', +  'logout' => 'ログアウト', +  'logoutok' => 'ログアウトしました。', +  'logouterror' => 'ログアウトできません。もう一度試してください。', +  'loggedinrequired' => 'このページを見るにはログインが必要です。', +  'adminrequired' => 'このページを見るには管理者権限が必要です。', +  'exception:title' => 'ようこそ、このサイトへ!', +  'actionundefined' => '要求されたアクション(%s) はこのシステムで定義されていません。', +  'actionloggedout' => 'ログインしなければそのアクションは実行できません。', +  'SecurityException:Codeblock' => '特権コードブロックの実行が拒否されました。', +  'DatabaseException:WrongCredentials' => 'Elggは入力された情報でデータベースに接続することができませんでした。', +  'DatabaseException:NoConnect' => 'Elggは次のデータベース \'%s\' を選択することができません。 データベースが作成済みでそのデータベースにアクセスできる権限をもっているか確認してください。', +  'SecurityException:FunctionDenied' => '特殊機能 \'%s\' へのアクセスが拒否されました。', +  'DatabaseException:DBSetupIssues' => 'いくつかの問題があります: ', +  'DatabaseException:ScriptNotFound' => 'Elggに要求された %s のデータベーススクリプトが見当たりません。', +  'IOException:FailedToLoadGUID' => 'GUID:%d の新しい %s の読み込みに失敗しました。', +  'InvalidParameterException:NonElggObject' => 'ElggObjectではないオブジェクトがElggObject counstructorに渡されました!', +  'InvalidParameterException:UnrecognisedValue' => 'Constuctorに不明の値が渡されました。', +  'InvalidClassException:NotValidElggStar' => 'GUID:%d は有効な %s ではありません。', +  'PluginException:MisconfiguredPlugin' => '%s がElggプラグインとして動作できません。Elgg wikiや他のドキュメントを参照して修正してください。', +  'InvalidParameterException:NonElggUser' => 'ElggUserではないオブジェクトがElggUser counstructorに渡されました!', +  'InvalidParameterException:NonElggSite' => 'ElggSiteではないオブジェクトがElggSite counstructorに渡されました!', +  'InvalidParameterException:NonElggGroup' => 'ElggGroupではないオブジェクトがElggGroup counstructorに渡されました!', +  'IOException:UnableToSaveNew' => '新しい %s が保存できません。', +  'InvalidParameterException:GUIDNotForExport' => 'GUID has not been specified during export, this should never happen.', +  'InvalidParameterException:NonArrayReturnValue' => 'Entity serialisation function passed a non-array returnvalue parameter', +  'ConfigurationException:NoCachePath' => 'キャッシュのパスが設定されていません。', +  'IOException:NotDirectory' => '%s はディレクトリーではありません。', +  'IOException:BaseEntitySaveFailed' => 'Unable to save new object\'s base entity information!', +  'InvalidParameterException:UnexpectedODDClass' => 'import() passed an unexpected ODD class', +  'InvalidParameterException:EntityTypeNotSet' => 'Entity タイプをセットしてください。', +  'ClassException:ClassnameNotClass' => '%s は %s ではありません。', +  'ClassNotFoundException:MissingClass' => 'Class \'%s\' was not found, missing plugin?', +  'InstallationException:TypeNotSupported' => 'Type %s is not supported. This indicates an error in your installation, most likely caused by an incomplete upgrade.', +  'ImportException:ImportFailed' => '次の要素をインポートできません。: %d', +  'ImportException:ProblemSaving' => '保存中に問題が発生しました。:  %s', +  'ImportException:NoGUID' => 'New entity created but has no GUID, this should not happen.', +  'ImportException:GUIDNotFound' => 'Entity \'%d\' could not be found.', +  'ImportException:ProblemUpdatingMeta' => 'There was a problem updating \'%s\' on entity \'%d\'', +  'ExportException:NoSuchEntity' => 'No such entity GUID:%d', +  'ImportException:NoODDElements' => 'No OpenDD elements found in import data, import failed.', +  'ImportException:NotAllImported' => 'Not all elements were imported.', +  'InvalidParameterException:UnrecognisedFileMode' => 'Unrecognised file mode \'%s\'', +  'InvalidParameterException:MissingOwner' => 'ファイル %s (%d) はオーナーが不明です。', +  'IOException:CouldNotMake' => '%s が作成できません。', +  'IOException:MissingFileName' => 'ファイルを開く前に名前を特定する必要があります。', +  'ClassNotFoundException:NotFoundNotSavedWithFile' => 'Filestore not found or class not saved with file!', +  'NotificationException:NoNotificationMethod' => 'No notification method specified.', +  'NotificationException:NoHandlerFound' => 'No handler found for \'%s\' or it was not callable.', +  'NotificationException:ErrorNotifyingGuid' => 'There was an error while notifying %d', +  'NotificationException:NoEmailAddress' => 'Could not get the email address for GUID:%d', +  'NotificationException:MissingParameter' => 'Missing a required parameter, \'%s\'', +  'DatabaseException:WhereSetNonQuery' => 'Where set contains non WhereQueryComponent', +  'DatabaseException:SelectFieldsMissing' => 'Fields missing on a select style query', +  'DatabaseException:UnspecifiedQueryType' => 'Unrecognised or unspecified query type.', +  'DatabaseException:NoTablesSpecified' => 'No tables specified for query.', +  'DatabaseException:NoACL' => 'No access control was provided on query', +  'InvalidParameterException:NoEntityFound' => 'No entity found, it either doesn\'t exist or you don\'t have access to it.', +  'InvalidParameterException:GUIDNotFound' => 'GUID:%s could not be found, or you can not access it.', +  'InvalidParameterException:IdNotExistForGUID' => 'Sorry, \'%s\' does not exist for guid:%d', +  'InvalidParameterException:CanNotExportType' => 'Sorry, I don\'t know how to export \'%s\'', +  'InvalidParameterException:NoDataFound' => 'Could not find any data.', +  'InvalidParameterException:DoesNotBelong' => 'Does not belong to entity.', +  'InvalidParameterException:DoesNotBelongOrRefer' => 'Does not belong to entity or refer to entity.', +  'InvalidParameterException:MissingParameter' => 'Missing parameter, you need to provide a GUID.', +  'APIException:ApiResultUnknown' => 'API Result is of an unknown type, this should never happen.', +  'ConfigurationException:NoSiteID' => 'No site ID has been specified.', +  'SecurityException:APIAccessDenied' => 'Sorry, API access has been disabled by the administrator.', +  'SecurityException:NoAuthMethods' => 'No authentication methods were found that could authenticate this API request.', +  'InvalidParameterException:APIMethodOrFunctionNotSet' => 'Method or function not set in call in expose_method()', +  'InvalidParameterException:APIParametersArrayStructure' => 'Parameters array structure is incorrect for call to expose method \'%s\'', +  'InvalidParameterException:UnrecognisedHttpMethod' => 'Unrecognised http method %s for api method \'%s\'', +  'APIException:MissingParameterInMethod' => 'Missing parameter %s in method %s', +  'APIException:ParameterNotArray' => '%s does not appear to be an array.', +  'APIException:UnrecognisedTypeCast' => 'Unrecognised type in cast %s for variable \'%s\' in method \'%s\'', +  'APIException:InvalidParameter' => 'Invalid parameter found for \'%s\' in method \'%s\'.', +  'APIException:FunctionParseError' => '%s(%s) has a parsing error.', +  'APIException:FunctionNoReturn' => '%s(%s) returned no value.', +  'APIException:APIAuthenticationFailed' => 'Method call failed the API Authentication', +  'APIException:UserAuthenticationFailed' => 'Method call failed the User Authentication', +  'SecurityException:AuthTokenExpired' => 'Authentication token either missing, invalid or expired.', +  'CallException:InvalidCallMethod' => '%s must be called using \'%s\'', +  'APIException:MethodCallNotImplemented' => 'Method call \'%s\' has not been implemented.', +  'APIException:FunctionDoesNotExist' => 'Function for method \'%s\' is not callable', +  'APIException:AlgorithmNotSupported' => 'Algorithm \'%s\' is not supported or has been disabled.', +  'ConfigurationException:CacheDirNotSet' => 'キャッシュディレクトリ \'cache_path\' が未設定です。', +  'APIException:NotGetOrPost' => 'リクエストメソッドは GET か POST でなければなりません。', +  'APIException:MissingAPIKey' => 'Missing API key', +  'APIException:BadAPIKey' => 'Bad API key', +  'APIException:MissingHmac' => 'Missing X-Elgg-hmac header', +  'APIException:MissingHmacAlgo' => 'Missing X-Elgg-hmac-algo header', +  'APIException:MissingTime' => 'Missing X-Elgg-time header', +  'APIException:MissingNonce' => 'Missing X-Elgg-nonce header', +  'APIException:TemporalDrift' => 'X-Elgg-time is too far in the past or future. Epoch fail.', +  'APIException:NoQueryString' => 'No data on the query string', +  'APIException:MissingPOSTHash' => 'Missing X-Elgg-posthash header', +  'APIException:MissingPOSTAlgo' => 'Missing X-Elgg-posthash_algo header', +  'APIException:MissingContentType' => 'Missing content type for post data', +  'SecurityException:InvalidPostHash' => 'POST data hash is invalid - Expected %s but got %s.', +  'SecurityException:DupePacket' => 'Packet signature already seen.', +  'SecurityException:InvalidAPIKey' => 'Invalid or missing API Key.', +  'NotImplementedException:CallMethodNotImplemented' => 'Call method \'%s\' is currently not supported.', +  'NotImplementedException:XMLRPCMethodNotImplemented' => 'XML-RPC method call \'%s\' not implemented.', +  'InvalidParameterException:UnexpectedReturnFormat' => 'Call to method \'%s\' returned an unexpected result.', +  'CallException:NotRPCCall' => 'Call does not appear to be a valid XML-RPC call', +  'PluginException:NoPluginName' => 'The plugin name could not be found', +  'SecurityException:authenticationfailed' => 'User could not be authenticated', +  'CronException:unknownperiod' => '%s is not a recognised period.', +  'SecurityException:deletedisablecurrentsite' => 'You can not delete or disable the site you are currently viewing!', +  'memcache:notinstalled' => 'PHP memcache module not installed, you must install php5-memcache', +  'memcache:noservers' => 'No memcache servers defined, please populate the $CONFIG->memcache_servers variable', +  'memcache:versiontoolow' => 'Memcache needs at least version %s to run, you are running %s', +  'memcache:noaddserver' => 'Multiple server support disabled, you may need to upgrade your PECL memcache library', +  'deprecatedfunction' => 'Warning: This code uses the deprecated function \'%s\' and is not compatible with this version of Elgg', +  'pageownerunavailable' => '警告: ページオーナー %d を許可できません。', +  'system.api.list' => 'システムから呼び出されるすべての有効なAPIリスト', +  'auth.gettoken' => 'This API call lets a user obtain a user authentication token which can be used for authenticating future API calls. Pass it as the parameter auth_token', +  'name' => '氏名', +  'email' => 'Eメール', +  'username' => 'ユーザー名', +  'password' => 'パスワード', +  'passwordagain' => 'パスワード(確認)', +  'admin_option' => 'このユーザーに管理者権限を与える', +  'PRIVATE' => '非公開', +  'LOGGED_IN' => 'ログインユーザーのみ', +  'PUBLIC' => 'すべてに公開', +  'access:friends:label' => '友達のみ', +  'access' => '公開範囲', +  'dashboard' => 'ダッシュボード', +  'dashboard:nowidgets' => 'ダッシュボードはこのサイトの入り口です。「このページの編集」をクリックするとウィジェットの追加、コンテンツの更新、あなたの公開情報の編集ができます。', +  'widgets:add' => 'ウィジェットの追加', +  'widgets:add:description' => 'ページに追加したい機能を右の<b>ウィジェット一覧</b>から選んでください。 選んだ機能をウィジェット領域にドラッグして配置すると、その場所にウィジェットが表示されます。 ウィジェットを削除したい場合はドラッグして<b>ウィジェット一覧</b>に戻して下さい。', +  'widgets:position:fixed' => '(修正した位置)', +  'widgets' => 'ウィジェット', +  'widget' => 'ウィジェット', +  'item:object:widget' => 'ウィジェット', +  'widgets:save:success' => 'ウィジェットを保存しました。', +  'widgets:save:failure' => 'ウィジェットを保存できません。', +  'group' => 'グループ', +  'item:group' => 'グループ', +  'user' => 'ユーザー', +  'item:user' => 'ユーザー', +  'friends' => '友達', +  'friends:yours' => 'あなたの友達', +  'friends:owned' => '%s の友達', +  'friend:add' => '友達登録する', +  'friend:remove' => '友達登録を解除する', +  'friends:add:successful' => '%s を友達登録しました。', +  'friends:add:failure' => '%s を友達登録できません。', +  'friends:remove:successful' => '%s との友達登録を解除しました。', +  'friends:remove:failure' => '%s との友達登録を解除できません。', +  'friends:none' => 'このユーザーはまだ誰も友達登録していません。', +  'friends:none:you' => 'あなたはまだ誰も友だち登録していません! いろいろな人を探してみましょう。', +  'friends:none:found' => '友達が見つかりません。', +  'friends:of:none' => '誰もこのユーザーを友達として登録していません。', +  'friends:of:none:you' => '誰もあなたを友達登録していません。ブログやWireを書いたり、プロフィールにあなたのことをいろいろ書いてみましょう。', +  'friends:of:owned' => '%sを友達登録しているメンバー', +  'friends:num_display' => '一覧表示数', +  'friends:icon_size' => 'アイコンのサイズ', +  'friends:tiny' => '極小', +  'friends:small' => '小', +  'friends:of' => 'このユーザーを友達登録しているメンバー', +  'friends:collections' => 'リスト', +  'friends:collections:add' => '新規リストの作成', +  'friends:addfriends' => '友達の登録', +  'friends:collectionname' => 'リスト名', +  'friends:collectionfriends' => 'リストに登録された友達', +  'friends:collectionedit' => 'リストの編集', +  'friends:nocollections' => 'リストがありません。', +  'friends:collectiondeleted' => 'リストを削除しました。', +  'friends:collectiondeletefailed' => 'リストが削除できません。権限がないか、何らかの問題が発生しています。', +  'friends:collectionadded' => 'リストを作成しました。', +  'friends:nocollectionname' => 'リストの名前を入力してください。', +  'friends:collections:members' => 'リストのメンバー', +  'friends:collections:edit' => 'リストの編集', +  'friendspicker:chararray' => '', +  'feed:rss' => 'フィードを取得', +  'link:view' => 'リンク先をみる', +  'river' => 'River', +  'river:noaccess' => 'このアイテムを見る権限がありません。', +  'river:posted:generic' => '%s が投稿されました。', +  'riveritem:single:user' => 'ユーザー', +  'riveritem:plural:user' => 'ユーザー', +  'plugins:settings:save:ok' => 'プラグイン %s の設定を保存しました。', +  'plugins:settings:save:fail' => 'プラグイン %s の設定が保存できません。', +  'plugins:usersettings:save:ok' => 'プラグイン %s のユーザー設定を保存しました。', +  'plugins:usersettings:save:fail' => 'プラグイン %s のユーザー設定が保存できません。', +  'admin:plugins:label:version' => 'バージョン', +  'item:object:plugin' => 'プラグインの設定', +  'notifications:usersettings' => '通知設定', +  'notifications:methods' => '通知の方法を選んで下さい。', +  'notifications:usersettings:save:ok' => '通知設定を保存しました。', +  'notifications:usersettings:save:fail' => '通知設定の保存に失敗しました。', +  'user.notification.get' => '特定のユーザーへの通知の設定を返します。', +  'user.notification.set' => '特定のユーザーへの通知について設定してください。', +  'search' => '検索', +  'searchtitle' => '検索: %s', +  'users:searchtitle' => 'ユーザー検索: %s', +  'groups:searchtitle' => 'グループ検索', +  'advancedsearchtitle' => '%s と一致した結果は %s', +  'notfound' => '検索結果なし', +  'next' => '次へ', +  'previous' => '前へ', +  'viewtype:change' => '表示の変更', +  'viewtype:list' => '一覧', +  'viewtype:gallery' => 'ギャラリ', +  'tag:search:startblurb' => 'タグに一致したのは \'%s\':', +  'user:search:startblurb' => '一致したユーザーは \'%s\':', +  'user:search:finishblurb' => 'もっとみる', +  'group:search:startblurb' => '一致したグループは \'%s\':', +  'group:search:finishblurb' => 'もっとみる', +  'search:go' => 'Go', +  'userpicker:only_friends' => '友達のみ', +  'account' => 'アカウント', +  'settings' => '設定', +  'tools' => 'ツール', +  'register' => '新規登録', +  'registerok' => 'あなたは %s として登録されました。', +  'registerbad' => '登録ができません。そのユーザー名がすでに利用されているか、パスワードが一致しなかったか、ユーザー名とパスワードが短すぎた可能性があります。', +  'registerdisabled' => 'システム管理者が新規登録を禁止しています。', +  'registration:notemail' => '無効なEメールアドレスが入力されたようです。', +  'registration:userexists' => 'そのユーザ名はすでに使われています。', +  'registration:usernametooshort' => 'ユーザー名はアルファベットで4文字以上にしてください。', +  'registration:passwordtooshort' => 'パスワードはアルファベットで6文字以上にしてください。', +  'registration:dupeemail' => 'そのEメールアドレスはすでに利用されています。', +  'registration:invalidchars' => '申し訳ありませんが、ユーザー名に利用できない文字が含まれています。', +  'registration:emailnotvalid' => '申し訳ありませんが、そのEメールアドレスは利用できません。', +  'registration:passwordnotvalid' => '申し訳ありませんが、そのパスワードは利用できません。', +  'registration:usernamenotvalid' => '申し訳ありませんが、そのユーザー名は利用できません。', +  'adduser' => 'ユーザー登録', +  'adduser:ok' => '新しいユーザーを登録しました。', +  'adduser:bad' => '新しいユーザーが登録できません。', +  'user:set:name' => 'アカウント編集', +  'user:name:label' => 'ハンドル名', +  'user:name:success' => 'ハンドル名を変更しました。', +  'user:name:fail' => 'ハンドル名が変更できません。ハンドル名が長すぎた可能性があります。', +  'user:set:password' => 'パスワード', +  'user:password:label' => '新しいパスワード', +  'user:password2:label' => '新しいパスワード(確認)', +  'user:password:success' => 'パスワードを変更しました。', +  'user:password:fail' => 'パスワードが変更できません。', +  'user:password:fail:notsame' => 'パスワードが一致しません。', +  'user:password:fail:tooshort' => 'パスワードが短いため登録できません。', +  'user:resetpassword:unknown_user' => 'ユーザーが見当たりません。', +  'user:resetpassword:reset_password_confirm' => '登録されたEメールアドレスに新しいパスワードを送信しました。', +  'user:set:language' => '言語設定', +  'user:language:label' => '利用する言語', +  'user:language:success' => '利用する言語設定を更新しました。', +  'user:language:fail' => '言語設定が保存できません。', +  'user:username:notfound' => 'ユーザー名 %s が見当たりません。', +  'user:password:lost' => 'パスワードを忘れた場合', +  'user:password:resetreq:success' => '新しいパスワード発行の手続きをスタートしました。ご登録のEメールあてに送信されました。', +  'user:password:resetreq:fail' => '新しいパスワード発行の手続きに失敗しました。', +  'user:password:text' => '新しいパスワードを発行する場合は、下記にユーザー名を入力し送信してください。こちらよりEメールが届きます。その本文に本人確認用のリンクが書かれているのでそれをクリックして下さい。その後、パスワードが届きます。', +  'user:persistent' => '次回入力を省略', +  'admin:configuration:success' => '設定を保存しました。', +  'admin:configuration:fail' => '設定が保存できません。', +  'admin' => '管理', +  'admin:description' => 'この管理パネルでは、様々な機能についての設定・管理ができます。開始するには以下のオプションを選択してください。', +  'admin:site:description' => 'この管理パネルでは、インストールしたサイト全体に関わる設定を管理できます。', +  'admin:site:opt:linktext' => 'サイトの設定..', +  'admin:site:access:warning' => '公開範囲の設定です。これから作成するコンテンツにのみ適用されます。', +  'admin:plugins' => 'ツール管理', +  'admin:plugins:description' => 'この管理パネルでは、インストールしたツールの有効・無効化やそれぞれの設定を行います。', +  'admin:plugins:opt:linktext' => 'ツールの設定...', +  'admin:plugins:opt:description' => 'インストール済みツールの設定', +  'admin:plugins:label:author' => '開発者', +  'admin:plugins:label:copyright' => 'コピーライト', +  'admin:plugins:label:licence' => 'ライセンス', +  'admin:plugins:label:website' => 'URL', +  'admin:plugins:label:moreinfo' => 'もっとみる', +  'admin:statistics' => 'サイト統計情報', +  'admin:statistics:description' => 'これはあなたのサイトの統計情報です。専門の管理機能をご利用の場合はより詳細な統計情報利用できます。', +  'admin:statistics:opt:description' => 'サイト上のユーザとオブジェクトに関する統計情報を表示します。', +  'admin:statistics:opt:linktext' => '統計情報をみる...', +  'admin:statistics:label:basic' => 'サイト統計情報(概要)', +  'admin:statistics:label:numentities' => 'サイト統計情報(数値)', +  'admin:statistics:label:numusers' => 'ユーザー数', +  'admin:statistics:label:numonline' => 'ログイン中のユーザー数', +  'admin:statistics:label:onlineusers' => 'ログイン中のユーザー', +  'admin:statistics:label:version' => 'Elgg バージョン', +  'admin:statistics:label:version:release' => 'リリース', +  'admin:statistics:label:version:version' => 'バージョン', +  'admin:user:label:search' => 'ユーザー検索', +  'admin:user:label:searchbutton' => '検索', +  'admin:user:ban:no' => 'ユーザーの投稿を禁止できません。', +  'admin:user:ban:yes' => 'ユーザーの投稿を禁止', +  'admin:user:unban:no' => 'ユーザーの投稿禁止を解除できません。', +  'admin:user:unban:yes' => 'ユーザーの投稿禁止を解除', +  'admin:user:delete:no' => 'ユーザーが削除できません。', +  'admin:user:delete:yes' => 'ユーザーの削除', +  'admin:user:resetpassword:yes' => 'パスワードをリセットすると、ユーザに通知します。', +  'admin:user:resetpassword:no' => 'パスワードがリセットできません', +  'admin:user:makeadmin:yes' => 'このユーザーは管理者です。', +  'admin:user:makeadmin:no' => 'このユーザーに管理者権限を与えることができません。', +  'admin:user:removeadmin:yes' => 'ユーザーはもう管理者ではありません。', +  'admin:user:removeadmin:no' => 'このユーザーの管理者権限が解除できません。', +  'usersettings:description' => 'ユーザー設定パネルでは、ユーザー管理からプラグイン管理といったすべての設定を行うことができます。以下のオプションを選択してください。', +  'usersettings:statistics' => 'あなたの情報', +  'usersettings:statistics:opt:description' => 'サイト上のユーザとオブジェクトに関する統計情報を表示します。', +  'usersettings:statistics:opt:linktext' => '統計情報', +  'usersettings:user' => 'あなたの設定', +  'usersettings:user:opt:description' => 'ユーザー設定の管理を行います。', +  'usersettings:user:opt:linktext' => '設定の変更', +  'usersettings:plugins' => 'ツール', +  'usersettings:plugins:opt:description' => '利用可能なツールの設定', +  'usersettings:plugins:opt:linktext' => 'ツールの設定', +  'usersettings:plugins:description' => 'このパネルでは、利用可能なツールに関する設定ができます。', +  'usersettings:statistics:label:numentities' => '数値情報', +  'usersettings:statistics:yourdetails' => '詳細', +  'usersettings:statistics:label:name' => '氏名', +  'usersettings:statistics:label:email' => 'Eメール', +  'usersettings:statistics:label:membersince' => '利用開始時期', +  'usersettings:statistics:label:lastlogin' => '前回のログイン', +  'save' => '保存', +  'publish' => '公開', +  'cancel' => 'キャンセル', +  'saving' => '保存中...', +  'update' => '更新', +  'edit' => '編集', +  'delete' => '削除', +  'accept' => '承認する', +  'load' => '読込', +  'upload' => 'アップロード', +  'ban' => '投稿禁止', +  'unban' => '投稿禁止解除', +  'enable' => '有効にする', +  'disable' => '無効にする', +  'request' => 'リクエスト', +  'complete' => '完了', +  'open' => '開く', +  'close' => '閉じる', +  'reply' => '返信', +  'more' => 'もっとみる', +  'comments' => 'コメント', +  'import' => 'インポート', +  'export' => 'エクスポート', +  'untitled' => 'タイトルなし', +  'help' => 'ヘルプ', +  'send' => '送信', +  'post' => '投稿', +  'submit' => '送信', +  'site' => 'サイト', +  'up' => '上へ', +  'down' => '下へ', +  'top' => '最初', +  'bottom' => '最後', +  'invite' => '招待する', +  'resetpassword' => 'パスワードのリセット', +  'makeadmin' => '管理者権限を与える', +  'removeadmin' => '管理者権限を外す', +  'option:yes' => 'はい', +  'option:no' => 'いいえ', +  'unknown' => 'アンノウン', +  'active' => 'アクティブ', +  'total' => 'すべて', +  'learnmore' => '詳細はこちら', +  'content' => 'コンテンツ', +  'content:latest' => '最近の操作', +  'content:latest:blurb' => 'サイト内の最新コンテンツを表示', +  'link:text' => 'リンク', +  'question:areyousure' => 'よろしいですか?', +  'title' => 'タイトル', +  'description' => '概要', +  'tags' => 'タグ', +  'spotlight' => 'スポットライト', +  'all' => '全て', +  'by' => 'by', +  'annotations' => '注釈', +  'relationships' => '関連', +  'metadata' => 'メタデータ', +  'deleteconfirm' => 'このアイテムを削除してよいですか?', +  'fileexists' => 'ファイルはすでにアップロードされています。置き換えるときは以下から選択してください。', +  'useradd:subject' => 'ユーザーが作成されました。', +  'useradd:body' => ' +%s さん, + +%s にあなたのメールアドレスでユーザーアカウントが登録されました. こちらからご確認ください: + +%s + +ログインのためのユーザー名とパスワードは次の通りです。: + +ユーザー名: %s +パスワード: %s + +上記パスワードは暫定パスワードです。ログイン後に, 直ちにご自身でパスワードを変更することをおすすめします。 + +', +  'systemmessages:dismiss' => 'クリックすると消えます。', +  'importsuccess' => 'データのインポートに成功しました。', +  'importfail' => 'OpenDDデータ・インポート失敗', +  'friendlytime:justnow' => 'Now!', +  'friendlytime:minutes' => '%s 分前', +  'friendlytime:minutes:singular' => '1分前', +  'friendlytime:hours' => '%s 時間前', +  'friendlytime:hours:singular' => '1時間前', +  'friendlytime:days' => '%s 日前', +  'friendlytime:days:singular' => '機能', +  'friendlytime:date_format' => 'Y年m月d日', +  'date:month:01' => '1月 %s', +  'date:month:02' => '2月 %s', +  'date:month:03' => '3月 %s', +  'date:month:04' => '4月 %s', +  'date:month:05' => '5月 %s', +  'date:month:06' => '6月 %s', +  'date:month:07' => '7月 %s', +  'date:month:08' => '8月 %s', +  'date:month:09' => '9月 %s', +  'date:month:10' => '10月 %s', +  'date:month:11' => '11月 %s', +  'date:month:12' => '12月 %s', +  'installation:sitename' => 'サイト名 (例えば "私のソーシャル・ネットワーク・サイト")', +  'installation:sitedescription' => 'サイト概要 (必須入力項目ではありません)', +  'installation:wwwroot' => 'サイトのURL(末尾にスラッシュが続く)', +  'installation:path' => 'サイトルートのフルパス(末尾にスラッシュが続く)', +  'installation:dataroot' => 'アップロードしたファイルを保存するディレクトリのフルパス(末尾にスラッシュが続く)', +  'installation:dataroot:warning' => '手動でディレクトリを作成する必要があります。 あなたがElggをインストールしたディレクトリとは別の位置に作成することをお勧めします。', +  'installation:sitepermissions' => 'デフォルトの公開範囲', +  'installation:language' => 'デフォルトの言語', +  'installation:debug' => 'デバッグモードは、障害の診断に用いることができる、より多くの情報をもたらします。 しかしながらそれは、システムの停止が遅くなるので、問題が発生したときのみ利用するべきです。', +  'installation:debug:none' => 'デバッグモードをオフ(推奨)', +  'installation:debug:error' => '重大なエラーのみ表示', +  'installation:debug:warning' => 'エラーと警告を表示', +  'installation:debug:notice' => 'すべてのエラー、警告、出力をログに記録', +  'installation:httpslogin' => 'チェックするとログインが強制的にhttpsを適用します。前提としてWebサーバーがhttpsを利用できることも必要です。', +  'installation:httpslogin:label' => 'HTTPSログインを有効にする', +  'installation:view' => 'サイトテーマの選択', +  'installation:siteemail' => 'サイト管理者Eメールアドレス(システムからのEメール配信を行う際に利用する送信元アドレスとなります)', +  'installation:disableapi' => 'RESTful APIは外部アプリケーションがElggの機能と連携する際に利用できる柔軟で拡張性のあるAPIです。', +  'installation:disableapi:label' => 'RESTful API を有効にする。', +  'installation:allow_user_default_access:description' => 'チェックすると、それぞれのユーザーが自分のコンテンツに対して公開範囲を設定できるようになります。', +  'installation:allow_user_default_access:label' => 'ユーザーに公開範囲の設定を許可', +  'installation:simplecache:description' => 'シンプル キャッシュはCSSやJavaScriptを含めた静的コンテンツファイルをキャッシュすることによってパフォーマンスを向上させます。通常はチェックしておきましょう。', +  'installation:simplecache:label' => 'シンプルキャッシュを使う(推奨)', +  'upgrading' => 'アップグレード中', +  'upgrade:db' => 'データベースをアップグレードしました。', +  'upgrade:core' => 'elggをアップグレードしました。', +  'welcome' => 'ようこそ', +  'welcome:user' => 'ようこそ、%s', +  'email:settings' => 'Eメール設定', +  'email:address:label' => 'あなたのEメールアドレス', +  'email:save:success' => '新しいメールアドレスを保存しました。承認作業に進みます。', +  'email:save:fail' => '新しいEメールアドレスが保存できません。', +  'friend:newfriend:subject' => '%s はあなたを友達に登録しました!', +  'friend:newfriend:body' => '%s はあなたを友達として登録しました! + +プロファイルは下記URLで確認できます。 + +%s + +(※) このメールには返信しないでください。 + +', +  'email:resetpassword:subject' => 'パスワードをリセットしました', +  'email:resetpassword:body' => '%s さん, こんにちは。 + +あなたのパスワードは再設定されました: %s +', +  'email:resetreq:subject' => '新しいパスワードのリクエスト', +  'email:resetreq:body' => '%s さん、こんにちは, + +どなたか (from the IP address %s) があなたのアカウントの新しいパスワードの発行を求めています。 + +あなた自身がパスワードの再設定をリクエストしたのなら下記リンクをクリックすればパスワードを再設定できます +。そのようなリクエストをしていない場合は、要求したアカウント名を間違えたのかもしれません。このメールを無 +視してください。 + +%s +', +  'default_access:settings' => 'あなたのデフォルトの公開範囲', +  'default_access:label' => 'デフォルトの公開範囲', +  'user:default_access:success' => '新しい公開範囲の設定を保存しました。', +  'user:default_access:failure' => '新しい公開範囲の設定が保存できません。', +  'xmlrpc:noinputdata' => '入力データがありません', +  'comments:count' => '%s コメント', +  'riveraction:annotation:generic_comment' => '%s が %s にコメントしました。', +  'generic_comments:add' => 'コメントする', +  'generic_comments:text' => 'コメント', +  'generic_comment:posted' => 'コメントを投稿しました。', +  'generic_comment:deleted' => 'コメントを削除しました。', +  'generic_comment:blank' => '申し訳ありません。コメント内容が未入力のため送信できません。', +  'generic_comment:notfound' => '申し訳ありません。アイテムが見つかりません。', +  'generic_comment:notdeleted' => '申し訳ありません。このコメントが削除できません。', +  'generic_comment:failure' => 'コメントした際、予期せぬエラーが発生しました。', +  'generic_comment:email:subject' => '新しいコメントがあります!', +  'generic_comment:email:body' => 'あなたの投稿 "%s" に、 %s さんから新しくコメントが書き込まれ>ました。: + +%s + +このコメントをWebで見るか、返信する場合は下記をクリックしてください:  + +%s + +%s のプロフィールを見る場合は下記をクリックしてください:  + +%s + +(※) このメールには返信しないでください。 + +', +  'entity:default:strapline' => '作成 %s by %s', +  'entity:default:missingsupport:popup' => 'この情報を正確に表示できません。利用していたプラグインがうまく動作していないか、アンインストールされた可能性があります。', +  'entity:delete:success' => 'エンティティ %s を削除しました。', +  'entity:delete:fail' => 'エンティティ %s が削除できません。', +  'actiongatekeeper:missingfields' => 'Form is missing __token or __ts fields', +  'actiongatekeeper:tokeninvalid' => 'We encountered an error (token mismatch). This probably means that the page you were using expired. Please try again.', +  'actiongatekeeper:timeerror' => 'ご覧のページは閲覧期限が切れています。再度ページを読み込んでください。', +  'actiongatekeeper:pluginprevents' => 'A extension has prevented this form from being submitted.', +  'word:blacklist' => 'and, the, then, but, she, his, her, him, one, not, also, about, now, hence, however, still, likewise, otherwise, therefore, conversely, rather, consequently, furthermore, nevertheless, instead, meanwhile, accordingly, this, seems, what, whom, whose, whoever, whomever', +  'tag_names:tags' => 'タグ', +  'aa' => 'Afar', +  'ab' => 'Abkhazian', +  'af' => 'Afrikaans', +  'am' => 'Amharic', +  'ar' => 'Arabic', +  'as' => 'Assamese', +  'ay' => 'Aymara', +  'az' => 'Azerbaijani', +  'ba' => 'Bashkir', +  'be' => 'Byelorussian', +  'bg' => 'Bulgarian', +  'bh' => 'Bihari', +  'bi' => 'Bislama', +  'bn' => 'Bengali; Bangla', +  'bo' => 'Tibetan', +  'br' => 'Breton', +  'ca' => 'Catalan', +  'co' => 'Corsican', +  'cs' => 'Czech', +  'cy' => 'Welsh', +  'da' => 'Danish', +  'de' => 'German', +  'dz' => 'Bhutani', +  'el' => 'Greek', +  'en' => '英語', +  'eo' => 'Esperanto', +  'es' => 'Spanish', +  'et' => 'Estonian', +  'eu' => 'Basque', +  'fa' => 'Persian', +  'fi' => 'Finnish', +  'fj' => 'Fiji', +  'fo' => 'Faeroese', +  'fr' => 'French', +  'fy' => 'Frisian', +  'ga' => 'Irish', +  'gd' => 'Scots / Gaelic', +  'gl' => 'Galician', +  'gn' => 'Guarani', +  'gu' => 'Gujarati', +  'he' => 'Hebrew', +  'ha' => 'Hausa', +  'hi' => 'Hindi', +  'hr' => 'Croatian', +  'hu' => 'Hungarian', +  'hy' => 'Armenian', +  'ia' => 'Interlingua', +  'id' => 'Indonesian', +  'ie' => 'Interlingue', +  'ik' => 'Inupiak', +  'is' => 'Icelandic', +  'it' => 'Italian', +  'iu' => 'Inuktitut', +  'iw' => 'Hebrew (obsolete)', +  'ja' => '日本語', +  'ji' => 'Yiddish (obsolete)', +  'jw' => 'Javanese', +  'ka' => 'Georgian', +  'kk' => 'Kazakh', +  'kl' => 'Greenlandic', +  'km' => 'Cambodian', +  'kn' => 'Kannada', +  'ko' => '韓国語', +  'ks' => 'Kashmiri', +  'ku' => 'Kurdish', +  'ky' => 'Kirghiz', +  'la' => 'Latin', +  'ln' => 'Lingala', +  'lo' => 'Laothian', +  'lt' => 'Lithuanian', +  'lv' => 'Latvian/Lettish', +  'mg' => 'Malagasy', +  'mi' => 'Maori', +  'mk' => 'Macedonian', +  'ml' => 'Malayalam', +  'mn' => 'Mongolian', +  'mo' => 'Moldavian', +  'mr' => 'Marathi', +  'ms' => 'Malay', +  'mt' => 'Maltese', +  'my' => 'Burmese', +  'na' => 'Nauru', +  'ne' => 'Nepali', +  'nl' => 'Dutch', +  'no' => 'Norwegian', +  'oc' => 'Occitan', +  'om' => '(Afan) Oromo', +  'or' => 'Oriya', +  'pa' => 'Punjabi', +  'pl' => 'Polish', +  'ps' => 'Pashto / Pushto', +  'pt' => 'Portuguese', +  'qu' => 'Quechua', +  'rm' => 'Rhaeto-Romance', +  'rn' => 'Kirundi', +  'ro' => 'Romanian', +  'ru' => 'Russian', +  'rw' => 'Kinyarwanda', +  'sa' => 'Sanskrit', +  'sd' => 'Sindhi', +  'sg' => 'Sangro', +  'sh' => 'Serbo-Croatian', +  'si' => 'Singhalese', +  'sk' => 'Slovak', +  'sl' => 'Slovenian', +  'sm' => 'Samoan', +  'sn' => 'Shona', +  'so' => 'Somali', +  'sq' => 'Albanian', +  'sr' => 'Serbian', +  'ss' => 'Siswati', +  'st' => 'Sesotho', +  'su' => 'Sundanese', +  'sv' => 'Swedish', +  'sw' => 'Swahili', +  'ta' => 'Tamil', +  'te' => 'Tegulu', +  'tg' => 'Tajik', +  'th' => 'Thai', +  'ti' => 'Tigrinya', +  'tk' => 'Turkmen', +  'tl' => 'Tagalog', +  'tn' => 'Setswana', +  'to' => 'Tonga', +  'tr' => 'Turkish', +  'ts' => 'Tsonga', +  'tt' => 'Tatar', +  'tw' => 'Twi', +  'ug' => 'Uigur', +  'uk' => 'Ukrainian', +  'ur' => 'Urdu', +  'uz' => 'Uzbek', +  'vi' => 'Vietnamese', +  'vo' => 'Volapuk', +  'wo' => 'Wolof', +  'xh' => 'Xhosa', +  'yi' => 'Yiddish', +  'yo' => 'Yoruba', +  'za' => 'Zuang', +  'zh' => '中国語', +  'zu' => 'Zulu', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.custom_index.php b/languages/ja/ja.custom_index.php new file mode 100644 index 000000000..8d9f6b57f --- /dev/null +++ b/languages/ja/ja.custom_index.php @@ -0,0 +1,11 @@ +<?php +$ja = array ( +  'custom:bookmarks' => '新着ブックマーク', +  'custom:groups' => '新着グループ', +  'custom:files' => '新着ファイル', +  'custom:blogs' => '新着ブログ記事', +  'custom:members' => '最近の参加メンバー', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.embed.php b/languages/ja/ja.embed.php new file mode 100644 index 000000000..0f8c73034 --- /dev/null +++ b/languages/ja/ja.embed.php @@ -0,0 +1,8 @@ +<?php +$ja = array ( +  'embed:instructions' => '貼り付けるファイルを選択', +  'embed:media' => 'ファイルの貼り付け', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.externalpages.php b/languages/ja/ja.externalpages.php new file mode 100644 index 000000000..9abb4879e --- /dev/null +++ b/languages/ja/ja.externalpages.php @@ -0,0 +1,14 @@ +<?php +$ja = array ( +  'expages' => '外部向け説明ページ', +  'expages:about' => 'このサイトについて', +  'expages:terms' => '利用条件', +  'expages:privacy' => '個人情報について', +  'expages:contact' => 'お問い合わせ', +  'expages:notset' => 'このページはまだ設置されていません。', +  'expages:posted' => 'ページが作成されました。', +  'expages:error' => '何らかのエラーが発生しました。このまま続くようでしたら、管理者にご連絡ください。', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.file.php b/languages/ja/ja.file.php new file mode 100644 index 000000000..7d45380f2 --- /dev/null +++ b/languages/ja/ja.file.php @@ -0,0 +1,61 @@ +<?php +$ja = array ( +  'groups:enablefiles' => 'グループファイル共有の利用', +  'file' => 'ファイル', +  'file:user' => '%s のファイル', +  'file:friends' => '%s の友達のファイル', +  'file:all' => 'サイト全体のファイル', +  'file:edit' => 'ファイル編集', +  'file:more' => 'もっとみる', +  'file:list' => 'リスト表示', +  'file:group' => 'グループファイル', +  'file:gallery' => 'ギャラリー表示', +  'file:gallery_list' => 'ギャラリー表示 or リスト表示', +  'file:num_files' => '一覧表示数', +  'file:user:gallery' => '%s のギャラリーをみる', +  'file:upload' => 'ファイルのアップロード', +  'file:replace' => 'ファイルの置き換え', +  'file:newupload' => '新しいファイルのアップロード', +  'file:file' => 'ファイル', +  'file:title' => 'タイトル', +  'file:desc' => '説明', +  'file:tags' => 'タグ', +  'file:types' => 'ファイルタイプ', +  'file:type:all' => 'すべてのファイル', +  'file:type:video' => '動画', +  'file:type:document' => 'ドキュメント', +  'file:type:audio' => '音声', +  'file:type:image' => '画像', +  'file:type:general' => 'その他', +  'file:user:type:video' => '%s の動画', +  'file:user:type:document' => '%s のドキュメント', +  'file:user:type:audio' => '%s の音声', +  'file:user:type:image' => '%s の画像', +  'file:user:type:general' => '%s のその他のファイル', +  'file:friends:type:video' => '友達の動画', +  'file:friends:type:document' => '友達のドキュメント', +  'file:friends:type:audio' => '友達の音声', +  'file:friends:type:image' => '友達の画像', +  'file:friends:type:general' => '友達のその他のファイル', +  'file:widget' => 'ファイル・ウィジェット', +  'file:widget:description' => '新着ファイル', +  'file:download' => 'このファイルのダウンロード', +  'file:delete:confirm' => '本当にこのファイルを削除しますか?', +  'file:tagcloud' => 'タグクラウド', +  'file:display:number' => '一覧表示数', +  'item:object:file' => 'ファイル', +  'file:embed' => 'ファイルの貼付け', +  'file:embedall' => 'すべて', +  'file:saved' => 'ファイルを保存しました。', +  'file:deleted' => 'ファイルを削除しました。', +  'file:none' => 'ファイルがありません。', +  'file:uploadfailed' => '申し訳ありません。ファイルを保存できません。', +  'file:downloadfailed' => '申し訳ありません。今、このファイルは利用できません。', +  'file:deletefailed' => '今、このファイルは削除できません。', +  'file:noaccess' => 'このファイルを変更する権限がありません。', +  'file:cannotload' => 'ファイルを読み込む際にエラーが発生しました。', +  'file:nofile' => 'ファイルを選択して下さい。', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.groups.php b/languages/ja/ja.groups.php new file mode 100644 index 000000000..66d17b679 --- /dev/null +++ b/languages/ja/ja.groups.php @@ -0,0 +1,155 @@ +<?php +$ja = array ( +  'groups' => 'グループ', +  'groups:owned' => 'あなたがリーダーのグループ', +  'groups:yours' => 'あなたが所属するグループ', +  'groups:user' => '%s の所属するグループ', +  'groups:all' => 'すべてのグループ', +  'groups:edit' => 'グループの編集', +  'groups:delete' => 'グループの削除', +  'groups:membershiprequests' => '参加リクエストの管理', +  'groups:invitations' => 'グループへの招待', +  'groups:icon' => 'グループアイコン', +  'groups:name' => 'グループ名', +  'groups:username' => 'URL用英数記名', +  'groups:description' => '説明', +  'groups:briefdescription' => '短い説明(一覧表示用)', +  'groups:interests' => 'タグ', +  'groups:website' => 'Web', +  'groups:members' => 'グループメンバー', +  'groups:membership' => 'グループ参加の許可', +  'groups:access' => '公開範囲の許可', +  'groups:owner' => 'リーダー', +  'groups:widget:num_display' => '一覧表示数', +  'groups:widget:membership' => 'グループ参加', +  'groups:widgets:description' => 'プロフィールに所属するグループの表示', +  'groups:noaccess' => 'グループへのアクセスを許可しない', +  'groups:cantedit' => 'このグループを編集できません。', +  'groups:saved' => '保存', +  'groups:featured' => 'クローズアップ', +  'groups:makeunfeatured' => 'クローズアップをやめる', +  'groups:makefeatured' => 'クローズアップに登録する', +  'groups:featuredon' => 'このグループをクローズアップに登録しました。', +  'groups:joinrequest' => '参加希望', +  'groups:join' => 'グループへの参加', +  'groups:leave' => 'グループをやめる', +  'groups:invite' => '友達を招待', +  'groups:inviteto' => '%s に友達を招待', +  'groups:nofriends' => 'このグループに招待できる人はいません。', +  'groups:viagroups' => 'via groups', +  'groups:group' => 'グループ', +  'groups:search:tags' => 'タグ', +  'groups:notfound' => 'グループが見つかりません。', +  'groups:notfound:details' => 'グループは存在しないか、アクセス許可がありません。', +  'groups:requests:none' => '会員リクエストはありません。', +  'groups:invitations:none' => 'グループへの招待はありません。', +  'item:object:groupforumtopic' => 'フォーラムトピック', +  'groupforumtopic:new' => '新規フォーラム投稿', +  'groups:count' => 'グループ数', +  'groups:open' => 'オープングループ', +  'groups:closed' => 'クローズドグループ', +  'groups:member' => '会員', +  'groups:searchtag' => 'タグでグループを検索', +  'groups:access:private' => 'クローズド - 招待制です。', +  'groups:access:public' => 'フリー参加 - 誰でも参加できます。', +  'groups:closedgroup' => 'このグループはクローズドな招待制なグループです。参加をしたい場合は「参加希望」をクリックしてリクエストを送ってください。', +  'groups:visibility' => 'このグループのコンテンツをみることができる人', +  'groups:enableforum' => 'グループフォーラムの利用', +  'groups:yes' => 'はい', +  'groups:no' => 'いいえ', +  'groups:lastupdated' => '最終更新 %s (更新者 %s )', +  'group:replies' => '返信', +  'groups:forum' => 'グループフォーラム', +  'groups:addtopic' => '新規トピック作成', +  'groups:forumlatest' => '最新のやりとり', +  'groups:latestdiscussion' => '最新のやりとり', +  'groups:newest' => '新着', +  'groups:popular' => '人気', +  'groupspost:success' => 'コメントを投稿しました。', +  'groups:alldiscussion' => '最新のやりとり', +  'groups:edittopic' => 'トピックの編集', +  'groups:topicmessage' => 'トピックメッセージ', +  'groups:topicstatus' => 'トピックステータス', +  'groups:reply' => 'コメントの投稿', +  'groups:topic' => 'トピック', +  'groups:posts' => '投稿', +  'groups:lastperson' => '最後に投稿した人', +  'groups:when' => 'いつ', +  'grouptopic:notcreated' => 'トピックはありません。', +  'groups:topicopen' => '稼働中', +  'groups:topicclosed' => '終了', +  'groups:topicresolved' => '解決済み', +  'grouptopic:created' => 'トピックを作成しました。', +  'groupstopic:deleted' => '削除したトピック', +  'groups:topicsticky' => 'スティッキー', +  'groups:topicisclosed' => 'このトピックは終了しました。', +  'groups:topiccloseddesc' => 'このトピックは終了しました。新しいコメントは受け付けていません。', +  'grouptopic:error' => 'グループトピックが作成できません。システム管理者に問い合わせください。', +  'groups:forumpost:edited' => '投稿を編集しました。', +  'groups:forumpost:error' => '投稿の編集の際に問題が発生しました。', +  'groups:privategroup' => 'このグループはクローズド - 招待制です。', +  'groups:notitle' => 'グループ作成にはグループ名が必要です。', +  'groups:cantjoin' => 'グループに参加できません。', +  'groups:cantleave' => 'グループをやめることができません。', +  'groups:addedtogroup' => 'グループにユーザーを追加しました。', +  'groups:joinrequestnotmade' => 'グループ参加のリクエストに失敗しました。', +  'groups:joinrequestmade' => 'グループ参加のリクエスト', +  'groups:joined' => 'グループに参加しました!', +  'groups:left' => 'グループをやめました。', +  'groups:notowner' => '申し訳ありません。あなたはこのグループのリーダーではありません。', +  'groups:notmember' => '申し訳ありません。あなたはこのグループの会員ではありません。', +  'groups:alreadymember' => 'あなたはすでにこのグループの会員です。', +  'groups:userinvited' => '招待しました。', +  'groups:usernotinvited' => '招待ができません。', +  'groups:useralreadyinvited' => 'すでに招待済みです。', +  'groups:updated' => '新着コメント', +  'groups:invite:subject' => '%s さん、%s に招待されました!', +  'groups:started' => 'Started by', +  'groups:joinrequest:remove:check' => 'この招待リクエストを削除してよいですか?', +  'groups:invite:body' => '%s さん、こんにちは。 + +%s があなたをグループ \'%s\' に招待しています。下記をご覧下さい。 + +%s', +  'groups:welcome:subject' => 'ようこそ、%s グループへ!', +  'groups:welcome:body' => '%s さん、こんにちは。 + +You are now a member of the \'%s\' group! Click below to begin posting! +あなたは \'%s\' グループに参加しました! 下記からグループページへアクセスできます。 + +%s', +  'groups:request:subject' => '%s は %s へ招待されました。', +  'groups:request:body' => '%s さん、こんにちは。 + +%s はグループ \'%s\' に招待しています。グループのプロフィールは下記からご覧下さい。 + +%s + +招待状は下記からご覧下さい。 + +%s', +  'groups:nowidgets' => 'このグループに設定されているウィジェットはありません。', +  'groups:widgets:members:title' => 'グループメンバー', +  'groups:widgets:members:description' => 'メンバー一覧', +  'groups:widgets:members:label:displaynum' => 'メンバー一覧', +  'groups:widgets:members:label:pleaseedit' => 'ウィジェットの設定', +  'groups:widgets:entities:title' => 'オブジェクト', +  'groups:widgets:entities:description' => '保存されたオブジェクト一覧。', +  'groups:widgets:entities:label:displaynum' => 'オブジェクト一覧', +  'groups:widgets:entities:label:pleaseedit' => 'ウィジェットの設定', +  'groups:forumtopic:edited' => 'フォーラムトピックを編集しました。', +  'groups:allowhiddengroups' => 'プライベートなグループを許可しますか?', +  'group:deleted' => 'グループとグループのコンテンツを削除しました。', +  'group:notdeleted' => 'グループが削除できません。', +  'grouppost:deleted' => '投稿を削除しました。', +  'grouppost:notdeleted' => '投稿が削除できません。', +  'groupstopic:notdeleted' => '削除していないトピック', +  'grouptopic:blank' => 'トピックはありません', +  'grouptopic:notfound' => 'トピックが見つかりません。', +  'grouppost:nopost' => '投稿がありません。', +  'groups:deletewarning' => 'このグループを削除していいですか?削除したら元に戻す事はできません!', +  'groups:joinrequestkilled' => '参加リクエストを削除しました。', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.messageboard.php b/languages/ja/ja.messageboard.php new file mode 100644 index 000000000..174e751f6 --- /dev/null +++ b/languages/ja/ja.messageboard.php @@ -0,0 +1,41 @@ +<?php +$ja = array ( +  'messageboard:board' => 'メモ', +  'messageboard:messageboard' => 'メモ', +  'messageboard:viewall' => 'すべてみる', +  'messageboard:postit' => '投稿', +  'messageboard:history:title' => '過去のメモ', +  'messageboard:none' => 'メモはありません。', +  'messageboard:num_display' => '一覧表示数', +  'messageboard:desc' => '「メモ」を使うとプロフィールページ上でいろいろな人から書き込みをしてもらえます。', +  'messageboard:user' => '%s のメモ', +  'messageboard:replyon' => '返信', +  'messageboard:history' => '過去のメモ', +  'messageboard:posted' => 'メモに書き込みをしました。', +  'messageboard:deleted' => 'メモの書き込みを削除しました。', +  'messageboard:email:subject' => 'メモに新しい書き込みがあります!', +  'messageboard:email:body' => 'メモに %s から新しい書き込みがありました。 + +%s + +この書き込みをみるには下記URLをクリックして下さい。 + +%s + +%s のプロフィールはこちらです。 + +%s + +(*) このメールに返信しないでください。 + + +', +  'messageboard:blank' => '申し訳ありません。何か入力した後、保存して下さい。', +  'messageboard:notfound' => '申し訳ありません。そのアイテムは見当たりません。', +  'messageboard:notdeleted' => '申し訳ありません。書き込みを削除できません。', +  'messageboard:somethingwentwrong' => '書き込みの保存中、何らかの問題が発生しました。', +  'messageboard:failure' => '書き込みの際に何からのエラーが発生しました。', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.messages.php b/languages/ja/ja.messages.php new file mode 100644 index 000000000..d070ffe39 --- /dev/null +++ b/languages/ja/ja.messages.php @@ -0,0 +1,55 @@ +<?php +$ja = array ( +  'messages' => 'メッセージ', +  'messages:back' => 'メッセージにもどる', +  'messages:user' => '受信箱', +  'messages:posttitle' => '%s のメッセージ: %s', +  'messages:inbox' => '受信箱', +  'messages:send' => 'メッセージの送信', +  'messages:sent' => '送信済みメッセージ', +  'messages:message' => 'メッセージ', +  'messages:title' => 'タイトル', +  'messages:to' => '宛先', +  'messages:from' => '送信元', +  'messages:fly' => '送信', +  'messages:replying' => '返信先', +  'messages:sendmessage' => 'メッセージの送信', +  'messages:compose' => '新規メッセージの作成', +  'messages:sentmessages' => '送信済みメッセージ', +  'messages:recent' => '最近のメッセージ', +  'messages:original' => 'オリジナルメッセージ', +  'messages:yours' => 'あなたのメッセージ', +  'messages:answer' => '返信', +  'messages:toggle' => '全てを選択', +  'messages:markread' => '既読マーク', +  'messages:new' => '新しいメッセージ', +  'notification:method:site' => 'サイト', +  'messages:error' => 'メッセージの保存の際に問題が発生しました。', +  'item:object:messages' => 'メッセージ', +  'messages:posted' => 'メッセージを送信しました。', +  'messages:email:subject' => '新しいメッセージが届きました!', +  'messages:email:body' => '%s から新しいメッセージが届きました。 + +%s + +メッセージをみるには下記をクリックして下さい。 + +        %s + +%s に返信するには下記をクリックして下さい。 + +        %s + +(※) このメールに返信しないでください。 +', +  'messages:blank' => '申し訳ありません。何も入力がないため、送信できません。', +  'messages:notfound' => '申し訳ありません。メッセージが見当たらいません。', +  'messages:notdeleted' => '申し訳ありません。メッセージが削除できません。', +  'messages:nopermission' => 'メッセージを変更する権限がありません。', +  'messages:nomessages' => 'メッセージがありません。', +  'messages:user:nonexist' => 'ユーザー一覧にその送信先がありません。', +  'messages:user:blank' => '送信先を指定してください。', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.pages.php b/languages/ja/ja.pages.php new file mode 100644 index 000000000..078b3030e --- /dev/null +++ b/languages/ja/ja.pages.php @@ -0,0 +1,43 @@ +<?php +$ja = array ( +  'pages' => 'ページ', +  'pages:group' => 'グループページ', +  'pages:all' => 'サイトすべてのページ', +  'pages:new' => '新しいページ', +  'pages:edit' => 'このページの編集', +  'pages:delete' => 'このページを削除', +  'pages:history' => '履歴', +  'pages:view' => 'ページをみる', +  'pages:navigation' => 'ページ送り', +  'item:object:page_top' => 'トップレベルページ', +  'item:object:page' => 'ページ', +  'pages:nogroup' => 'このグループにはページがまだありません。', +  'pages:more' => 'もっとみる', +  'pages:title' => 'タイトル', +  'pages:description' => '本文', +  'pages:tags' => 'タグ', +  'pages:access_id' => '公開範囲', +  'pages:write_access_id' => '編集可能な範囲', +  'pages:noaccess' => 'ページを閲覧できません。', +  'pages:cantedit' => 'このページの編集はできません。', +  'pages:saved' => 'ページを保存しました。', +  'pages:notsaved' => 'ページを保存できません。', +  'pages:delete:success' => 'ページを削除しました。', +  'pages:delete:failure' => 'ページが削除できません。', +  'pages:strapline' => '最終更新: %s (更新者 %s )', +  'pages:revision' => 'リビジョン作成: %s (作成者 %s )', +  'pages:num' => '一覧表示数', +  'pages:widget:description' => 'ページのリストです。', +  'pages:label:view' => 'ページをみる', +  'pages:label:edit' => 'ページの編集', +  'pages:label:history' => '履歴', +  'pages:sidebar:this' => 'このページ', +  'pages:sidebar:children' => '子ページ', +  'pages:sidebar:parent' => '親ページ', +  'pages:newchild' => '子ページを作成', +  'pages:backtoparent' => '「 %s 」にもどる', +  'groups:enablepages' => 'グループページの利用', +); + +add_translation("ja", $ja); + diff --git a/languages/ja/ja.reportedcontent.php b/languages/ja/ja.reportedcontent.php new file mode 100644 index 000000000..7743c75ad --- /dev/null +++ b/languages/ja/ja.reportedcontent.php @@ -0,0 +1,30 @@ +<?php +$ja = array ( +  'item:object:reported_content' => '報告済みアイテム', +  'reportedcontent' => '報告済みアイテム', +  'reportedcontent:this' => '報告する', +  'reportedcontent:none' => '報告されたコンテンツはありません。', +  'reportedcontent:report' => '報告する', +  'reportedcontent:title' => 'ページタイトル', +  'reportedcontent:deleted' => '報告されたコンテンツは削除されています。', +  'reportedcontent:notdeleted' => '報告を削除することができません。', +  'reportedcontent:delete' => '削除', +  'reportedcontent:areyousure' => '本当に削除しますか?', +  'reportedcontent:archive' => '保管する', +  'reportedcontent:archived' => '報告を保管しました。', +  'reportedcontent:visit' => '報告されたアイテムをみる', +  'reportedcontent:by' => '報告者:', +  'reportedcontent:objecttitle' => 'オブジェクトタイトル', +  'reportedcontent:objecturl' => 'オブジェクトURL', +  'reportedcontent:reason' => '報告理由', +  'reportedcontent:description' => '何か問題がありましたか?', +  'reportedcontent:address' => 'アイテムのURL', +  'reportedcontent:success' => 'あなたの報告を管理者に送信しました。', +  'reportedcontent:failing' => 'あなたの報告を送信できません。', +  'reportedcontent:moreinfo' => 'もっとみる', +  'reportedcontent:failed' => '申し訳ありません。報告の送信に失敗しました。', +  'reportedcontent:notarchived' => '報告が保管できません。', +); + +add_translation("ja", $ja); + | 
