diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-05-07 02:16:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-05-07 02:16:14 +0000 |
commit | 97f36e62f2bc2dc35db184bc7ab4f3969280510c (patch) | |
tree | 1870e1f1731be5ca9f83182e0bf37df8dfc29d45 /apps/settings/l10n/ja.js | |
parent | 3b0e581dec0ef7b43380cb25c78ed3f7f4034a7f (diff) | |
download | nextcloud-server-97f36e62f2bc2dc35db184bc7ab4f3969280510c.tar.gz nextcloud-server-97f36e62f2bc2dc35db184bc7ab4f3969280510c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/settings/l10n/ja.js')
-rw-r--r-- | apps/settings/l10n/ja.js | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 08042689f5a..0d6bc4f58e7 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -33,6 +33,7 @@ OC.L10N.register( "Groups" : "グループ", "Group list is empty" : "グループリストが空です", "Unable to retrieve the group list" : "グループリストを取得できません", + "_and %n other editor_::_and %n other editors_" : ["他に%n人の編集者"], "Enter your name so other users can see who is editing" : "自分の名前を入力して、他のユーザーの誰が編集中かを確認する", "Edit guest name" : "ゲスト名を編集", "Save guest name" : "ゲスト名を保存", @@ -61,6 +62,7 @@ OC.L10N.register( "{actor} changed your password" : "{actor} がパスワードを変更", "You changed your password" : "パスワードを変更", "Your password was reset by an administrator" : "管理者がパスワードをリセットしました", + "Your password was reset" : "パスワードをリセットしました", "{actor} changed your email address" : "{actor} がメールアドレスを変更しました", "You changed your email address" : "メールアドレスを変更しました", "Your email address was changed by an administrator" : "管理者がメールアドレスを変更しました", @@ -102,6 +104,7 @@ OC.L10N.register( "%1$s changed your password on %2$s." : "%1$sにより %2$sのパスワードを変更しました。", "Your password on %s was changed." : "%s のパスワードを変更しました。", "Your password on %s was reset by an administrator." : "%sのパスワードは、管理者がリセットしました。", + "Your password on %s was reset." : "%s のパスワードをリセットしました。", "Password for %1$s changed on %2$s" : "%1$s のパスワードが %2$sで変更しました", "Password changed for %s" : "%s のパスワードを変更しました", "If you did not request this, please contact an administrator." : "このリクエストをしていない場合は、管理者に問い合わせてください。", @@ -128,14 +131,18 @@ OC.L10N.register( "Mobile & desktop" : "モバイル & デスクトップ", "Create" : "作成", "Change" : "変更", + "Reshare" : "再共有", "Unlimited" : "無制限", "Verifying" : "検証中", + "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "二要素認証はすべてのユーザーと特定のグループに強制することができます。設定済みの二要素プロバイダーがない場合は、システムにログインできません。", "Enforce two-factor authentication" : "二要素認証を強制する", "Limit to groups" : "次のグループに制限", "Enforcement of two-factor authentication can be set for certain groups only." : "二要素認証の強制は特定のグループのみに設定できます。", - "Enforced groups" : "適用されたグループ", - "Excluded groups" : "除外されたグループ", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "グループが選択または除外されると、ユーザーが2FAを適用しているかどうかを判断するために次のロジックが使用されます。グループが選択されていない場合、除外グループのメンバーを除くすべてのユーザーに対して2FAが有効になります。グループが選択されている場合は、2FAは、これらのすべてのメンバーのために有効になっています。 ユーザーが選択されたグループと除外されたグループの両方にいる場合は、選択されたグループが優先され、2FAが適用されます。", + "Two-factor authentication is enforced for all members of the following groups." : "二要素認証は次のグループのすべてのメンバーに強制されています。", + "Enforced groups" : "強制するグループ", + "Two-factor authentication is not enforced for members of the following groups." : "次のグループのメンバーの場合、二要素認証は強制されません。", + "Excluded groups" : "除外するグループ", + "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "グループが選択または除外されている場合、ユーザーに対して二要素認証を強制するかを次のロジックで判断します: 強制するグループが未選択の場合、除外するグループのメンバーを除く全ユーザーに対して二要素認証を強制します。強制するグループが選択されている場合、強制するグループの全メンバーに対して二要素認証を強制します。両方のグループに所属するユーザーに対しては、強制するグループが優先され、二要素認証が強制されます。", "Save changes" : "変更を保存", "This app is supported via your current Nextcloud subscription." : "このアプリは、現行のNextcloudサブスクリプションでサポートされています。", "Supported" : "サポート", |