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

ka_GE.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3a8f9e784490a72b5a3bfcc7f8375aae01ee9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "ადმინისტრაციული შეტყობინებები",
    "Notifications" : "შეტყობინებები",
    "No notifications" : "შეტყობინებები არაა",
    "Failed to dismiss all notifications" : "ყველა შეტყობინების გათავისუფლება ვერ მოხერხდა",
    "Failed to perform action" : "მოქმედების შესრულება ვერ მოხერხდა",
    "Dismiss" : "უარყოფა",
    "seconds ago" : "წამის წინ",
    "Failed to dismiss notification" : "შეტყობინების გათავისუფლება ვერ მოხერხდა",
    "in {path}" : "{path}-ში"
},
"nplurals=2; plural=(n!=1);");