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

ta.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdc1ba673e0ea691694997bf6d70e59a15c89da8 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "வணக்கம் %s",
    "Hello %s," : "வணக்கம் %s,",
    "seconds ago" : "செக்கன்களுக்கு முன்",
    "Your settings have been updated." : "உங்களின் அமைப்புகள் சேமிக்கப்பட்டன"
},
"nplurals=2; plural=(n != 1);");