diff options
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index f066045b0dd..df62fa3e5b7 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -52,9 +52,6 @@ OC.L10N.register( "Maintenance mode is kept active" : "メンテナンスモードが継続中です", "Updating database schema" : "データベースのスキーマを更新", "Updated database" : "データベース更新済み", - "Checking for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認しています", - "Update app \"%s\" from appstore" : "アプリストアから \"%s\" アプリをアップデートする", - "Checked for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認済", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "データベーススキーマ %s がアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)", "Updated \"%1$s\" to %2$s" : "%1$sを%2$sに更新しました", "Set log level to debug" : "ログをデバッグレベルに設定", @@ -158,7 +155,6 @@ OC.L10N.register( "Resetting password" : "パスワードのリセット", "Recommended apps" : "推奨アプリ", "Loading apps …" : "アプリを読み込み中…", - "Could not fetch list of apps from the app store." : "App Storeからアプリのリストを取得できませんでした。", "Installing apps …" : "アプリをインストールしています…", "App download or installation failed" : "アプリのダウンロードまたはインストールに失敗しました", "Cancel" : "キャンセル", @@ -372,6 +368,9 @@ OC.L10N.register( "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "データベーススキーマがアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)", "Checked database schema update" : "指定データベースのスキーマを更新", "Checking updates of apps" : "アプリの更新をチェックしています。", + "Checking for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認しています", + "Update app \"%s\" from appstore" : "アプリストアから \"%s\" アプリをアップデートする", + "Checked for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認済", "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新", "Following apps have been disabled: %s" : "次のアプリが無効にされています: %s", "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Webサーバーは適切にホスト名 \"{url}\" が引けるように設定されていません。より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>を参照ください。", @@ -404,6 +403,7 @@ OC.L10N.register( "_{count} search result in another folder_::_{count} search results in other folders_" : ["他のフォルダーの検索件数 {count}"], "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "このアカウントのメールアドレスにパスワードをリセットするメールが送信されました。 メールが届かなかった場合はあなたのスパム/ジャンクフォルダーをチェックするか、管理者に問い合わせてください。", "Password can not be changed. Please contact your administrator." : "パスワードは変更できません。管理者に問い合わせてください。", + "Could not fetch list of apps from the app store." : "App Storeからアプリのリストを取得できませんでした。", "Nextcloud {app}" : "Nextcloud {app}", "Can't install this app because it is not compatible" : "アプリの互換性がないため、インストールできません", "Can't install this app" : "このアプリはインストールできません", |