ja_JP.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:37k
源码类别:

Ajax

开发平台:

Others

  1. Localization.define('ja_JP') do |l|
  2.   # app/views/admin/base/recent_comments.html.erb
  3.   l.store "Recent comments", "最近のコメント"
  4.   # app/views/admin/base/recent_trackbacks.html.erb
  5.   l.store "Recent trackbacks", "最近のトラックバック"
  6.   # app/views/admin/blacklist/_blacklis_patterns.html.erb
  7.   l.store "Blacklist", "ブラックリスト"
  8.   l.store "Pattern", "パターン"
  9.   l.store "Type", "タイプ"
  10.   l.store "Edit", "編集"
  11.   l.store "Delete", "削除"
  12.   # app/views/admin/blacklist/_form.html.erb
  13.   l.store "String", "文字列"
  14.   l.store "Regex", "正規表現"
  15.   # app/views/admin/blacklist/_quick_post.html.erb
  16.   l.store "Add pattern", "パターン追加"
  17.   l.store "Cancel", "キャンセル"
  18.   l.store "or", "または"
  19.   # app/views/admin/blacklist/destroy.html.erb
  20.   l.store "Blacklist Patterns", "ブラックリストパターン"
  21.   l.store "Show this pattern", "パターンを表示"
  22.   l.store "Are you sure you want to delete this item?", "この項目を削除してもよろしいですか?"
  23.   # app/views/admin/blacklist/edit.html.erb
  24.   l.store "Editing pattern", "パターン編集中"
  25.   # app/views/admin/blacklist/list.html.erb
  26.   l.store "Create new Blacklist", "新しいブラックリスト作成"
  27.   # app/views/admin/cache/list.html.erb
  28.   l.store "Cache", "キャッシュ"
  29.   l.store "There are %d entries in the page cache", "ページキャッシュに%d個の記事があります"
  30.   # app/views/admin/categories/_categories.html.erb
  31.   l.store "Articles", "記事"
  32.   l.store "1 article", "1記事"
  33.   l.store "%d articles", "%d記事"
  34.   l.store "Posts", "投稿数"
  35.   # app/views/admin/categories/_form.html.erb
  36.   l.store "Name", "名前"
  37.   # app/views/admin/categories/_quick_post.html.erb
  38.   l.store "Title", "タイトル"
  39.   l.store "Add category", "カテゴリ追加"
  40.   # app/views/admin/categorie/destroy.html.erb
  41.   l.store "Categories", "カテゴリ"
  42.   l.store "Show this category", "カテゴリ表示"
  43.   l.store "Delete this category", "このカテゴリを削除"
  44.   l.store "Are you sure you want to delete the category ", "このカテゴリを削除してもよろしいですか? "
  45.   # app/views/admin/category/list.html.erb
  46.   l.store "add new", "新規追加"
  47.   # app/views/admin/category/edit.html.erb
  48.   l.store "Editing category", "カテゴリ編集中"
  49.   # app/views/admin/category/list.html.erb
  50.   l.store "Manage Categories", "カテゴリ管理"
  51.   l.store "Create new category", "新規カテゴリ追加"
  52.   l.store "Reorder", "並べ替え"
  53.   l.store "Sort alphabetically", "アルファベット順に並べ替え"
  54.   l.store "Manage Articles", "記事管理"
  55.   l.store "Manage Pages", "ページ管理"
  56.   l.store "Manage Resources", "リソース管理"
  57.   # app/views/admin/category/reorder.html.erb
  58.   l.store "(Done)", "(完了)"
  59.   # app/views/admin/category/show
  60.   l.store "Edit this category", "このカテゴリを編集"
  61.   l.store "Articles in", "記事"
  62.   # app/views/admin/comments/comments.html.erb
  63.   l.store "on", "の"
  64.   # app/views/admin/comments/destroy.html.erb
  65.   l.store "Comments for", "〜へコメント"
  66.   # app/views/admin/comments/edit.html.erb
  67.   l.store "Show this comment", "このコメントを表示"
  68.   l.store "View comment on your blog", "ブログにコメントを表示"
  69.   l.store "Editing comment", "コメント編集中"
  70.   # app/views/admin/comments/list.html.erb
  71.   l.store "IP", "IP"
  72.   l.store "Posted date", "投稿日"
  73.   # app/views/admin/comments/new.html.erb
  74.   l.store "Creating comment", "コメント作成"
  75.   # app/views/admin/content/_attachment.html.erb
  76.   l.store "Add Another Attachment", "添付ファイルを追加"
  77.   l.store "Really delete attachment", "本当に添付ファイルを削除してもよろしいですか?"
  78.   l.store "Remove", "削除"
  79.   # app/views/admin/content/_drafts.html.erb
  80.   l.store "Drafts:", "下書き:"
  81.   # app/views/admin/content/_form.html.erb
  82.   l.store "Allow comments", "コメントを許可"
  83.   l.store "Allow trackbacks", "トラックバックを許可"
  84.   l.store "Article filter", "記事フィルター"
  85.   l.store "delete", "削除"
  86.   l.store "Excerpt", "要約"
  87.   l.store "Permalink", "パーマリンク"
  88.   l.store "Post settings", "投稿設定"
  89.   l.store "Publish", "公開"
  90.   l.store "Published", "公開済み"
  91.   l.store "Publish at", "公開日"
  92.   l.store "Save as draft", "下書きとして保存"
  93.   l.store "Tags", "タグ"
  94.   l.store "Uploads", "アップロード"
  95.   # app/views/admin/content/_pages.html.erb
  96.   l.store "Previous page", "前のページ"
  97.   l.store "Next page", "次のページ"
  98.   # app/views/admin/content/_show_categories.html.erb
  99.   l.store "Currently this article is listed in following categories", "現在この記事は以下のカテゴリに追加されています"
  100.   l.store "You can add it to the following categories", "以下のカテゴリへ追加することができます"
  101.   # app/views/admin/content/_show_ressources.html.erb
  102.   l.store "Currently this article has the following resources", "現在この記事には以下のリソースが含まれています"
  103.   l.store "You can associate the following resources", "以下のリソースを整理することができます"
  104.   # app/views/admin/content/destroy.html.erb
  105.   l.store "Show this article", "この記事を表示"
  106.   l.store "Are you sure you want to delete this article", "本当にこの記事を削除してよろしいですか?"
  107.   l.store "Delete this article", "この記事を削除"
  108.   # app/views/admin/content/edit.html.erb
  109.   l.store "Edit Article", "記事を編集"
  110.   l.store "View article on your blog", "ブログで記事を確認"
  111.   # app/views/admin/content/index.html.erb
  112.   l.store "Search articles that contains...", "以下の語句を含む記事を検索"
  113.   l.store "Search", "検索"
  114.   l.store "Date", "日付"
  115.   l.store "Author", "投稿者"
  116.   l.store "Status", "ステータス"
  117.   l.store "Feedback", "フィードバック"
  118.   l.store "Filter", "フィルター"
  119.   l.store "Manage articles", "記事の管理"
  120.   # app/views/admin/content/new.html.erb
  121.   l.store "Write a Page", "ページを書く"
  122.   l.store "Write an Article", "記事を書く"
  123.   # app/views/admin/content/show.html.erb
  124.   l.store "Preview Article", "前の記事"
  125.   l.store "Edit this article", "この記事を編集"
  126.   l.store "Last updated", "最終更新日"
  127.   l.store "Attachments", "添付"
  128.   # app/views/admin/dashboard/index.html.erb
  129.   l.store "What can you do ?", "なにができますか?"
  130.   l.store "Write Post", "記事を書く"
  131.   l.store "Write Page", "ページを作成"
  132.   l.store "Update your profile or change your password", "プロファイルを更新するか、パスワードを変更してください"
  133.   l.store "Change you blog presentation", "プログの説明を変更してください。"
  134.   l.store "Enable plugins", "プラグイン有効化"
  135.   l.store "Last Comments", "最新のコメント"
  136.   l.store "Last posts", "最新の記事"
  137.   l.store "Most popular", "人気記事"
  138.   l.store "Typo documentation", "Typoドキュメント"
  139.   l.store "No comments yet", "まだコメントはありません"
  140.   # app/views/admin/feedback/_button.html.erb
  141.   l.store "Delete Checked Items", "チェックした行を削除"
  142.   l.store "Mark Checked Items as Ham", "チェックした行を承認する"
  143.   l.store "Mark Checked Items as Spam", "チェックした行をスパムにする"
  144.   l.store "Confirm Classification of Checked Items", "チェックした行の分類を認める"
  145.   l.store "Delete all spam", "全てのスパムを削除する"
  146.   # app/views/admin/feedback/argicle.html.erb
  147.   l.store "All comments", "全てのコメント"
  148.   l.store "Limit to ham", "有効コメント"
  149.   l.store "Limit to spam", "スパムコメント"
  150.   l.store "Unapproved comments", "未承認コメント"
  151.   # app/views/admin/feedback/index.html.erb
  152.   l.store "Article", "記事"
  153.   l.store "Comment Excerpt", "コメント抜粋"
  154.   l.store "Feedback for", "フィードバック: "
  155.   l.store "IP", "IPアドレス"
  156.   l.store "Page", "ページ"
  157.   l.store "Search Comments and Trackbacks that contain", "以下の語句を含むコメントおよびトラックバックを検索"
  158.   # app/views/admin/settings/feedback.html.erb
  159.   l.store "Allow non-ajax comments", "Ajaxでないコメントを許可する"
  160.   l.store "Akismet Key", "Akismetキー"
  161.   l.store "days", "日"
  162.   l.store "Disable comments after", "右の期間以後のコメントを不許可にする"
  163.   l.store "Disable trackbacks site-wide" ,"サイト間のトラックバックを不可にする"
  164.   l.store "Email address used by Typo to send notifications", "通知の送信先メールアドレス"
  165.   l.store "Enable comments by default", "デフォルトでコメントを有効にする"
  166.   l.store "Enable feedback moderation", "フィードバック承認機能を有効にする"
  167.   l.store "Enable gravatars", "Gravatarを有効にする"
  168.   l.store "Enable spam protection", "スパムプロテクションを有効にする"
  169.   l.store "Enable Trackbacks by default", "デフォルトでトラックバックを許可する"
  170.   l.store "Enabling spam protection will make typo compare the IP address of posters as well as the contents of their posts against local and remote blacklists. Good defense against spam bots", "スパムプロテクションを有効にすると、投稿者のIPアドレスおよびその投稿内容をローカル、リモート両方のブラックリストと比較します"
  171.   l.store "Max Links", "最大のリンク数"
  172.   l.store "Notification", "通知"
  173.   l.store "Set to 0 to never disable comments", "コメントを不許可にしない場合は0を設定してください"
  174.   l.store "Set to 0 to never reject comments", "コメントを拒否しない場合は0を設定してください"
  175.   l.store "Show your email address", "メールアドレスを表示"
  176.   l.store "Source Email", "メールアドレス"
  177.   l.store "Spam", "スパム"
  178.   l.store "This setting allows you to disable trackbacks for every article in your blog.  It won't remove existing trackbacks, but it will prevent any further attempt to add a trackback anywhere on your blog.", "この設定はすでにあるトラックバックを削除しませんが、新しく追加しようとするトラックバックを防ぐことができます。"
  179.   l.store "Typo can (optionally) use the %s spam-filtering service.  You need to register with Akismet and receive an API key before you can use their service.  If you have an Akismet key, enter it here", "Typoはオプションで%sスパムフィルタリングサービスを利用できます。これらのサービスを使用するにはAkismetに登録し、APIキーを取得する必要があります。すでにAkismetキーをお持ちであればここに入力してください"
  180.   l.store "Typo can notify you when new articles or comments are posted", "新しい記事やコメントが投稿された場合に通知を送ることができます"
  181.   l.store "Typo will automatically reject comments and trackbacks which contain over a certain amount of links in them", "Typoは指定された数のリンクが含まれているコメントやトラックバックを自動的に拒否します"
  182.   l.store "You can enable site wide feeback moderation. If you do so, no comment or trackback will appear on your blog unless you validate it", "サイト全体のフィードバック承認機能を有効にすることができます。有効にするとコメントやトラックバックは承認されるまで表示されません。"
  183.   l.store "You can optionally disable non-Ajax comments. Typo will always use Ajax for comment submission if Javascript is enabled, so non-Ajax comments are either from spammers or users without Javascript.", "オプションでAjaxでないコメントを不許可にすることができます。Javascriptが有効な場合、Typoは常にコメントの受け渡しにAjaxを使います。つまりAjaxでないコメントはJavascriptを有効にしていないユーザーのものか、スパマーのものかのどちらかでしょう。"
  184.   # app/views/admin/settings/read.html.erb
  185.   l.store "Display", "表示"
  186.   l.store "articles in my news feed by default", "RSSフィードのデフォルト記事数"
  187.   l.store "articles on my homepage by default", "ホームページのデフォルト記事数"
  188.   l.store "Read", "表示"
  189.   l.store "Show full article on feed", "記事の全文をフィードに表示"
  190.   # app/views/admin/settings/seo.html.erb
  191.   l.store "At the beginning of page title", "ページタイトルの最初"
  192.   l.store "At the end of page title", "ページタイトルの最後"
  193.   l.store "Don't show blog name in page title", "ページタイトルにブログ名を表示しない"
  194.   l.store "Format of permalink", "パーマリンクの書式"
  195.   l.store "Index categories", "カテゴリのインデックス"
  196.   l.store "Index tags", "タグのインデックス"
  197.   l.store "Meta description", "METAタグDescription"
  198.   l.store "Meta keywords", "METAタグKeywords"
  199.   l.store "Search Engine Optimization", "検索エンジン最適化"
  200.   l.store "Show blog name", "ブログ名表示"
  201.   l.store "Unchecking this box will add <code>noindex, follow</code> meta tags in every tags page, removing them from search engines and preventing duplicate content issues", "このボックスのチェックを外すと、全てのタグのページに<code>noindex, follow</code>のMETAタグを付与します。すると検索エンジンからそれらのページが削除され、コンテンツ重複の防止になります"
  202.   l.store "Unchecking this box will add <code>noindex, follow</code> meta tags in every category page, removing them from search engines and preventing duplicate content issues", "このボックスのチェックを外すと、全てのカテゴリのページに<code>noindex, follow</code>のMETAタグを付与します。すると検索エンジンからそれらのページが削除され、コンテンツ重複の防止になります"
  203.   l.store "Use RSS description", "RSSにDescription表示をする"
  204.   # app/views/admin/settings/write.html.erb
  205.   l.store "Comments filter", "コメントフィルター"
  206.   l.store "Copyright Information", "著作権情報"
  207.   l.store "exemple", "例"
  208.   l.store "Latitude, Longitude", "緯度、経度"
  209.   l.store "Not published by Apple", "Appleに公開しない"
  210.   l.store "Optional Name", "オプション名"
  211.   l.store "Podcasts", "ポッドキャスト"
  212.   l.store "Send trackbacks", "トラックバックを送信"
  213.   l.store "Setting for channel", "チャンネル設定"
  214.   l.store "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata", "以下の項目は、公開を選択した場合にデフォルトのiTunesのメタデータとして設定されます"
  215.   l.store "URLs to ping automatically", "自動的にPingを送信するURL"
  216.   l.store "Write", "新規作成"
  217.   l.store "When publishing articles, Typo can send trackbacks to websites that you link to. This should be disabled for private blogs as it will leak non-public information to sites that you're discussing. For public blogs, there's no real point in disabling this.", "記事が公開されると、Typoはリンクしたページへトラックバックを送信します。非公開ブログの場合は公開されたブログへ情報が漏れないようにこのチェックボックスを非選択にしてください。公開ブログの場合は非選択にする必要はありません。"
  218.   l.store "your lattitude and longitude", "あなたの緯度、経度"
  219.   # app/views/admin/login.html.erb
  220.   l.store "Username", "ユーザー名"
  221.   l.store "Password", "パスワード"
  222.   l.store "Login", "ログイン"
  223.   l.store "Remember me", "ログイン状態を持続"
  224.   # app/views/admin/logout.html.erb
  225.   l.store "You are now logged out of the system", "システムからログアウトしました"
  226.   l.store "Do you want to go to your blog?", "ブログに移動しますか?"
  227.   l.store "Logoff", "ログアウト"
  228.   # app/views/admin/settings/update_database.html.erb
  229.   l.store "config updated.", "設定は更新されました"
  230.   l.store "Current database version", "現在のデータベースのバージョン"
  231.   l.store "Database migration", "データベースマイグレーション"
  232.   l.store "Information", "インフォメーション"
  233.   l.store "may take a moment", "少しお待ちください"
  234.   l.store "New database version", "新しいデータベースのバージョン"
  235.   l.store "Needed migrations", "マイグレーションが必要です"
  236.   l.store "no", "いいえ"
  237.   l.store "Update database now", "データベースを今すぐ更新"
  238.   l.store "yes", "はい"
  239.   l.store "You are up to date!", "最新です!"
  240.   l.store "Your database supports migrations", "あなたのデータベースはマイグレーションをサポートしています"
  241.   # app/views/admin/signup.html.erb
  242.   l.store "Signup", "サインアップ"
  243.   l.store "Desired login", "ログイン名"
  244.   l.store "Display name", "表示名"
  245.   l.store "Email", "Email"
  246.   l.store "Choose password", "パスワード"
  247.   l.store "Confirm password", "パスワード再入力"
  248.   # app/views/admin/tag/index.html.erb
  249.   l.store "Manage tags", "タグの管理"
  250.   l.store "Display Name", "表示名"
  251.   # app/views/admin/pages/_form.html.erb
  252.   l.store "Online", "オンライン"
  253.   l.store "Options", "オプション"
  254.   l.store "Page settings", "ページ設定"
  255.   # app/views/admin/pages/_pages.html.erb
  256.   l.store "Action", "アクション"
  257.   l.store "Pages","ページ"
  258.   l.store "Show this page", "このページを表示"
  259.   l.store "Are you sure you want to delete the page", "本当にこのページを削除してよろしいですか?"
  260.   l.store "Delete this page", "このページを削除"
  261.   l.store "Please select", "選択してください"
  262.   # app/views/admin/pages/edit.html.erb
  263.   l.store "Create new page", "新しいページを作成"
  264.   l.store "View page on your blog", "ブログでページを確認"
  265.   l.store "Editing page", "ページを編集中"
  266.   l.store "Manage Text Filters", "テキストフィルターの管理"
  267.   # app/views/admin/pages/show.html.erb
  268.   l.store "Manage pages", "ページの管理"
  269.   # app/views/admin/pages/show.html.erb
  270.   l.store "Edit this page", "このページを編集"
  271.   l.store "by", "by"
  272.   # app/views/admin/profiles/index.html.erb
  273.   l.store "Your profile", "あなたのプロフィール"
  274.   # app/views/admin/ressources/_metadata_add.html.erb
  275.   l.store "Resource MetaData", "リソースメタデータ"
  276.   l.store "Set iTunes metadata for this enclosure", "このリソースにiTunesのメタデータをセット"
  277.   l.store "Subtitle", "サブタイトル"
  278.   l.store "Duration", "継続時間"
  279.   l.store "Category", "カテゴリ"
  280.   l.store "Summary", "サマリー"
  281.   l.store "Key Words", "キーワード"
  282.   l.store "seperate with spaces", "スペースで分ける"
  283.   l.store "Explicit", "明示的コンテンツ"
  284.   # app/views/admin/resources/_metadata_edit.html.erb
  285.   l.store "Remove iTunes Metadata", "iTunesのメタデータを削除"
  286.   l.store "Content Type", "コンテンツタイプ"
  287.   # app/views/admin/resources/_resources.html.erb
  288.   l.store "Filename", "ファイル名"
  289.   l.store "right-click for link", "右クリックでリンク"
  290.   l.store "MetaData", "メタデータ"
  291.   l.store "File Size", "ファイルサイズ"
  292.   l.store "Uploaded", "アップロード"
  293.   l.store "Edit MetaData", "メタデータ編集"
  294.   l.store "Add MetaData", "メタデータ追加"
  295.   # app/views/admin/resources/destroy.html.erb
  296.   l.store "File Uploads", "ファイルアップロード"
  297.   l.store "Upload a new File", "新規ファイルをアップロード"
  298.   l.store "Are you sure you want to delete this file", "本当にこのファイルを削除してよろしいですか?"
  299.   l.store "Delete this file from the webserver?", "webサーバーからこのファイルを削除しますか?"
  300.   # app/views/admin/resources/new.html.erb
  301.   l.store "Upload a File to your Site", "サイトにファイルをアップロード"
  302.   l.store "Upload", "アップロード"
  303.   l.store "Upload a new Resource", "新しいリソースをアップロード"
  304.   l.store "File", "ファイル"
  305.   # app/views/admin/settings/index.html.erb
  306.   l.store "Allow users to register", "ユーザーに登録させる"
  307.   l.store "Blog name", "ブログ名"
  308.   l.store "Blog subtitle", "ブログサブタイトル"
  309.   l.store "Blog URL", "ブログURL"
  310.   l.store "Cache", "キャッシュ"
  311.   l.store "General settings", "一般設定"
  312.   l.store "Items to display in admin lists", "管理リストに表示する行数"
  313.   l.store "Language", "言語"
  314.   l.store "No", "いいえ"
  315.   l.store "Sweep cache", "キャッシュをクリア"
  316.   l.store "Yes", "はい"
  317.   l.store "You can allow users to register to your blog. By default, they will register as contributors, an unpriviledged account level which grant them no rights but own a profile on the site. If you don't want users to register, you can thus add them by yourself in the users part of this admin.", "ユーザーがこのブログに登録するのを許可できます。デフォルトでユーザーは自分自身のプロフィールを編集する以外の権限を持たないcontributorとして登録されます。ユーザーに登録させたくない場合は、管理者であるあなた自らがユーザーを追加することができます。"
  318.   # app/views/admin/sidebar/_avaliables.html.erb
  319.   l.store "You have no plugins installed", "プラグインがインストールされていません"
  320.   # app/views/admin/sidebar/_publish.html.erb
  321.   l.store "Changes published", "変更して公開"
  322.   # app/views/admin/sidebar/_target.html.erb
  323.   l.store "Drag some plugins here to fill your sidebar", "サイドバーで利用するプラグインをドラッグしてください"
  324.   # app/views/admin/sidebar/index.html.erb
  325.   l.store "Active Sidebar items", "有効なサイドバー項目"
  326.   l.store "Available Items", "利用可能な項目"
  327.   l.store "Choose a theme", "テーマを選択"
  328.   l.store "Drag and drop to change the sidebar items displayed on this blog.  To remove items from the sidebar just click remove  Changes are saved immediately, but not activated until you click the 'Publish' button", "ブログに表示するサイドバー項目をドラッグ&ドロップで変更してください。サイドバーから項目を削除した場合はすぐに変更が保存されますが、「公開」ボタンを押すまでは有効になりません。"
  329.   l.store "Get more plugins", "他のプラグインの入手"
  330.   l.store "Publish changes", "変更を公開"
  331.   l.store "Sidebar", "サイドバー"
  332.   # app/views/admin/textfilters/_form.html.erb
  333.   l.store "Description", "説明"
  334.   l.store "Markup type", "マークアップタイプ"
  335.   l.store "Post-processing filters", "投稿処理フィルター"
  336.   l.store "Parameters", "パラメーター"
  337.   # app/views/admin/textfilters/_macros.html.erb
  338.   l.store "Show Help", "ヘルプを表示"
  339.   # app/views/admin/textfilters/_textfilters.html.erb
  340.   l.store "Markup", "マークアップ"
  341.   l.store "Filters", "フィルター"
  342.   # app/views/admin/textfilters/destroy.html.erb
  343.   l.store "Text Filters", "テキストフィルター"
  344.   l.store "Are you sure you want to delete this filter", "このフィルターを削除してもよろしいですか?"
  345.   l.store "Delete this filter", "このフィルターを削除"
  346.   # app/views/admin/textfilters/edit.html.erb
  347.   l.store "Editing textfilter", "テキストフィルターを編集中"
  348.   # app/views/admin/textfilters/list.html.erb
  349.   l.store "Create new text filter", "新しいテキストフィルターを作成"
  350.   l.store "Customize Sidebar", "サイドバーのカスタマイズ"
  351.   l.store "Macros", "マクロ"
  352.   # app/views/admin/textfilters/macro_help.html.erb
  353.   l.store "Macro Filter Help", "マクロフィルターヘルプ"
  354.   l.store "Creating text filter", "テキストフィルター作成"
  355.   # app/views/admin/textfilters/show.html.erb
  356.   l.store "Text Filter Details", "テキストフィルター詳細"
  357.   l.store "Edit this filter", "このフィルターを編集"
  358.   l.store "See help text for this filter", "このフィルターのヘルプを見る"
  359.   # app/views/admin/themes/catalogue.html.erb
  360.   l.store "Theme catalogue", "テーマカタログ"
  361.   # app/views/admin/themes/editor.html.erb
  362.   l.store "Theme editor", "テーマエディタ"
  363.   l.store "save", "保存"
  364.   # app/views/admin/themes/index.html.erb
  365.   l.store "Activate", "有効にする"
  366.   l.store "Active theme", "現在のテーマ"
  367.   l.store "Choose a theme", "テーマの選択"
  368.   l.store "Get more themes", "他のテーマの入手"
  369.   l.store "You can download third party themes from officially supported %s ", "公式サイト%sからサードパーティのテーマをダウンロードできます。"
  370.   l.store "To install a theme you  just need to upload the theme folder into your themes directory. Once a theme is uploaded, you should see it on this page.", "テーマをインストールするには、アプリケーションのthemes/ディレクトリに任意のテーマのフォルダをアップロードしてください。そうすればそのテーマをこのページで閲覧することができます。"
  371.   # app/views/admin/trackbacks/edit.html.erb
  372.   l.store "Trackbacks for", "〜へのトラックバック"
  373.   l.store "Editing trackback", "トラックバックを編集"
  374.   # app/views/admin/trackbacks/new.html.erb
  375.   l.store "Creating trackback", "トラックバックを作成"
  376.   l.store "Edit this trackback", "このトラックバックを編集"
  377.   # app/views/admin/users/_form.html.erb
  378.   l.store "Active", "有効"
  379.   l.store "Blog settings", "ブログ設定"
  380.   l.store "Contact options", "連絡オプション"
  381.   l.store "display url on public profile", "公開プロフィールにURLを表示"
  382.   l.store "display MSN ID on public profile", "公開プロフィールにMSN IDを表示"
  383.   l.store "display Yahoo! ID on public profile", "公開プロフィールにYahoo! IDを表示"
  384.   l.store "display Jabber ID on public profile", "公開プロフィールにJabber IDを表示"
  385.   l.store "display AIM ID on public profile", "公開プロフィールにAIM IDを表示"
  386.   l.store "display twitter on public profile", "公開プロフィールにTwitter IDを表示"
  387.   l.store "Editor", "エディタ"
  388.   l.store "Email", "メールアドレス"
  389.   l.store "Firstname", "姓"
  390.   l.store "Inactive", "無効"
  391.   l.store "Lastname", "名"
  392.   l.store "Mandatory", "必須"
  393.   l.store "Nickname", "ニックネーム"
  394.   l.store "Personal information", "個人情報"
  395.   l.store "Password confirmation", "パスワード(確認用)"
  396.   l.store "Save", "保存"
  397.   l.store "Send notification messages via email", "メールで通知を送信"
  398.   l.store "Send notification messages when new articles are posted", "新しい記事が投稿された際に通知メッセージを送る"
  399.   l.store "Send notification messages when comments are posted", "コメントが投稿された際に通知メッセージを送る"
  400.   l.store "State", "状態"
  401.   l.store "Tell us more about you", "補足事項"
  402.   l.store "Use visual rich editor", "WYSIWYGエディタを使う"
  403.   l.store "Use simple editor", "プレーンなエディタを使う"
  404.   l.store "Your AIM id", "あなたのAIM ID"
  405.   l.store "Your Jabber ID", "あなたのJabber ID"
  406.   l.store "Your MSN", "あなたのMSN ID"
  407.   l.store "Your Yahoo ID", "あなたのYahoo ID"
  408.   l.store "Your site", "あなたのホームページ"
  409.   l.store "Your Twitter username", "あなたのTwitter ID"
  410.   # app/views/admin/users/_user.html.erb
  411.   l.store "Number of Articles", "記事数"
  412.   l.store "Number of Comments", "コメント数"
  413.   l.store "Notified", "通知"
  414.   l.store "via email", "email経由"
  415.   # app/views/admin/users/destroy.html.erb
  416.   l.store "Show this user", "このユーザーを表示"
  417.   l.store "Really delete user", "本当にユーザーを削除"
  418.   l.store "Users", "ユーザー"
  419.   # app/views/admin/users/edit.html.erb
  420.   l.store "Edit User", "ユーザー編集"
  421.   l.store "Editing User", "ユーザー編集中"
  422.   l.store "New User", "新規ユーザー"
  423.   l.store "Add new user", "新しいユーザーを追加"
  424.   # app/views/admin/users/index.html.erb
  425.   l.store "Comments", "コメント"
  426.   l.store "%s user", "%s"
  427.   # app/views/admin/users/new.html.erb
  428.   l.store "Add User", "ユーザーの追加"
  429.   l.store "Creating user", "ユーザー作成"
  430.   # app/views/admin/users/show.html.erb
  431.   l.store "User's articles", "ユーザーの記事"
  432.   l.store "Notify via email", "email経由で通知"
  433.   l.store "Notify on new articles", "新しい記事を通知"
  434.   l.store "Notify on new comments", "新しいコメントを通知"
  435.   # app/controllers/accounts_controller.rb
  436.   l.store "Login successful", "ログインしました"
  437.   l.store "Login unsuccessful", "ログインに失敗しました"
  438.   l.store "Successfully logged out", "ログアウトしました"
  439.   l.store "login", "ログイン"
  440.   l.store "signup", "サインアップ"
  441.   # app/controllers/admin/cache_controller.rb
  442.   l.store "Cache was cleared", "キャッシュはクリアされました"
  443.   l.store "HTML was cleared", "HTMLはクリアされました"
  444.   # app/controllers/admin/categories_controller.rb
  445.   l.store "Category was successfully created.", "カテゴリは正常に作成されました"
  446.   l.store "Category could not be created.", "カテゴリは追加できませんでした"
  447.   l.store "Category was successfully updated.", "カテゴリは正常に更新されました。"
  448.   # app/controllers/admin/content_controller.rb
  449.   l.store "Error, you are not allowed to perform this action", "あなたのアカウントではこの操作は許可されていません"
  450.   l.store "Article was successfully created", "記事を作成しました"
  451.   l.store "Article was successfully updated.", "記事が更新されました"
  452.   # app/controllers/admin/pages_controller.rb
  453.   l.store "Page was successfully created.", "ページが作成されました"
  454.   l.store "Page was successfully updated.", "ページが更新されました"
  455.   # app/controllers/admin/profiles_controller.rb
  456.   l.store "User was successfully updated.", "プロフィールが更新されました"
  457.   # app/controllers/admin/resource_controller.rb
  458.   l.store "File uploaded: ", "アップロードするファイル: "
  459.   l.store "Unable to upload", "アップロードできません"
  460.   l.store "Metadata was successfully removed.", "メタデータは正常に削除されました"
  461.   l.store "Metadata was successfully updated.", "メタデータは正常に更新されました"
  462.   l.store "Not all metadata was defined correctly.", "いくつかのメタデータが正しく反映されませんでした"
  463.   l.store "Content Type was successfully updated.", "コンテントタイプは正常に更新されました"
  464.   l.store "Error occurred while updating Content Type.", "コンテントタイプを更新中にエラーが発生しました"
  465.   l.store "complete", "完了"
  466.   # app/views/layouts/administration.html.erb
  467.   l.store "Dashboard", "ダッシュボード"
  468.   l.store "Content", "コンテンツ"
  469.   l.store "log out", "ログアウト"
  470.   l.store "Themes", "テーマ"
  471.   l.store "Profile", "プロフィール"
  472.   l.store "your blog", "ブログ"
  473.   # app/views/admin/dashboard/_sysinfo.html.erb
  474.   l.store "Inbound links", "外部からのリンク"
  475.   l.store "You have no internet connection", "インターネットに接続できません"
  476.   l.store "No one made a link to you yet", "まだどこからもリンクされていません"
  477.   l.store " made a link to you saying ", " からこのようにリンクされています "
  478.   # app/views/admin/dashboard/_sysinfo.html.erb
  479.   l.store "System information", "システム情報"
  480.   l.store "You're running Typo %s", "Typo バージョン%s が稼働中です"
  481.   l.store "Statistics", "統計データ"
  482.   l.store "Total posts : %d", "総投稿数"
  483.   l.store "Your posts : %d", "あなたの投稿数"
  484.   l.store "Total comments : %d", "総コメント数"
  485.   l.store "Spam comments : %d", "スパムコメント数"
  486.   # app/views/admin/dashboard/_welcome.html.erb
  487.   l.store "Welcome back, %s!", "お帰りなさいませ、%s 様"
  488.   # app/views/admin/dashboard/_overview.html.erb
  489.   l.store "This place gives you a quick overview of what happens on your Typo blog and what you can do. Maybe will you want to %s, %s or %s.", "ここはこのTypoブログの全体が概観できるページです。ここから%sこと、%sこと、そして%sことができます。"
  490.   l.store "write a post", "記事を投稿する"
  491.   l.store "write a page", "ページを作成する"
  492.   l.store "update your profile or change your password", "プロフィールを編集したりパスワードを変更する"
  493.   l.store "You can also do a bit of design, %s or %s.", ""
  494.   # app/views/articles/_article.html.erb
  495.   l.store "Continue reading...", "続きを読む‥"
  496.   l.store "no trackbacks", "トラックバックなし"
  497.   l.store "no comments", "コメントなし"
  498.   l.store "Posted in", "カテゴリ"
  499.   l.store "Posted by", "投稿者"
  500.   # app/views/articles/_comment.html.erb
  501.   l.store "said", "発言"
  502.   l.store "This comment has been flagged for moderator approval.  It won't appear on this blog until the author approves it", "このコメントはモデレーターの確認が必要です。モデレーターが確認後にコメントが表示されます。"
  503.   # app/views/articles/_comment_box.html.erb
  504.   l.store "Your name", "あなたの名前"
  505.   l.store "Your blog", "あなたのブログ"
  506.   l.store "Your email", "あなたのemail"
  507.   l.store "Your message", "メッセージ"
  508.   l.store "Comment Markup Help", "コメントのマークアップヘルプ"
  509.   l.store "Preview comment", "前のコメント"
  510.   # app/views/articles/_trackback.html.erb
  511.   l.store "From", "From"
  512.   # app/views/articles/archives.html.erb
  513.   l.store "No articles found", "記事が見つかりませんでした"
  514.   # app/views/articles/comment_preview.html.erb
  515.   l.store "is about to say", "〜について言う"
  516.   # app/views/articles/groupings.html.erb
  517.   l.store "There are", "ここに"
  518.   # app/views/articles/index.html.erb
  519.   l.store "Read more", "続きを読む"
  520.   l.store "Older posts", "古い記事"
  521.   # app/views/articles/read.html.erb
  522.   l.store "Leave a response", "コメントを書く"
  523.   l.store "Use the following link to trackback from your own site", "トラックバックリンク"
  524.   l.store "RSS feed for this post", "この記事のRSSフィード"
  525.   l.store "trackback uri", "トラックバックURL"
  526.   l.store "Trackbacks", "トラックバック"
  527.   l.store "Comments are disabled", "コメントは許可されていません"
  528.   l.store "Pictures from", "〜からの画像"
  529.   # app/helpers/admin/base_helper.rb
  530.   l.store "Back to overview", "オーバービューに戻る"
  531.   l.store "published", "公開済み"
  532.   l.store "unpublished", "未公開"
  533.   l.store "Show help on Typo macros", "Typoマクロのヘルプを表示"
  534.   # app/helper/application_helper.rb
  535.   # Dates
  536.   l.store "Mon", "月"
  537.   l.store "Tue", "火"
  538.   l.store "Wed", "水"
  539.   l.store "Thu", "木"
  540.   l.store "Fri", "金"
  541.   l.store "Sat", "土"
  542.   l.store "Sun", "日"
  543.   l.store "Monday",    "月曜日"
  544.   l.store "Tuesday",   "火曜日"
  545.   l.store "Wednesday", "水曜日"
  546.   l.store "Thursday",  "木曜日"
  547.   l.store "Friday",    "金曜日"
  548.   l.store "Saturday",  "土曜日"
  549.   l.store "Sunday",    "日曜日"
  550.   l.store "Jan", "1月"
  551.   l.store "Feb", "2月"
  552.   l.store "Mar", "3月"
  553.   l.store "Apr", "4月"
  554.   l.store "May", "5月"
  555.   l.store "Jun", "6月"
  556.   l.store "Jul", "7月"
  557.   l.store "Aug", "8月"
  558.   l.store "Sep", "9月"
  559.   l.store "Oct", "10月"
  560.   l.store "Nov", "11月"
  561.   l.store "Dec", "12月"
  562.   l.store "January",   "1月"
  563.   l.store "February",  "2月"
  564.   l.store "March",     "3月"
  565.   l.store "April",     "4月"
  566.   l.store "May",       "5月"
  567.   l.store "June",      "6月"
  568.   l.store "July",      "7月"
  569.   l.store "August",    "8月"
  570.   l.store "September", "9月"
  571.   l.store "October",   "10月"
  572.   l.store "November",  "11月"
  573.   l.store "December",  "12月"
  574.   l.store "%%a, %%d %%b %%Y %%H:%%M:%%S GMT", Proc.new { |date| sprintf(date.strftime("%Y-%m-%d %H:%M:%S GMT")) }
  575.   l.store "%%d. %%b", Proc.new { |date| sprintf(date.strftime("%m/%d")) }
  576.   l.store "no ", "no "
  577.   # app/models/article.rb
  578.   l.store "New post", "新規記事"
  579.   l.store "A new message was posted to ", "〜へ新しいメッセージを投稿しました"
  580.   # app/models/article.rb
  581.   l.store "Ham", "承認"
  582.   l.store "Ham?", "承認?"
  583.   l.store "Just Marked As Ham", "承認マーク"
  584.   l.store "Just Marked As Spam", "スパムマーク"
  585.   l.store "Just Presumed Ham", "承認と推定"
  586.   l.store "Spam?", "スパム?"
  587.   l.store "Unclassified", "未分類"
  588.   # vendor/plugins/archives_sidebar/views/content.rb
  589.   l.store "Archives", "アーカイブ"
  590.   # vendor/plugins/authors_sidebar/views/content.rhtml
  591.   l.store "Authors", "作者"
  592.   # vendor/plugins/xml_sidebar/xml_sidebar.rb
  593.   l.store "Syndicate", "シンジゲート"
  594. end