You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ja.js 2.1KB

1234567891011121314151617181920212223
  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. "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. "+ Add trusted server" : "+ 信頼するサーバーに追加",
  13. "Trusted server" : "信頼済サーバー",
  14. "Add" : "追加",
  15. "Trusted Servers" : "信頼済サーバー",
  16. "+ Add Nextcloud server" : "Nextcloudサーバーを追加",
  17. "Nextcloud Server" : "Nextcloud サーバー",
  18. "Server added to the list of trusted Nextclouds" : "信頼済Nextcloudサーバーとして登録済",
  19. "No Nextcloud server found" : "Nextcloud サーバーがありません。",
  20. "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を自動補完します。",
  21. "Trusted Nextcloud Servers" : "信頼済のNextcloudサーバー"
  22. },
  23. "nplurals=1; plural=0;");