cosmic-files/i18n/ja/cosmic_files.ftl
2024-06-13 06:17:42 -06:00

128 lines
3.4 KiB
Text

cosmic-files = COSMICファイル
empty-folder = 空のフォルダ
empty-folder-hidden = 空のフォルダ(隠しファイルあり)
filesystem = ファイルシステム
home = ホーム
trash = ゴミ箱
# List view
name = 名前
modified = 更新日
size = サイズ
# Dialogs
## Empty Trash Dialog
empty-trash = ゴミ箱を空にする
empty-trash-warning = ゴミ箱のアイテムをすべて完全に削除してもよろしいですか?
# New File/Folder Dialog
create-new-file = 新しいファイルを作成
create-new-folder = 新しいフォルダを作成
file-name = ファイル名
folder-name = フォルダ名
file-already-exists = 同じ名前のファイルがすでに存在します。
folder-already-exists = 同じ名前のフォルダがすでに存在します。
name-hidden = 「.」で始まる名前は隠られます。
name-invalid = 「{$filename}」という名前は使用できません。
name-no-slashes = 「/」は名前に含められません。
# Open/Save Dialog
cancel = キャンセル
open = 開く
open-file = ファイルを開く
open-folder = フォルダを開く
open-multiple-files = 複数ファイルを開く
open-multiple-folders = 複数フォルダを開く
save = 保存
save-file = ファイルを保存
# Rename Dialog
rename-file = ファイル名を変更
rename-folder = フォルダ名を変更
# Replace Dialog
replace = 置き換える
replace-title = {$filename}はすでにこの場所に存在します。
replace-warning = 保存するファイルで置き換えますか?置き換えると、内容を上書きます。
# List view
name = 名前
modified = 更新日
size = サイズ
# Context Pages
## About
git-description = {$date}に{$hash}というGitコミット
## Operations
operations = 操作
pending = 保留中
failed = 失敗
complete = 完了
## Open with
open-with = 別のアプリケーションで開く
default-app = {$name} (デフォルト)
## Properties
properties = プロパティ
## Settings
settings = 設定
settings-tab = タブ
settings-show-hidden = 隠しファイルを表示
default-view = デフォルトの表示
icon-size-list = アイコンサイズ(リスト)
icon-size-grid = アイコンサイズ(グリッド)
sorting-name = 並べ替え
direction = 順
ascending = 昇順
descending = 降順
### Appearance
appearance = 外観
theme = テーマ
match-desktop = システム設定に従う
dark = ダーク
light = ライト
# Context menu
new-file = 新しいファイル
new-folder = 新しいフォルダ
open-in-terminal = 端末で開く
move-to-trash = ゴミ箱に移動
restore-from-trash = ゴミ箱から復元
sort-by-name = 名前で並べ替え
sort-by-modified = 更新日で並べ替え
sort-by-size = サイズで並べ替え
# Menu
## File
file = ファイル
new-tab = 新しいタブ
new-window = 新しいウィンドウ
rename = 名前を変更
close-tab = タブを閉じる
quit = 終了
## Edit
edit = 編集
cut = 切り取り
copy = コピー
paste = 貼り付け
select-all = すべてを選択
## View
zoom-in = ズームイン
default-size = デフォルトサイズ
zoom-out = ズームアウト
view = 表示
grid-view = グリッドの表示
list-view = リストの表示
show-hidden-files = 隠しファイルを表示
list-directories-first = ダイレクトリーを最初に表示
menu-settings = 設定...
menu-about = COSMICファイルについて...