Skip to content

Commit 32af109

Browse files
committed
📦 NEW: Added Japanese translation
1 parent 54fe254 commit 32af109

2 files changed

Lines changed: 384 additions & 0 deletions

File tree

languages/benchpress-ja.mo

6.59 KB
Binary file not shown.

languages/benchpress-ja.po

Lines changed: 384 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,384 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: BenchPress\n"
4+
"POT-Creation-Date: 2025-02-06 03:28-0500\n"
5+
"PO-Revision-Date: 2025-02-06 03:33-0500\n"
6+
"Last-Translator: \n"
7+
"Language-Team: \n"
8+
"Language: ja\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"X-Generator: Poedit 3.5\n"
13+
"X-Poedit-Basepath: ..\n"
14+
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
15+
"X-Poedit-WPHeader: benchpress.php\n"
16+
"X-Poedit-SourceCharset: UTF-8\n"
17+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;"
19+
"_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20+
"X-Poedit-SearchPath-0: .\n"
21+
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
22+
"X-Poedit-SearchPathExcluded-1: vendor\n"
23+
24+
#: admin/ajax.php:62
25+
msgid "Snapshot saved!"
26+
msgstr "スナップショットを保存!"
27+
28+
#: admin/ajax.php:89
29+
msgid "Snapshot deleted successfully."
30+
msgstr "スナップショットは正常に削除されました。"
31+
32+
#: admin/ajax.php:91
33+
msgid "Failed to delete snapshot."
34+
msgstr "スナップショットの削除に失敗しました。"
35+
36+
#: admin/ajax.php:94
37+
msgid "Invalid snapshot ID."
38+
msgstr "スナップショットIDが無効です。"
39+
40+
#: admin/ajax.php:120
41+
msgid "All snapshots deleted successfully."
42+
msgstr "すべてのスナップショットが正常に削除されました。"
43+
44+
#: admin/ajax.php:122
45+
msgid "Failed to delete snapshots."
46+
msgstr "スナップショットの削除に失敗しました。"
47+
48+
#: admin/ajax.php:148
49+
msgid "No snapshots available to download."
50+
msgstr "ダウンロード可能なスナップショットはありません。"
51+
52+
#. Plugin Name of the plugin/theme
53+
#: admin/settings.php:16 admin/settings.php:17 admin/settings.php:90
54+
#: includes/helper-functions.php:364
55+
msgid "BenchPress"
56+
msgstr "ベンチプレス"
57+
58+
#: admin/settings.php:27 admin/settings.php:28
59+
#: classes/BenchPress_Snapshots_Table.php:12
60+
msgid "Snapshots"
61+
msgstr "スナップ写真"
62+
63+
#: admin/settings.php:36 admin/settings.php:37 benchpress.php:50
64+
msgid "Settings"
65+
msgstr "設定"
66+
67+
#: admin/settings.php:57 admin/settings.php:144
68+
#: includes/helper-functions.php:356
69+
msgid "BenchPress Settings"
70+
msgstr "ベンチプレスの設定"
71+
72+
#: admin/settings.php:68
73+
msgid "Snapshot Data"
74+
msgstr "スナップショット・データ"
75+
76+
#: admin/settings.php:96
77+
#, php-format
78+
msgid "Total Execution Time: %s seconds"
79+
msgstr "合計実行時間: %s秒"
80+
81+
#: admin/settings.php:149
82+
msgid "Benchmark Options"
83+
msgstr "ベンチマーク・オプション"
84+
85+
#: admin/settings.php:151
86+
msgid "Loop Count for Benchmarks"
87+
msgstr "ベンチマークのループ回数"
88+
89+
#: admin/settings.php:155
90+
msgid "Enable Switch vs Match Benchmark"
91+
msgstr "イネーブル・スイッチ対マッチ・ベンチマーク"
92+
93+
#: admin/settings.php:158
94+
msgid "Enable Transient vs Direct Query Benchmark"
95+
msgstr ""
96+
"トランジェント・ベンチマークとダイレクト・クエリー・ベンチマークの比較"
97+
98+
#: admin/settings.php:160
99+
msgid "Enable Post Meta Access Benchmark"
100+
msgstr "ポスト・メタ・アクセス・ベンチマークを有効にする"
101+
102+
#: admin/settings.php:166
103+
msgid "WP_Query Settings"
104+
msgstr "WP_Query 設定"
105+
106+
#: admin/settings.php:170
107+
msgid "Query Type"
108+
msgstr "クエリータイプ"
109+
110+
#: admin/settings.php:173
111+
msgid "Single Post"
112+
msgstr "記事ページ"
113+
114+
#: admin/settings.php:174
115+
msgid "Multiple Posts"
116+
msgstr "複数の投稿"
117+
118+
#: admin/settings.php:181
119+
msgid "Single Post Query"
120+
msgstr "単一投稿クエリ"
121+
122+
#: admin/settings.php:183
123+
msgid "Post ID"
124+
msgstr "投稿 ID"
125+
126+
#: admin/settings.php:190
127+
msgid "Multiple Post Query"
128+
msgstr "複数投稿クエリ"
129+
130+
#: admin/settings.php:194
131+
msgid "Post Type"
132+
msgstr "投稿タイプ"
133+
134+
#: admin/settings.php:207
135+
msgid "Number of Posts"
136+
msgstr "投稿数"
137+
138+
#: admin/settings.php:211
139+
msgid "Taxonomy"
140+
msgstr "タクソノミー(分類)"
141+
142+
#: admin/settings.php:213
143+
msgid "Select Taxonomy"
144+
msgstr "分類(タクソノミー)を選択"
145+
146+
#: admin/settings.php:225
147+
msgid "Terms (comma-separated)"
148+
msgstr "用語(カンマ区切り)"
149+
150+
#: admin/settings.php:229
151+
msgid "Order By"
152+
msgstr "並び順"
153+
154+
#: admin/settings.php:232 classes/BenchPress_Snapshots_Table.php:26
155+
msgid "Date"
156+
msgstr "日付"
157+
158+
#: admin/settings.php:233
159+
msgid "Title"
160+
msgstr "タイトル"
161+
162+
#: admin/settings.php:234 classes/BenchPress_Snapshots_Table.php:25
163+
msgid "ID"
164+
msgstr "ID"
165+
166+
#: admin/settings.php:235
167+
msgid "Name"
168+
msgstr "名前"
169+
170+
#: admin/settings.php:236
171+
msgid "Author"
172+
msgstr "投稿者"
173+
174+
#: admin/settings.php:237
175+
msgid "Modified"
176+
msgstr "更新日"
177+
178+
#: admin/settings.php:238
179+
msgid "Random"
180+
msgstr "ランダム"
181+
182+
#: admin/settings.php:250
183+
msgid "Order"
184+
msgstr "注文"
185+
186+
#: admin/settings.php:253
187+
msgid "Ascending"
188+
msgstr "昇順"
189+
190+
#: admin/settings.php:254
191+
msgid "Descending"
192+
msgstr "降順"
193+
194+
#: admin/settings.php:260
195+
msgid "Save Settings"
196+
msgstr "設定を保存"
197+
198+
#: classes/BenchPress_Snapshots_Table.php:11
199+
msgid "Snapshot"
200+
msgstr "スナップショット"
201+
202+
#: classes/BenchPress_Snapshots_Table.php:27
203+
msgid "Actions"
204+
msgstr "アクション"
205+
206+
#: classes/BenchPress_Snapshots_Table.php:100
207+
msgid "View Data"
208+
msgstr "データを見る"
209+
210+
#: classes/BenchPress_Snapshots_Table.php:102
211+
msgid "Delete Snapshot"
212+
msgstr "スナップショットの削除"
213+
214+
#: classes/BenchPress_Table.php:18
215+
msgid "Benchmark"
216+
msgstr "ベンチマーク"
217+
218+
#: classes/BenchPress_Table.php:19
219+
msgid "Benchmarks"
220+
msgstr "ベンチマーク"
221+
222+
#: classes/BenchPress_Table.php:32
223+
msgid "Benchmark Name"
224+
msgstr "ベンチマーク名"
225+
226+
#: classes/BenchPress_Table.php:33
227+
msgid "Execution Time (s)"
228+
msgstr "実行時間 (s)"
229+
230+
#: classes/BenchPress_Table.php:34
231+
msgid "Description"
232+
msgstr "説明"
233+
234+
#: includes/helper-functions.php:63
235+
#, php-format
236+
msgid ""
237+
"Time to execute WP_Query by post ID %d, post type %s, ordering by %s (%s), "
238+
"averaged over %d iteration(s)."
239+
msgstr ""
240+
"投稿 ID %d、投稿タイプ %s、順序 %s (%s) で WP_Query を実行するのにかかる時"
241+
"間 (%d 回の反復で平均)。"
242+
243+
#: includes/helper-functions.php:72
244+
#, php-format
245+
msgid ""
246+
"Time to execute WP_Query for %d posts of post type %s, ordering by %s (%s), "
247+
"with taxonomy (%s) and terms (%s), averaged over %d iteration(s)."
248+
msgstr ""
249+
"Time to execute WP_Query for %d posts of post type %s, ordering by %s (%s), "
250+
"with taxonomy (%s) and terms (%s), averaged over %d iteration(s)."
251+
252+
#: includes/helper-functions.php:77 includes/helper-functions.php:78
253+
msgid "none"
254+
msgstr "該当なし"
255+
256+
#: includes/helper-functions.php:84
257+
msgid "WP_Query Benchmark"
258+
msgstr "WP_Queryベンチマーク"
259+
260+
#: includes/helper-functions.php:124
261+
msgid "Array Merge vs Union"
262+
msgstr "アレイのマージとユニオンの比較"
263+
264+
#: includes/helper-functions.php:127
265+
#, php-format
266+
msgid ""
267+
"Comparing array_merge and array union (+). The array_merge is %s by %s "
268+
"seconds on average over %d iterations."
269+
msgstr ""
270+
"Comparing array_merge and array union (+). The array_merge is %s by %s "
271+
"seconds on average over %d iterations."
272+
273+
#: includes/helper-functions.php:168
274+
msgid "Dot Operator vs sprintf"
275+
msgstr "ドット演算子 vs sprintf"
276+
277+
#: includes/helper-functions.php:171
278+
#, php-format
279+
msgid ""
280+
"Comparing dot operator (.) and sprintf for string concatenation. The dot "
281+
"operator is %s by %s seconds on average over %d iterations."
282+
msgstr ""
283+
"Comparing dot operator (.) and sprintf for string concatenation. The dot "
284+
"operator is %s by %s seconds on average over %d iterations."
285+
286+
#: includes/helper-functions.php:251
287+
msgid "Transient Caching vs Direct Query"
288+
msgstr "トランジェント・キャッシングとダイレクト・クエリーの比較"
289+
290+
#: includes/helper-functions.php:254
291+
#, php-format
292+
msgid "Direct query is %s by %s seconds compared to transient caching."
293+
msgstr ""
294+
"トランジェント・キャッシングに比べ、ダイレクト・クエリーは%s×%s秒である。"
295+
296+
#: includes/helper-functions.php:321
297+
#, php-format
298+
msgid ""
299+
"Retrieving post meta for post ID %d using get_post_meta is %s by %s seconds "
300+
"compared to WP_Meta_Query."
301+
msgstr ""
302+
"get_post_metaを使用して投稿ID %dの投稿メタを取得する場合、WP_Meta_Queryと比"
303+
"較して%s秒から%s秒かかります。"
304+
305+
#: includes/helper-functions.php:327
306+
#, php-format
307+
msgid ""
308+
"Retrieving post meta for %d posts using get_post_meta is %s by %s seconds "
309+
"compared to WP_Meta_Query."
310+
msgstr ""
311+
"get_post_metaを使用して%d件の投稿のメタ情報を取得する場合、WP_Meta_Queryと比"
312+
"較して%s秒から%s秒短縮されます。"
313+
314+
#: includes/helper-functions.php:334
315+
msgid "get_post_meta() vs WP_Meta_Query"
316+
msgstr "get_post_meta() vs WP_Meta_Query"
317+
318+
#: includes/helper-functions.php:352
319+
msgid "BenchPress Snapshots"
320+
msgstr "ベンチプレス・スナップショット"
321+
322+
#: includes/helper-functions.php:353
323+
msgid "Clear Snapshots"
324+
msgstr "クリア・スナップショット"
325+
326+
#: includes/helper-functions.php:354
327+
#, fuzzy
328+
msgid "Download Snapshots"
329+
msgstr "スナップショットをダウンロード"
330+
331+
#: includes/helper-functions.php:358 includes/helper-functions.php:370
332+
msgid "Support"
333+
msgstr "サポート"
334+
335+
#: includes/helper-functions.php:361 includes/helper-functions.php:370
336+
msgid "Documentation"
337+
msgstr "ドキュメント"
338+
339+
#: includes/helper-functions.php:365
340+
msgid "Save Snapshot"
341+
msgstr "スナップショットの保存"
342+
343+
#: includes/helper-functions.php:366
344+
#, fuzzy
345+
msgid "Refresh Tests"
346+
msgstr "リフレッシュテスト"
347+
348+
#: includes/helper-functions.php:370
349+
msgid "More Plugins"
350+
msgstr "その他のプラグイン"
351+
352+
#: includes/php-8.0-functions.php:56
353+
#, fuzzy
354+
msgid "Switch vs Match"
355+
msgstr "スイッチ vs マッチ"
356+
357+
#: includes/php-8.0-functions.php:59
358+
#, fuzzy, php-format
359+
msgid "The switch statement is %s by %s seconds compared to match."
360+
msgstr "switch文はmatchと比べて%s×%s秒である。"
361+
362+
#. Plugin URI of the plugin/theme
363+
#, fuzzy
364+
msgid "https://github.com/robertdevore/benchpress/"
365+
msgstr "https://github.com/robertdevore/benchpress/"
366+
367+
#. Description of the plugin/theme
368+
#, fuzzy
369+
msgid ""
370+
"A tool for benchmarking PHP code snippets and WordPress® queries to help "
371+
"developers optimize performance."
372+
msgstr ""
373+
"PHP コードスニペットと WordPress® クエリをベンチマークするツールで、開発者が"
374+
"パフォーマンスを最適化するのに役立ちます。"
375+
376+
#. Author of the plugin/theme
377+
#, fuzzy
378+
msgid "Robert DeVore"
379+
msgstr "ロバート・デヴォア"
380+
381+
#. Author URI of the plugin/theme
382+
#, fuzzy
383+
msgid "https://robertdevore.com/"
384+
msgstr "https://robertdevore.com/"

0 commit comments

Comments
 (0)