ja.js 1.9 KB

1234567891011121314151617
  1. OC.L10N.register(
  2. "federation",
  3. {
  4. "Added to the list of trusted servers" : "信頼済サーバーとしてリストに登録済",
  5. "Server is already in the list of trusted servers." : "信頼済サーバーとしてすでに登録されています。",
  6. "No server to federate with found" : "Nextcloud連携サーバーはありません。",
  7. "Could not add server" : "サーバーを追加できませんでした",
  8. "Trusted servers" : "信頼済サーバー",
  9. "Federation" : "連携",
  10. "Federation allows you to connect with other trusted servers to exchange the user directory." : "フェデレーションを使用すると、信頼できる他のサーバーと接続してユーザーディレクトリを交換できます。",
  11. "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." : "連携では他の信頼済サーバーとユーザーリストをやり取りすること許可します。例えば、連携共有時で他のサーバーのユーザーのIDを自動補完します。",
  12. "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. It is not necessary to add a server as trusted server in order to create a federated share." : "Nextcloud連携では、他の信頼できるサーバーと接続して、ユーザーリストをやりとりすることができます。例えば、これにより他のサーバーのユーザーが連携共有の時に自動的に補完されます。フェデレーション共有を行うときには、信頼できるサーバーとして追加する必要はありません。",
  13. "+ Add trusted server" : "+ 信頼済サーバーに追加",
  14. "Trusted server" : "信頼済サーバー",
  15. "Add" : "追加"
  16. },
  17. "nplurals=1; plural=0;");