diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-25 09:36:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-25 09:36:09 +0000 |
commit | e23a298a8155fb8f74c1ee2fcbef31a418b65db4 (patch) | |
tree | fbf2d2ee9af7470a5221f7127a36d90e5acdb90a /settings/l10n/ja.js | |
parent | 740ff9108b4c600ba2b0a13139ffc84ce09579b1 (diff) | |
download | nextcloud-server-e23a298a8155fb8f74c1ee2fcbef31a418b65db4.tar.gz nextcloud-server-e23a298a8155fb8f74c1ee2fcbef31a418b65db4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/ja.js')
-rw-r--r-- | settings/l10n/ja.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index 3ca023b5efd..10da651fbfa 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -88,7 +88,6 @@ OC.L10N.register( "An error occurred. Please upload an ASCII-encoded PEM certificate." : "エラーが発生しました。ASCIIコードのPEM証明書をアップロードしてください。", "Valid until {date}" : "{date} まで有効", "Delete" : "削除", - "An error occurred: {message}" : "エラーが発生しました: {message}", "Select a profile picture" : "プロファイル画像を選択", "Very weak password" : "非常に弱いパスワード", "Weak password" : "弱いパスワード", @@ -120,8 +119,6 @@ OC.L10N.register( "Login" : "ログイン", "Plain" : "平文", "NT LAN Manager" : "NT LAN マネージャー", - "SSL" : "SSL", - "TLS" : "TLS", "Email server" : "メールサーバー", "Open documentation" : "ドキュメントを開く", "This is used for sending out notifications." : "通知を送信する際に使用します。", @@ -205,8 +202,6 @@ OC.L10N.register( "These groups will still be able to receive shares, but not to initiate them." : "このグループでは、フォルダー共有を開始することはできませんが、共有されたフォルダーを参照することはできます。", "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "共有ダイアログでのユーザー名の自動補完を有効にする。このチェックを無効にした場合は、完全なユーザー名を入力する必要があります。", "Tips & tricks" : "ヒントとコツ", - "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLiteがデータベースとして使用されています。大規模な運用では別のデータベースに切り替えることをお勧めします。", - "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特にデスクトップクライアントをファイル同期に使用する場合,SQLiteは非推奨です.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\"> ドキュメント ↗</a>を参照してください。", "How to do backups" : "バックアップ方法", "Advanced monitoring" : "詳細モニタリング", @@ -289,7 +284,6 @@ OC.L10N.register( "Create" : "作成", "Admin Recovery Password" : "管理者リカバリパスワード", "Enter the recovery password in order to recover the users files during password change" : "パスワード変更時のユーザーのファイルを回復するため、リカバリパスワードを入力してください", - "Group" : "グループ", "Everyone" : "すべてのユーザー", "Admins" : "管理者", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")", @@ -300,9 +294,15 @@ OC.L10N.register( "set new password" : "新しいパスワードを設定", "change email address" : "メールアドレスを変更", "Default" : "デフォルト", + "SSL" : "SSL", + "TLS" : "TLS", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLiteがデータベースとして使用されています。大規模な運用では別のデータベースに切り替えることをお勧めします。", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特にデスクトップクライアントをファイル同期に使用する場合,SQLiteは非推奨です.", + "Group" : "グループ", "APCu" : "APCu", "Redis" : "Redis", "External Storage" : "外部ストレージ", - "Updates" : "アップデート" + "Updates" : "アップデート", + "An error occurred: {message}" : "エラーが発生しました: {message}" }, "nplurals=1; plural=0;"); |