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

my.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76a6ee7865a93a7ecb35269ba139ef77a4ada45e (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "မင်္ဂလာပါ %s",
    "Hello %s," : "မင်္ဂလာပါ %s၊",
    "in {path}" : "{path} တွင်",
    "Your settings have been updated." : "သင်၏ ပြင်ဆင်ချက်များကို မွမ်းမံပြီးဖြစ်သည်။"
},
"nplurals=1; plural=0;");