11# -*- coding: utf-8 -*-
22#
33# K2hash Python Driver under MIT License
4- #
54# Copyright (c) 2022 Yahoo Japan Corporation
6- #
75# For the full copyright and license information, please view
86# the license file that was distributed with this source code.
9- #
107# AUTHOR: Hirotaka Wakabayashi
118# CREATE: Tue Feb 08 2022
129# REVISION:
13- #
1410#, fuzzy
1511msgid ""
1612msgstr ""
1713"Project-Id-Version : k2hash \n "
1814"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2022-03-01 19:15 +0900\n "
15+ "POT-Creation-Date : 2023-09-26 14:11 +0900\n "
2016"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
2117"Last-Translator : Hirotaka Wakabayashi <hiwakaba@yahoo-corp.jp>\n "
2218"Language-Team : Antpickax <antpickax-support@mail.yahoo.co.jp>\n "
2319"MIME-Version : 1.0\n "
2420"Content-Type : text/plain; charset=utf-8\n "
2521"Content-Transfer-Encoding : 8bit\n "
26- "Generated-By : Babel 2.9 .1\n "
22+ "Generated-By : Babel 2.12 .1\n "
2723
2824#: ../../k2hash.rst:2 k2hash:1 of
2925msgid "k2hash package"
@@ -34,15 +30,15 @@ msgid "Submodules"
3430msgstr "サブモジュール"
3531
3632#: ../../k2hash.rst:8
37- msgid "k2hash.k2hash モジュール "
38- msgstr ""
33+ msgid "k2hash.k2hash module "
34+ msgstr "k2hashモジュール "
3935
4036#: k2hash.k2hash:1 k2hash.keyqueue:1 k2hash.queue:1 of
4137msgid "K2hash Python Driver under MIT License"
4238msgstr ""
4339
44- #: k2hash.k2hash.K2hash :1 k2hash.k2hash.K2hashIterator :1
45- #: k2hash.keyqueue.KeyQueue:1 k2hash.queue.Queue :1 of
40+ #: k2hash.basequeue.BaseQueue :1 k2hash.k2hash.K2hash :1
41+ #: k2hash.k2hash.K2hashIterator :1 of
4642msgid "Bases: :py:class:`object`"
4743msgstr ""
4844
@@ -116,9 +112,8 @@ msgstr "トランザクションログファイル記述子を取得します。
116112msgid "Gets the number of transaction thread pool."
117113msgstr "トランザクション用スレッド数を取得します。"
118114
119- #: k2hash.K2hash.handle:1 k2hash.KeyQueue.handle:1 k2hash.Queue.handle:1
120- #: k2hash.k2hash.K2hash.handle:1 k2hash.keyqueue.KeyQueue.handle:1
121- #: k2hash.queue.Queue.handle:1 of
115+ #: k2hash.BaseQueue.handle:1 k2hash.K2hash.handle:1
116+ #: k2hash.k2hash.K2hash.handle:1 of
122117msgid "Returns a Queue handle."
123118msgstr "キューハンドルを返します。"
124119
@@ -156,7 +151,7 @@ msgstr "キーを削除します。"
156151
157152#: k2hash.k2hash.K2hash.remove_subkeys:1 of
158153msgid "Removes subkeys from the key."
159- msgstr "サブキーを削除します。
154+ msgstr "サブキーを削除します"
160155
161156#: k2hash.k2hash.K2hash.rename:1 of
162157msgid "Renames a key with a new key."
@@ -206,6 +201,10 @@ msgstr "k2hashのiteratorを実装しています。"
206201msgid "k2hash.keyqueue module"
207202msgstr ""
208203
204+ #: k2hash.keyqueue.KeyQueue:1 k2hash.queue.Queue:1 of
205+ msgid "Bases: :py:class:`~k2hash.basequeue.BaseQueue`"
206+ msgstr ""
207+
209208#: k2hash.keyqueue.KeyQueue:1 of
210209msgid ""
211210"KeyQueue class provides methods to handle key/value pairs in k2hash hash "
@@ -247,7 +246,7 @@ msgstr "キューから要素を削除します。"
247246
248247#: ../../k2hash.rst:24
249248msgid "k2hash.queue module"
250- msgstr ""
249+ msgstr "k2hash.queue モジュール "
251250
252251#: k2hash.queue.Queue:1 of
253252msgid ""
@@ -260,7 +259,7 @@ msgid "Module contents"
260259msgstr "モジュール"
261260
262261#: k2hash.AttrPack:1 k2hash.KeyPack:1 of
263- msgid "Bases: :py:class:`_ctypes.Structure`"
262+ msgid "Bases: :py:class:`~ _ctypes.Structure`"
264263msgstr ""
265264
266265#: k2hash.AttrPack:1 of
@@ -273,8 +272,15 @@ msgstr "Attr構造体"
273272msgid "Structure/Union member"
274273msgstr "構造体のメンバー"
275274
275+ #: k2hash.basequeue.BaseQueue:1 of
276+ #, fuzzy
277+ msgid ""
278+ "Baseueue class provides methods to handle key/value pairs in k2hash hash "
279+ "database."
280+ msgstr "Queueクラスは、キュー操作メソッドを提供します。"
281+
276282#: k2hash.DumpLevel:1 k2hash.LogLevel:1 k2hash.OpenFlag:1 k2hash.TimeUnit:1 of
277- msgid "Bases: :py:class:`enum.Enum`"
283+ msgid "Bases: :py:class:`~ enum.Enum`"
278284msgstr ""
279285
280286#: k2hash.DumpLevel:1 of
@@ -297,3 +303,12 @@ msgstr "ファイルオープン用フラグ"
297303msgid "k2hash time units"
298304msgstr "時間単位"
299305
306+ #~ msgid "k2hash.k2hash モジュール"
307+ #~ msgstr ""
308+
309+ #~ msgid "Bases: :py:class:`_ctypes.Structure`"
310+ #~ msgstr ""
311+
312+ #~ msgid "Bases: :py:class:`enum.Enum`"
313+ #~ msgstr ""
314+
0 commit comments