# Translation of Plugins - Really Simple CSV Importer - Development (trunk) in Japanese
# This file is distributed under the same license as the Plugins - Really Simple CSV Importer - Development (trunk) package.
msgid ""
msgstr ""
"PO-Revision-Date: 2016-12-09 07:35:40+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: GlotPress/2.3.0-alpha\n"
"Language: ja_JP\n"
"Project-Id-Version: Plugins - Really Simple CSV Importer - Development (trunk)\n"
#. Author URI of the plugin/theme
msgid "https://en.digitalcube.jp/"
msgstr "https://www.digitalcube.jp/"
#. Author of the plugin/theme
msgid "Takuro Hishikawa"
msgstr "Takuro Hishikawa"
#. Plugin URI of the plugin/theme
msgid "http://wordpress.org/plugins/really-simple-csv-importer/"
msgstr "https://ja.wordpress.org/plugins/really-simple-csv-importer/"
#. Plugin Name of the plugin/theme
msgid "Really Simple CSV Importer"
msgstr "Really Simple CSV Importer"
#. #-#-#-#-# tmp-really-simple-csv-importer.pot (Really Simple CSV Importer
#. 1.3) #-#-#-#-#
#. Description of the plugin/theme
#: rs-csv-importer.php:456
msgid "Import posts, categories, tags, custom fields from simple csv file."
msgstr "投稿、カテゴリー、タグ、カスタムフィールドをシンプルなcsvファイルからインポートします。"
#: rs-csv-importer.php:456
msgid "CSV"
msgstr "CSV"
#: rs-csv-importer.php:421
msgid "All Done."
msgstr "すべて完了しました。"
#: rs-csv-importer.php:402
msgid "Processing \"%s\" done."
msgstr "\"%s\" の処理が完了しました。"
#: rs-csv-importer.php:199
msgid "The post type value from your csv file does not match the existing data in your database. post_id: %d, post_type(csv): %s, post_type(db): %s"
msgstr "CSVファイルからの投稿タイプ値は、データベース内の既存のデータと一致しません。post_id: %d、post_type(csv): %s、post_type(db): %s"
#: rs-csv-importer.php:184
msgid "Note: Please include post_type value if that is possible."
msgstr "注: 可能な場合 post_type 値を記載してください。"
#: rs-csv-importer.php:181
msgid "Invalid post type \"%s\"."
msgstr "\"%s\" は不正な投稿タイプです。"
#: rs-csv-importer.php:154
msgid "Failed to open file."
msgstr "ファイルを開けませんでした。"
#: rs-csv-importer.php:83
msgid "The export file could not be found at %s. It is likely that this was caused by a permissions problem."
msgstr "エクスポートファイルが%sに見つかりません。これは、パーミッションの問題である可能性が高いです。"
#: rs-csv-importer.php:78 rs-csv-importer.php:82
msgid "Sorry, there has been an error."
msgstr "エラーが発生しました。"
#: rs-csv-importer.php:68
msgid "(OpenDocument Spreadsheet file format for LibreOffice. Please export as csv before import)"
msgstr "(LibreOffice用のオープンドキュメントスプレッドシートファイル形式です。インポートする前にcsvとして出力してください)"
#: rs-csv-importer.php:67
msgid "ods"
msgstr "ods"
#: rs-csv-importer.php:66
msgid "csv"
msgstr "csv"
#: rs-csv-importer.php:65
msgid "Download example CSV files:"
msgstr "サンプルCSVファイルをダウンロード:"
#: rs-csv-importer.php:63
msgid "You must quote all text cells."
msgstr "全てのテキストセルを引用符で囲ってください。"
#: rs-csv-importer.php:62
msgid "You must use field delimiter as \"%s\""
msgstr "フィールド区切りに \"%s\" を使用してください。"
#: rs-csv-importer.php:61
msgid "Select UTF-8 as charset."
msgstr "文字セットにUTF-8を選択してください。"
#: rs-csv-importer.php:59
msgid "Requirements:"
msgstr "必須:"
#: rs-csv-importer.php:58
msgid "Excel-style CSV file is unconventional and not recommended. LibreOffice has enough export options and recommended for most users."
msgstr "エクセル形式のCSVファイルとは互換性がなく、推奨しません。LibreOfficeはほとんどのユーザーに最適な出力オプションを提供します。"
#: rs-csv-importer.php:57
msgid "Choose a CSV (.csv) file to upload, then click Upload file and import."
msgstr "アップロードするCSV (.csv) ファイルを選択し、「ファイルをアップロードしてインポート」をクリックしてください。"
#: rs-csv-importer.php:47
msgid "Import CSV"
msgstr "CSVをインポート"
#: class-rscsv_import_post_helper.php:423
msgid "Could not get remote file."
msgstr "リモートファイルを取得できませんでした。"
#: class-rscsv_import_post_helper.php:196
#: class-rscsv_import_post_helper.php:216
#: class-rscsv_import_post_helper.php:238
#: class-rscsv_import_post_helper.php:264
#: class-rscsv_import_post_helper.php:279
#: class-rscsv_import_post_helper.php:295
#: class-rscsv_import_post_helper.php:393
msgid "WP_Post object is not set."
msgstr "WP_Postオブジェクトがセットされていません。"
#: class-rscsv_import_post_helper.php:74
msgid "Provided Post ID not found."
msgstr "指定された投稿IDが見つかりません。"