2016-02-17 01:56:11 -05:00
OC . L10N . register (
"comments" ,
{
2019-02-26 20:12:05 -05:00
"Comments" : "コメント" ,
"You commented" : "コメント済" ,
"{author} commented" : "{author} がコメントしました" ,
2022-03-21 22:28:41 -04:00
"You commented on %1$s" : "%1$s についてコメントしました" ,
2019-02-26 20:12:05 -05:00
"You commented on {file}" : "{file} にコメントしました" ,
"%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました" ,
"{author} commented on {file}" : "{author} が{file} にコメントしました" ,
"<strong>Comments</strong> for files" : "ファイルへの<strong>コメント</strong>があったとき" ,
2024-08-01 20:19:37 -04:00
"Files" : "ファイル" ,
2024-03-26 20:20:10 -04:00
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "あなたは \"{file}\" で、削除されたアカウントのコメントで言及されました" ,
2022-06-11 22:27:53 -04:00
"{user} mentioned you in a comment on \"{file}\"" : "{user} さんが \"{file}\" のコメント内であなたついて言及しました" ,
2019-02-26 20:12:05 -05:00
"Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン" ,
2018-04-11 20:19:20 -04:00
"Edit comment" : "コメントを編集" ,
2016-02-25 01:58:06 -05:00
"Delete comment" : "コメントを削除" ,
2021-05-13 22:24:59 -04:00
"Cancel edit" : "編集をキャンセル" ,
2024-01-24 19:19:15 -05:00
"New comment" : "新しいコメント" ,
"Write a comment …" : "コメントを書く..." ,
2021-05-13 22:24:59 -04:00
"Post comment" : "コメントを投稿" ,
2023-12-03 19:18:27 -05:00
"@ for mentions, : for emoji, / for smart picker" : "メンションには@、絵文字には:、スマートピッカーには/" ,
"Could not reload comments" : "コメントをリロードできませんでした" ,
2020-10-20 22:18:44 -04:00
"No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!" ,
2021-05-13 22:24:59 -04:00
"No more messages" : "これ以上のメッセージはありません" ,
2020-10-20 22:18:44 -04:00
"Retry" : "再試行" ,
2023-05-30 20:17:39 -04:00
"Failed to mark comments as read" : "コメントを既読にすることができませんでした" ,
2021-05-13 22:24:59 -04:00
"Unable to load the comments list" : "コメントリストを読み込めませんでした" ,
2020-10-20 22:18:44 -04:00
"_1 new comment_::_{unread} new comments_" : [ "の未読のコメント {unread}" ] ,
"Comment" : "コメント" ,
2021-05-13 22:24:59 -04:00
"An error occurred while trying to edit the comment" : "コメント編集中にエラーが発生しました" ,
2020-10-20 22:18:44 -04:00
"Comment deleted" : "コメントが削除されました" ,
2021-05-13 22:24:59 -04:00
"An error occurred while trying to delete the comment" : "コメントの削除中にエラーが発生しました" ,
"An error occurred while trying to create the comment" : "コメント中にエラーが発生しました" ,
2024-08-14 20:25:46 -04:00
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "You were mentioned on \"{file}\", in a comment by a user that has since been deleted"
2016-02-17 01:56:11 -05:00
} ,
"nplurals=1; plural=0;" ) ;