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: c56960976fcc5b34f27bdbcb86cf29ad56d2db54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "გამარჯობა, %s",
    "Hello %s," : "გამარჯობა %s,",
    "Admin notifications" : "ადმინისტრაციული შეტყობინებები",
    "Notifications" : "შეტყობინებები",
    "No notifications" : "შეტყობინებები არაა",
    "Failed to dismiss all notifications" : "ყველა შეტყობინების გათავისუფლება ვერ მოხერხდა",
    "Failed to perform action" : "მოქმედების შესრულება ვერ მოხერხდა",
    "Dismiss" : "უარყოფა",
    "seconds ago" : "წამის წინ",
    "Failed to dismiss notification" : "შეტყობინების გათავისუფლება ვერ მოხერხდა",
    "in {path}" : "{path}-ში",
    "You need to set up your email address before you can receive notification emails." : "ელ-ფოსტაზე შეტყობინების მიღებამდე, საჭიროა მიუთითოთ თქვენი მისამართი.",
    "Never" : "არასდროს",
    "1 hour" : "1 საათი",
    "3 hours" : "3 საათი",
    "Your settings have been updated." : "თქვენი პარამეტრები განახლდა."
},
"nplurals=2; plural=(n!=1);");