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: ef615e57b793f7bb021cfb1dd231fcd7494f03bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "管理者の通知",
    "Notifications" : "通知あり",
    "This app provides a backend and frontend for the notification API available in Nextcloud." : "このアプリは、Nextcloudで利用可能な通知APIのバックエンドとフロントエンドを提供します。",
    "Failed to dismiss all notifications" : "すべての通知を破棄できませんでした",
    "Failed to perform action" : "アクションの実行に失敗",
    "Failed to dismiss notification" : "通知の却下に失敗しました",
    "in {path}" : "{path}に",
    "No notifications" : "通知なし",
    "Dismiss" : "閉じる"
},
"nplurals=1; plural=0;");