Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jan 23, 2024
1 parent 5560f0e commit 553cbfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions l10n/ja.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
OC.L10N.register(
"twofactor_totp",
{
"You enabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 二段階認証を有効にしました。",
"You disabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 二段階認証を無効化しました。",
"You enabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 二要素認証を有効にしました。",
"You disabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 二要素認証を無効化しました。",
"TOTP two-factor authentication disabled by an admin" : "管理者によってTOTP二要素認証は無効にされています",
"TOTP (Authenticator app)" : "TOTP (認証アプリ)",
"Authenticate with a TOTP app" : "TOTPアプリで認証する",
Expand All @@ -17,7 +17,7 @@ OC.L10N.register(
"After you configured your app, enter a test code below to ensure everything works correctly:" : "アプリを設定したら、以下のテストコードを入力してすべてが正しく動作することを確認します。",
"Authentication code" : "認証コード",
"Verify" : "検証",
"Get the authentication code from the two-factor authentication app on your device." : "デバイスの二段階認証アプリで認証コードを取得してください。",
"Get the authentication code from the two-factor authentication app on your device." : "デバイスの二要素認証アプリで認証コードを取得してください。",
"Submit" : "送信"
},
"nplurals=1; plural=0;");
6 changes: 3 additions & 3 deletions l10n/ja.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "translations": {
"You enabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 二段階認証を有効にしました",
"You disabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 二段階認証を無効化しました",
"You enabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 二要素認証を有効にしました",
"You disabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 二要素認証を無効化しました",
"TOTP two-factor authentication disabled by an admin" : "管理者によってTOTP二要素認証は無効にされています",
"TOTP (Authenticator app)" : "TOTP (認証アプリ)",
"Authenticate with a TOTP app" : "TOTPアプリで認証する",
Expand All @@ -15,7 +15,7 @@
"After you configured your app, enter a test code below to ensure everything works correctly:" : "アプリを設定したら、以下のテストコードを入力してすべてが正しく動作することを確認します。",
"Authentication code" : "認証コード",
"Verify" : "検証",
"Get the authentication code from the two-factor authentication app on your device." : "デバイスの二段階認証アプリで認証コードを取得してください",
"Get the authentication code from the two-factor authentication app on your device." : "デバイスの二要素認証アプリで認証コードを取得してください",
"Submit" : "送信"
},"pluralForm" :"nplurals=1; plural=0;"
}

0 comments on commit 553cbfb

Please sign in to comment.