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

ja.js « l10n « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 539557dfec61f2946eb331e4ff1fceaa0925a696 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "federatedfilesharing",
    {
    "Invalid Federated Cloud ID" : "無効な統合されたクラウドID",
    "Sharing %s failed, because this item is already shared with %s" : "%s を共有できませんでした。このアイテムはすでに %s に共有されています。",
    "Not allowed to create a federated share with the same user" : "同じユーザーでフェデレーション共有を作成することは出来ません",
    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないようです。"
},
"nplurals=1; plural=0;");