nextcloud/apps/federation/l10n/ja.js

15 lines
1.2 KiB
JavaScript
Raw Normal View History

2016-02-25 09:58:06 +03:00
OC.L10N.register(
"federation",
{
2016-06-20 15:53:04 +03:00
"Server added to the list of trusted Nextclouds" : "Nextcloud の信頼済サイト に追加されているサーバー",
2016-02-25 09:58:06 +03:00
"Server is already in the list of trusted servers." : "信頼済サイトとして既に登録されています。",
2016-06-20 15:53:04 +03:00
"No Nextcloud server found" : "Nextcloudサーバーが見つかりません",
2016-02-25 09:58:06 +03:00
"Could not add server" : "サーバーを追加できませんでした",
"Federation" : "連携",
2016-06-20 15:53:04 +03:00
"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のユーザーディレクトリを相互に接続することができます。例えば、連携で共有したときには、連携先の外部ユーザー名の自動補完を使えるようになります。",
2016-03-22 15:10:33 +03:00
"Add server automatically once a federated share was created successfully" : "追加するサーバは自動的に統合され、共有が追加されました",
2016-06-20 15:53:04 +03:00
"Nextcloud Server" : "Nextcloudサーバ",
"Trusted Nextcloud Servers" : "Nextcloudサーバを信頼する"
2016-02-25 09:58:06 +03:00
},
"nplurals=1; plural=0;");