From 002e2e1a165025508366f2e94d9fa4ff488a3be7 Mon Sep 17 00:00:00 2001 From: cutestnekoaqua Date: Thu, 12 Jan 2023 21:17:06 +0100 Subject: [PATCH] chore: translated comments in MkPagination --- packages/client/src/components/MkPagination.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/client/src/components/MkPagination.vue b/packages/client/src/components/MkPagination.vue index 703e8c66b5..ac41012a89 100644 --- a/packages/client/src/components/MkPagination.vue +++ b/packages/client/src/components/MkPagination.vue @@ -45,13 +45,13 @@ export type Paging params?: misskey.Endpoints[E]['req'] | ComputedRef; /** - * 検索APIのような、ページング不可なエンドポイントを利用する場合 - * (そのようなAPIをこの関数で使うのは若干矛盾してるけど) + * When using non-pageable endpoints, such as the search API + * (though it is somewhat inconsistent to use such an API with this function) */ noPaging?: boolean; /** - * items 配列の中身を逆順にする(新しい方が最後) + * array items in reverse order (newest first) */ reversed?: boolean;