ja.js 1.1 KB

12345678910111213
  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 found" : "ownCloud 連携サーバーはありません。",
  7. "Could not add server" : "サーバーを追加できませんでした",
  8. "Federation" : "連携",
  9. "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を自動補完します。",
  10. "Add server automatically once a federated share was created successfully" : "追加するサーバは自動的に統合され、共有が追加されました",
  11. "Trusted Servers" : "信頼済サーバー"
  12. },
  13. "nplurals=1; plural=0;");