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

ja.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9ce1117d692c7e4f612ab6812f0f6cc63d386db (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "notifications",
    {
    "Failed to perform action" : "アクションの実行に失敗",
    "in {path}" : "{path}に",
    "Notifications" : "通知あり",
    "No notifications" : "通知なし",
    "Dismiss" : "閉じる"
},
"nplurals=1; plural=0;");