nextcloud/apps/federation/l10n/ja.js

18 lines
1.5 KiB
JavaScript
Raw Normal View History

2016-02-25 09:58:06 +03:00
OC.L10N.register(
"federation",
{
2016-07-06 16:28:06 +03:00
"Added to the list of trusted servers" : "信頼済サーバーとしてリストに登録済",
2018-06-15 03:12:49 +03:00
"Server is already in the list of trusted servers." : "信頼済サーバーとしてすでに登録されています。",
"No server to federate with found" : "Nextcloud連携サーバーはありません。",
2016-02-25 09:58:06 +03:00
"Could not add server" : "サーバーを追加できませんでした",
2018-11-15 04:12:14 +03:00
"Federation" : "連携",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "フェデレーションを使用すると、信頼できる他のサーバーと接続してユーザーディレクトリを交換できます。",
2017-02-21 04:08:46 +03:00
"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を自動補完します。",
2018-05-24 03:13:48 +03:00
"Trusted servers" : "信頼済サーバー",
2018-06-24 03:12:06 +03:00
"Add server automatically once a federated share was created successfully" : "連携共有の作成に成功したら自動的にサーバーを追加する",
2017-02-21 04:08:46 +03:00
"+ Add trusted server" : "+ 信頼済サーバーに追加",
2016-11-30 17:18:08 +03:00
"Trusted server" : "信頼済サーバー",
2018-02-01 21:28:02 +03:00
"Add" : "追加"
2016-02-25 09:58:06 +03:00
},
"nplurals=1; plural=0;");