|
3 | 3 | <string name="app_name">シンプル ファイル マネージャー</string> |
4 | 4 | <string name="app_launcher_name">ファイル マネージャー</string> |
5 | 5 | <string name="press_back_again">もう一度戻るを押すと終了します</string> |
6 | | - <string name="no_app_found">No app for opening this type of file is available</string> |
7 | | - <string name="go_to_home_folder">Go to home folder</string> |
8 | | - <string name="set_as_home_folder">Set as home folder</string> |
9 | | - <string name="home_folder_updated">Home folder updated</string> |
10 | | - <string name="copy_path">Copy path to clipboard</string> |
11 | | - <string name="path_copied">Path copied</string> |
12 | | - <string name="select_audio_file">Please select an audio file</string> |
13 | | - <string name="search_folder">Search folder</string> |
| 6 | + <string name="no_app_found">この種類のファイルを開くためのアプリがありません</string> |
| 7 | + <string name="go_to_home_folder">ホームフォルダを開く</string> |
| 8 | + <string name="set_as_home_folder">ホームフォルダに設定</string> |
| 9 | + <string name="home_folder_updated">ホームフォルダを更新しました</string> |
| 10 | + <string name="copy_path">パスをクリップボードにコピー</string> |
| 11 | + <string name="path_copied">パスをコピーしました</string> |
| 12 | + <string name="select_audio_file">オーディオファイルを選択してください</string> |
| 13 | + <string name="search_folder">フォルダーを検索</string> |
14 | 14 |
|
15 | 15 | <!-- Compression --> |
16 | | - <string name="compress">Compress</string> |
17 | | - <string name="decompress">Decompress</string> |
18 | | - <string name="compress_as">Compress as</string> |
19 | | - <string name="compressing">Compressing…</string> |
20 | | - <string name="decompressing">Decompressing…</string> |
21 | | - <string name="compression_successful">Compression successful</string> |
22 | | - <string name="decompression_successful">Decompression successful</string> |
23 | | - <string name="compressing_failed">Compressing failed</string> |
24 | | - <string name="decompressing_failed">Decompressing failed</string> |
| 16 | + <string name="compress">圧縮</string> |
| 17 | + <string name="decompress">解凍</string> |
| 18 | + <string name="compress_as">形式を指定して圧縮</string> |
| 19 | + <string name="compressing">圧縮しています…</string> |
| 20 | + <string name="decompressing">解凍しています…</string> |
| 21 | + <string name="compression_successful">正常に圧縮しました</string> |
| 22 | + <string name="decompression_successful">正常に解凍しました</string> |
| 23 | + <string name="compressing_failed">圧縮できませんでした</string> |
| 24 | + <string name="decompressing_failed">解凍できませんでした</string> |
25 | 25 |
|
26 | 26 | <!-- Favorites --> |
27 | | - <string name="favorites">Favorites</string> |
28 | | - <string name="add_favorites">Add favorites</string> |
29 | | - <string name="add_to_favorites">Add to favorites</string> |
30 | | - <string name="remove_from_favorites">Remove from favorites</string> |
31 | | - <string name="manage_favorites">Manage favorites</string> |
32 | | - <string name="go_to_favorite">Go to favorite</string> |
33 | | - <string name="favorites_activity_placeholder">You can add frequently used folders to favorites for easy access from anywhere.</string> |
| 27 | + <string name="favorites">お気に入り</string> |
| 28 | + <string name="add_favorites">お気に入りを追加</string> |
| 29 | + <string name="add_to_favorites">お気に入りに追加</string> |
| 30 | + <string name="remove_from_favorites">お気に入りから削除</string> |
| 31 | + <string name="manage_favorites">お気に入りを管理</string> |
| 32 | + <string name="go_to_favorite">お気に入りを開く</string> |
| 33 | + <string name="favorites_activity_placeholder">よく使うフォルダをお気に入りに追加して、どこからでも簡単にアクセスできます。</string> |
34 | 34 |
|
35 | 35 | <!-- File Editor --> |
36 | | - <string name="file_editor">File Editor</string> |
| 36 | + <string name="file_editor">ファイル エディター</string> |
37 | 37 |
|
38 | 38 | <!-- Settings --> |
39 | | - <string name="enable_root_access">Enable root access</string> |
| 39 | + <string name="enable_root_access">ルートアクセスを有効にする</string> |
40 | 40 |
|
41 | 41 | <!-- Strings displayed only on Google Playstore. Optional, but good to have --> |
42 | 42 | <!-- Short description has to have less than 80 chars --> |
43 | 43 | <string name="app_short_description">ファイルとディレクトリーを参照、編集するためのシンプルなファイルマネージャー。</string> |
44 | 44 | <string name="app_long_description"> |
45 | 45 | ルートファイルやSDカードコンテンツの参照にも使用できます。 簡単に名前の変更、コピー、移動、削除、共有ができます。 |
46 | 46 |
|
47 | | - The fingerprint permission is needed for locking either hidden item visibility, or the whole app. |
| 47 | + 指紋の利用権限は隠し項目の表示設定やアプリをロックするために必要です。 |
48 | 48 |
|
49 | 49 | 広告や不要なアクセス許可は含まれていません。 完全にオープンソースで、ダークテーマも提供しています。 |
50 | 50 |
|
|
0 commit comments