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: 6b2a826bb3af65a26736e5434cbc749236f7af47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "notifications",
    {
    "Failed to perform action" : "მოქმედების შესრულება ვერ მოხერხდა",
    "Failed to dismiss notification" : "შეტყობინების გათავისუფლება ვერ მოხერხდა",
    "Failed to dismiss all notifications" : "ყველა შეტყობინების გათავისუფლება ვერ მოხერხდა",
    "in {path}" : "{path}-ში",
    "Admin notifications" : "ადმინისტრაციული შეტყობინებები",
    "Notifications" : "შეტყობინებები",
    "No notifications" : "შეტყობინებები არაა",
    "Dismiss" : "უარყოფა"
},
"nplurals=2; plural=(n!=1);");