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