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: 90a831b8efa6503f3f06ae655a5956749b6031a6 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "notifications",
    {
    "Notifications" : "通知あり",
    "Failed to perform action" : "アクションの実行に失敗",
    "in {path}" : "{path}に",
    "No notifications" : "通知なし",
    "Dismiss" : "閉じる"
},
"nplurals=1; plural=0;");