diff options
Diffstat (limited to 'apps/comments/l10n/ug.js')
-rw-r--r-- | apps/comments/l10n/ug.js | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/apps/comments/l10n/ug.js b/apps/comments/l10n/ug.js index 589911eeb21..dc45071aa69 100644 --- a/apps/comments/l10n/ug.js +++ b/apps/comments/l10n/ug.js @@ -1,7 +1,35 @@ OC.L10N.register( "comments", { - "Cancel" : "ۋاز كەچ", - "Save" : "ساقلا" + "Comments" : "باھا", + "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" : "ھۆججەتلەر", + "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" : "ھۆججەتلەرگە باھا قوشۇش ئۈچۈن ھۆججەت قىستۇرمىسى", + "Edit comment" : "باھا تەھرىرلەش", + "Delete comment" : "باھانى ئۆچۈرۈڭ", + "Cancel edit" : "تەھرىرلەشنى ئەمەلدىن قالدۇرۇڭ", + "New comment" : "يېڭى باھا", + "Write a comment …" : "باھا يېزىڭ…", + "Post comment" : "ئىنكاس يېزىڭ", + "@ for mentions, : for emoji, / for smart picker" : "@ تىلغا ئېلىش ئۈچۈن ،: emoji ئۈچۈن ، / ئەقلىي ئىقتىدارلىق تاللىغۇچ ئۈچۈن", + "Could not reload comments" : "ئىنكاسلارنى قايتا يۈكلىيەلمىدى", + "Failed to mark comments as read" : "ئىنكاسلارنى ئوقۇشقا بەلگە قويمىدى", + "Unable to load the comments list" : "باھا تىزىملىكىنى يۈكلىيەلمىدى", + "No comments yet, start the conversation!" : "تېخى باھا يوق ، سۆھبەتنى باشلاڭ!", + "No more messages" : "باشقا ئۇچۇر يوق", + "Retry" : "قايتا سىناڭ", + "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 create the comment" : "باھا قۇرماقچى بولغاندا خاتالىق كۆرۈلدى" }, -"nplurals=1; plural=0;"); +"nplurals=2; plural=(n != 1);"); |