Skip to content

Commit fa393e5

Browse files
committed
[ translate ] Update Japanese translation.
[ translate ] Update PO files. [ translate ] Resolve fuzzy entries.
1 parent 73f9c92 commit fa393e5

3 files changed

Lines changed: 21 additions & 14 deletions

File tree

text-ja/chapter5.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -763,9 +763,12 @@ PSCiで新しいコードを試してみてください。
763763
Nothing
764764
```
765765
766-
*手掛かり*:この関数をdo記法を使った配列内包表記で書いてみましょう。
767-
3. (難しい)`Path`中の最大のファイルと最小のファイルを1つずつ含む配列を返す関数`largestSmallest`を書いてください。
768-
*補足*:空配列や1要素の配列を返すことで、`Path`にそれぞれゼロか1個のファイルがある場合についても考慮してください。
766+
*手掛かり*:do記法を使う配列内包表記で、この関数を書いてみましょう。
767+
3. (難しい)関数`largestSmallest`を書いてください。
768+
`Path`を1つ取り、その`Path`中の最大のファイルと最小のファイルが1つずつ含まれる配列を返します。
769+
*補足*:
770+
`Path`のファイル数がゼロや1個の場合も考慮してください。
771+
それぞれ、空配列や1要素の配列を返すとよいでしょう。
769772
770773
## まとめ
771774

translation/po/all.pot

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# SOME DESCRIPTIVE TITLE
2-
# Copyright (C) YEAR Phil
2+
# Copyright (C) YEAR Phil Freeman
33
# This file is distributed under the same license as the PACKAGE package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
10-
"POT-Creation-Date: 2023-12-10 09:20+0900\n"
10+
"POT-Creation-Date: 2024-08-05 08:18+0900\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17136,8 +17136,9 @@ msgid ""
1713617136
"notation.\n"
1713717137
" 3. (Difficult) Write a function `largestSmallest` which takes a `Path` and "
1713817138
"returns an array containing the single largest and single smallest files in "
17139-
"the `Path`. _Note_: consider the cases where there are zero or one files in "
17140-
"the `Path` by returning an empty or one-element array, respectively.\n"
17139+
"the `Path`, including (recursively) any subdirectories. _Note_: consider the "
17140+
"cases where there are zero or one files in the `Path` by returning an empty "
17141+
"or one-element array, respectively.\n"
1714117142
msgstr ""
1714217143

1714317144
#. type: Plain text

translation/po/ja.po

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: com.github.gemmaro.purescript-book.v0.1.0\n"
18-
"POT-Creation-Date: 2023-12-10 09:20+0900\n"
19-
"PO-Revision-Date: 2023-12-10 09:34+0900\n"
18+
"POT-Creation-Date: 2024-08-05 08:18+0900\n"
19+
"PO-Revision-Date: 2024-08-05 08:25+0900\n"
2020
"Last-Translator: gemmaro <gemmaro.dev@gmail.com>\n"
2121
"Language-Team: none\n"
2222
"Language: ja\n"
@@ -20742,11 +20742,14 @@ msgstr ""
2074220742
#, no-wrap
2074320743
msgid ""
2074420744
" _Hint_: Try to write this function as an array comprehension using do notation.\n"
20745-
" 3. (Difficult) Write a function `largestSmallest` which takes a `Path` and returns an array containing the single largest and single smallest files in the `Path`. _Note_: consider the cases where there are zero or one files in the `Path` by returning an empty or one-element array, respectively.\n"
20746-
msgstr ""
20747-
" *手掛かり*:この関数をdo記法を使った配列内包表記で書いてみましょう。\n"
20748-
" 3. (難しい)`Path`中の最大のファイルと最小のファイルを1つずつ含む配列を返す関数`largestSmallest`を書いてください。\n"
20749-
" *補足*:空配列や1要素の配列を返すことで、`Path`にそれぞれゼロか1個のファイルがある場合についても考慮してください。\n"
20745+
" 3. (Difficult) Write a function `largestSmallest` which takes a `Path` and returns an array containing the single largest and single smallest files in the `Path`, including (recursively) any subdirectories. _Note_: consider the cases where there are zero or one files in the `Path` by returning an empty or one-element array, respectively.\n"
20746+
msgstr ""
20747+
" *手掛かり*:do記法を使う配列内包表記で、この関数を書いてみましょう。\n"
20748+
" 3. (難しい)関数`largestSmallest`を書いてください。\n"
20749+
" `Path`を1つ取り、その`Path`中の最大のファイルと最小のファイルが1つずつ含まれる配列を返します。\n"
20750+
" *補足*:\n"
20751+
" `Path`のファイル数がゼロや1個の場合も考慮してください。\n"
20752+
" それぞれ、空配列や1要素の配列を返すとよいでしょう。\n"
2075020753

2075120754
#. type: Plain text
2075220755
#: ../text/chapter5.md:637

0 commit comments

Comments
 (0)