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

ja.js « l10n « federation « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0fbed6019aa836435d1c1a73dfca2d7190e8f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "federation",
    {
    "Added to the list of trusted servers" : "信頼済サーバーとしてリストに登録済",
    "Server is already in the list of trusted servers." : "信頼済サイトとして既に登録されています。",
    "No server to federate with found" : "Nextcloud 連携サーバーはありません。",
    "Could not add server" : "サーバーを追加できませんでした",
    "Federation" : "連携",
    "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud 連携では他の信頼済サーバーとユーザーリストをやり取りすること許可します。例えば、連携共有時で他のサーバーのユーザーのIDを自動補完します。",
    "Add server automatically once a federated share was created successfully" : "追加するサーバは自動的に統合され、共有が追加されました",
    "Add" : "追加",
    "Trusted Servers" : "信頼済サーバー",
    "+ Add Nextcloud server" : "Nextcloudサーバーを追加",
    "Nextcloud Server" : "Nextcloud サーバー",
    "Server added to the list of trusted Nextclouds" : "信頼済Nextcloudサーバーとして登録済",
    "No Nextcloud server found" : "Nextcloud サーバーがありません。",
    "Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloudサーバー連携では、他の信頼できるNextcloudサーバーと接続して、ユーザーリストを交換することができます。これを使えば、サーバー連携共有時に他のサーバーのユーザーのIDを自動補完します。",
    "Trusted Nextcloud Servers" : "信頼済のNextcloudサーバー"
},
"nplurals=1; plural=0;");