aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-08-16 00:20:14 +0000
committerNextcloud bot <bot@nextcloud.com>2024-08-16 00:20:14 +0000
commit1a9b1e9a2ae24f3fa0a5dad456ef6a947023d84c (patch)
tree3b05a3bc783073a098ab32a9e7a14f3bda003268 /apps/comments
parent3b6d9eb774919270728f1d2a68e0527cde74446e (diff)
downloadnextcloud-server-1a9b1e9a2ae24f3fa0a5dad456ef6a947023d84c.tar.gz
nextcloud-server-1a9b1e9a2ae24f3fa0a5dad456ef6a947023d84c.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/l10n/fa.js45
-rw-r--r--apps/comments/l10n/fa.json45
2 files changed, 50 insertions, 40 deletions
diff --git a/apps/comments/l10n/fa.js b/apps/comments/l10n/fa.js
index 7955dbedbc9..d5fcc6c5c1d 100644
--- a/apps/comments/l10n/fa.js
+++ b/apps/comments/l10n/fa.js
@@ -2,31 +2,36 @@ OC.L10N.register(
"comments",
{
"Comments" : "نظرات",
- "You commented" : "You commented",
- "{author} commented" : "{author} commented",
- "You commented on %1$s" : "You commented on %1$s",
- "You commented on {file}" : "You commented on {file}",
- "%1$s commented on %2$s" : "%1$s commented on %2$s",
- "{author} commented on {file}" : "{author} commented on {file}",
- "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files",
+ "You commented" : "دیدگاه شما",
+ "{author} commented" : "{author} دیدگاهی گذاشت",
+ "You commented on %1$s" : "دیدگاهی برای %1$s ثبت کردید",
+ "You commented on {file}" : "دیدگاهی برای {file} ثبت کردید",
+ "%1$s commented on %2$s" : "%1$s دیدگاهی برای %2$s ثبت کرد",
+ "{author} commented on {file}" : "{author} دیدگاهی برای {file} ثبت کرد",
+ "<strong>Comments</strong> for files" : "<strong>دیدگاه‌های</strong> زیر پرونده‌ها ",
"Files" : "پرونده‌ها",
- "{user} mentioned you in a comment on \"{file}\"" : "{user} mentioned you in a comment on \"{file}\"",
- "Files app plugin to add comments to files" : "Files app plugin to add comments to files",
- "Edit comment" : "ویرایش توضیح",
- "Delete comment" : "حذف توضیح",
+ "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "شما در «{file}» و در دیدگاهی که توسط حسابی که بعدتر پاک شده است مورد اشاره قرار گرفته‌اید",
+ "{user} mentioned you in a comment on \"{file}\"" : "{user} در دیدگاهش زیر «{file}» به شما اشاره کرد",
+ "Files app plugin to add comments to files" : "افزونهٔ برنامهٔ Files برای افزودن دیدگاه به پرونده‌ها",
+ "Edit comment" : "ویرایش دیدگاه",
+ "Delete comment" : "حذف دیدگاه",
"Cancel edit" : "Cancel edit",
- "Post comment" : "Post comment",
+ "New comment" : "دیدگاه جدید",
+ "Write a comment …" : "دیدگاهی بنویسید...",
+ "Post comment" : "فرستادن دیدگاه",
+ "@ for mentions, : for emoji, / for smart picker" : "@ برای اشاره، : برای شکلک، / برای انتخاب‌گر هوشمند",
+ "Could not reload comments" : "ناتوانی در دریافت دیدگاه‌ها",
"No comments yet, start the conversation!" : "هنوز هیچ نظری ندارید ، مکالمه را شروع کنید!",
"No more messages" : "No more messages",
"Retry" : "تلاش دوباره",
- "Failed to mark comments as read" : "Failed to mark comments as read",
- "Unable to load the comments list" : "Unable to load the comments list",
- "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} new comments"],
+ "Failed to mark comments as read" : "ناتوانی در علامت زدن دیدگاه‌های به عنوان خوانده شده",
+ "Unable to load the comments list" : "ناتوانی در دریافت فهرست دیدگاه‌ها",
+ "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} دیدگاه جدید"],
"Comment" : "نظر",
- "An error occurred while trying to edit the comment" : "An error occurred while trying to edit the comment",
- "Comment deleted" : "توضیح حذف",
- "An error occurred while trying to delete the comment" : "An error occurred while trying to delete the comment",
- "An error occurred while trying to create the comment" : "An error occurred while trying to create the comment",
- "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"
+ "An error occurred while trying to edit the comment" : "خطایی در خلال تلاش برای ویرایش دیدگاه رخ داد",
+ "Comment deleted" : "دیدگاه حذف شد",
+ "An error occurred while trying to delete the comment" : "خطایی در خلال تلاش برای حذف دیدگاه رخ داد",
+ "An error occurred while trying to create the comment" : "خطایی در خلال تلاش برای ایجاد دیدگاه رخ داد",
+ "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "شما در «{file}» و در دیدگاهی که توسط حسابی که بعدتر پاک شده است مورد اشاره قرار گرفته‌اید"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/comments/l10n/fa.json b/apps/comments/l10n/fa.json
index f29822275ed..d1ce539b598 100644
--- a/apps/comments/l10n/fa.json
+++ b/apps/comments/l10n/fa.json
@@ -1,30 +1,35 @@
{ "translations": {
"Comments" : "نظرات",
- "You commented" : "You commented",
- "{author} commented" : "{author} commented",
- "You commented on %1$s" : "You commented on %1$s",
- "You commented on {file}" : "You commented on {file}",
- "%1$s commented on %2$s" : "%1$s commented on %2$s",
- "{author} commented on {file}" : "{author} commented on {file}",
- "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files",
+ "You commented" : "دیدگاه شما",
+ "{author} commented" : "{author} دیدگاهی گذاشت",
+ "You commented on %1$s" : "دیدگاهی برای %1$s ثبت کردید",
+ "You commented on {file}" : "دیدگاهی برای {file} ثبت کردید",
+ "%1$s commented on %2$s" : "%1$s دیدگاهی برای %2$s ثبت کرد",
+ "{author} commented on {file}" : "{author} دیدگاهی برای {file} ثبت کرد",
+ "<strong>Comments</strong> for files" : "<strong>دیدگاه‌های</strong> زیر پرونده‌ها ",
"Files" : "پرونده‌ها",
- "{user} mentioned you in a comment on \"{file}\"" : "{user} mentioned you in a comment on \"{file}\"",
- "Files app plugin to add comments to files" : "Files app plugin to add comments to files",
- "Edit comment" : "ویرایش توضیح",
- "Delete comment" : "حذف توضیح",
+ "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "شما در «{file}» و در دیدگاهی که توسط حسابی که بعدتر پاک شده است مورد اشاره قرار گرفته‌اید",
+ "{user} mentioned you in a comment on \"{file}\"" : "{user} در دیدگاهش زیر «{file}» به شما اشاره کرد",
+ "Files app plugin to add comments to files" : "افزونهٔ برنامهٔ Files برای افزودن دیدگاه به پرونده‌ها",
+ "Edit comment" : "ویرایش دیدگاه",
+ "Delete comment" : "حذف دیدگاه",
"Cancel edit" : "Cancel edit",
- "Post comment" : "Post comment",
+ "New comment" : "دیدگاه جدید",
+ "Write a comment …" : "دیدگاهی بنویسید...",
+ "Post comment" : "فرستادن دیدگاه",
+ "@ for mentions, : for emoji, / for smart picker" : "@ برای اشاره، : برای شکلک، / برای انتخاب‌گر هوشمند",
+ "Could not reload comments" : "ناتوانی در دریافت دیدگاه‌ها",
"No comments yet, start the conversation!" : "هنوز هیچ نظری ندارید ، مکالمه را شروع کنید!",
"No more messages" : "No more messages",
"Retry" : "تلاش دوباره",
- "Failed to mark comments as read" : "Failed to mark comments as read",
- "Unable to load the comments list" : "Unable to load the comments list",
- "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} new comments"],
+ "Failed to mark comments as read" : "ناتوانی در علامت زدن دیدگاه‌های به عنوان خوانده شده",
+ "Unable to load the comments list" : "ناتوانی در دریافت فهرست دیدگاه‌ها",
+ "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} دیدگاه جدید"],
"Comment" : "نظر",
- "An error occurred while trying to edit the comment" : "An error occurred while trying to edit the comment",
- "Comment deleted" : "توضیح حذف",
- "An error occurred while trying to delete the comment" : "An error occurred while trying to delete the comment",
- "An error occurred while trying to create the comment" : "An error occurred while trying to create the comment",
- "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"
+ "An error occurred while trying to edit the comment" : "خطایی در خلال تلاش برای ویرایش دیدگاه رخ داد",
+ "Comment deleted" : "دیدگاه حذف شد",
+ "An error occurred while trying to delete the comment" : "خطایی در خلال تلاش برای حذف دیدگاه رخ داد",
+ "An error occurred while trying to create the comment" : "خطایی در خلال تلاش برای ایجاد دیدگاه رخ داد",
+ "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "شما در «{file}» و در دیدگاهی که توسط حسابی که بعدتر پاک شده است مورد اشاره قرار گرفته‌اید"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file