Skip to content

Commit 9126c7f

Browse files
SideSpoilenmweblate
authored andcommitted
Translated using Weblate (Japanese)
Currently translated at 41.9% (424 of 1011 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ja/
1 parent 83acf49 commit 9126c7f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

locale/ja.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
11-
"PO-Revision-Date: 2024-01-21 12:01+0000\n"
11+
"PO-Revision-Date: 2024-01-22 14:03+0000\n"
1212
"Last-Translator: Nemoto <[email protected]>\n"
1313
"Language-Team: none\n"
1414
"Language: ja\n"
@@ -362,35 +362,35 @@ msgstr "'%s'には{r0, r1, ...}が必要"
362362
#: py/emitinlinextensa.c
363363
#, c-format
364364
msgid "'%s' integer %d isn't within range %d..%d"
365-
msgstr ""
365+
msgstr "'%s' 整数 %d は範囲 %d..%d 内にありません"
366366

367367
#: py/emitinlinethumb.c
368368
#, c-format
369369
msgid "'%s' integer 0x%x doesn't fit in mask 0x%x"
370-
msgstr ""
370+
msgstr "'%s' 整数 0x%x はマスク 0x%x に適合しません"
371371

372372
#: py/obj.c
373373
#, c-format
374374
msgid "'%s' object doesn't support item assignment"
375-
msgstr ""
375+
msgstr "'%s' オブジェクトは要素の代入をサポートしていません"
376376

377377
#: py/obj.c
378378
#, c-format
379379
msgid "'%s' object doesn't support item deletion"
380-
msgstr ""
380+
msgstr "'%s' オブジェクトは要素の削除をサポートしていません"
381381

382382
#: py/runtime.c
383383
msgid "'%s' object has no attribute '%q'"
384-
msgstr ""
384+
msgstr "'%s' オブジェクトに '%q' という属性はありません"
385385

386386
#: py/obj.c
387387
#, c-format
388388
msgid "'%s' object isn't subscriptable"
389-
msgstr ""
389+
msgstr "'%s' オブジェクトは添え字を使えません"
390390

391391
#: py/objstr.c
392392
msgid "'=' alignment not allowed in string format specifier"
393-
msgstr ""
393+
msgstr "'=' は書式指定子での使用が認められていません"
394394

395395
#: shared-module/struct/__init__.c
396396
msgid "'S' and 'O' are not supported format types"
@@ -406,7 +406,7 @@ msgstr "関数外でのawait"
406406

407407
#: py/compile.c
408408
msgid "'break'/'continue' outside loop"
409-
msgstr ""
409+
msgstr "ループ外の 'break'/'continue'"
410410

411411
#: py/compile.c
412412
msgid "'data' requires at least 2 arguments"
@@ -426,7 +426,7 @@ msgstr "関数外でのreturn"
426426

427427
#: py/compile.c
428428
msgid "'yield from' inside async function"
429-
msgstr ""
429+
msgstr "'yield from' が非同期関数内にあります"
430430

431431
#: py/compile.c
432432
msgid "'yield' outside function"
@@ -442,7 +442,7 @@ msgstr "*xは代入先でなければなりません"
442442

443443
#: py/obj.c
444444
msgid ", in %q\n"
445-
msgstr ""
445+
msgstr "%q 内の\n"
446446

447447
#: shared-bindings/busdisplay/BusDisplay.c
448448
#: shared-bindings/epaperdisplay/EPaperDisplay.c

0 commit comments

Comments
 (0)