summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/ja/localization/ja/toolkit/about/aboutProfiles.ftl
blob: b140b71ff4b5c0146e50c49bcd230d4175c8d6c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.


profiles-title = プロファイルについて
profiles-subtitle = このページは、プロファイルの管理を助けます。プロファイルごとに環境が分けられており、それぞれに履歴、ブックマーク、設定、アドオンが含まれています。
profiles-create = 新しいプロファイルを作成
profiles-restart-title = 再起動
profiles-restart-in-safe-mode = アドオンを無効にして再起動...
profiles-restart-normal = 通常の再起動...
profiles-conflict = { -brand-product-name } の別のコピーがプロファイルに変更を加えています。さらに変更する前に { -brand-short-name } を再起動しなければなりません。
profiles-flush-fail-title = 変更は保存されません
profiles-flush-conflict = { profiles-conflict }
profiles-flush-failed = 予期しないエラーにより変更の保存が妨げられました。
profiles-flush-restart-button = { -brand-short-name } を再起動

# Variables:
#   $name (String) - Name of the profile
profiles-name = プロファイル: { $name }
profiles-is-default = 既定のプロファイル
profiles-rootdir = ルートディレクトリー

# localDir is used to show the directory corresponding to
# the main profile directory that exists for the purpose of storing data on the
# local filesystem, including cache files or other data files that may not
# represent critical user data. (e.g., this directory may not be included as
# part of a backup scheme.)
# In case localDir and rootDir are equal, localDir is not shown.
profiles-localdir = ローカルディレクトリー
profiles-current-profile = これは使用中のプロファイルです。削除できません。
profiles-in-use-profile = このプロファイルは別のアプリケーションが使用中です。削除できません。

profiles-rename = 名前を変更
profiles-remove = 削除
profiles-set-as-default = 既定のプロファイルに設定
profiles-launch-profile = プロファイルを別のプロセスで起動

profiles-cannot-set-as-default-title = 既定に設定できません
profiles-cannot-set-as-default-message = { -brand-short-name } の既定のプロファイルは変更できません。

profiles-yes = はい
profiles-no = いいえ

profiles-rename-profile-title = プロファイルの名前変更
# Variables:
#   $name (String) - Name of the profile
profiles-rename-profile = プロファイル { $name } の名前を変更します

profiles-invalid-profile-name-title = 不正なプロファイル名
# Variables:
#   $name (String) - Name of the profile
profiles-invalid-profile-name = “{ $name }” というプロファイル名は使用できません。

profiles-delete-profile-title = プロファイルの削除
# Variables:
#   $dir (String) - Path to be displayed
profiles-delete-profile-confirm =
    プロファイルの削除は、使用可能なプロファイルのリストから項目を削除します。この操作は取り消すことができません。
    さらに、プロファイルのデータファイル (設定や証明書、他のユーザー関連のデータを含む) を削除することもできます。このオプションは “{ $dir }” フォルダーを完全に削除します。この操作は取り消すことができません。
    本当にプロファイルのデータファイルを削除しますか?
profiles-delete-files = ファイルを削除
profiles-dont-delete-files = 項目のみ削除

profiles-delete-profile-failed-title = エラー
profiles-delete-profile-failed-message = このプロファイルの削除中にエラーが発生しました。


profiles-opendir =
    { PLATFORM() ->
        [macos] Finder に表示
        [windows] フォルダーを開く
       *[other] ディレクトリーを開く
    }