Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/ja.js')
-rw-r--r--apps/comments/l10n/ja.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js
index e56d9defd40..7219cea123d 100644
--- a/apps/comments/l10n/ja.js
+++ b/apps/comments/l10n/ja.js
@@ -1,13 +1,24 @@
OC.L10N.register(
"comments",
{
+ "Comments" : "コメント",
+ "You commented" : "コメント済",
+ "%1$s commented" : "%1$s がコメントを追加",
+ "{author} commented" : "{author} がコメントしました",
+ "You commented on %1$s" : "%1$s にコメントしました",
+ "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>があったとき",
+ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました",
+ "{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。",
+ "Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
"Edit comment" : "コメントを編集",
"Delete comment" : "コメントを削除",
"New comment …" : "新しいコメント...",
"Post" : "追加",
"Cancel" : "キャンセル",
"[Deleted user]" : "[削除済みユーザー]",
- "Comments" : "コメント",
"No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
"More comments …" : "その他のコメント...",
"Save" : "保存",
@@ -17,17 +28,6 @@ OC.L10N.register(
"Error occurred while posting comment" : "コメント投稿中にエラーが発生しました",
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
"Comment" : "コメント",
- "You commented" : "コメント済",
- "%1$s commented" : "%1$s がコメントを追加",
- "{author} commented" : "{author} がコメントしました",
- "You commented on %1$s" : "%1$s にコメントしました",
- "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>があったとき",
- "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました",
- "{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。",
- "Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。"
},