Files
NodeBB/public/language/ja/admin/settings/uploads.json

43 lines
3.2 KiB
JSON
Raw Normal View History

2016-12-19 15:51:36 -05:00
{
2017-01-20 18:04:52 +00:00
"posts": "投稿",
2017-02-05 09:21:54 +00:00
"allow-files": "ユーザーが通常のファイルをアップロードできるようにする。",
"private": "アップロードしたファイルを非公開にする",
2019-06-29 09:25:57 +00:00
"strip-exif-data": "EXIFデータを削除",
"private-extensions": "非公開にするファイル拡張子",
2018-07-22 09:28:47 +00:00
"private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.",
2019-06-29 09:25:57 +00:00
"resize-image-width-threshold": "指定した幅より広い場合は画像のサイズを変更します",
2018-11-01 09:27:27 +00:00
"resize-image-width-threshold-help": "(in pixels, default: 1520 pixels, set to 0 to disable)",
"resize-image-width": "Resize images down to specified width",
"resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)",
2018-03-27 09:26:33 +00:00
"resize-image-quality": "Quality to use when resizing images",
"resize-image-quality-help": "Use a lower quality setting to reduce the file size of resized images.",
2017-02-05 09:21:54 +00:00
"max-file-size": "最大ファイルサイズ(KB)",
2017-08-20 09:23:18 +00:00
"max-file-size-help": "(キロバイト,デフォルト:2048 KB)",
2018-09-30 09:26:28 +00:00
"reject-image-width": "Maximum Image Width (in pixels)",
"reject-image-width-help": "Images wider than this value will be rejected.",
"reject-image-height": "Maximum Image Height (in pixels)",
"reject-image-height-help": "Images taller than this value will be rejected.",
2017-02-06 09:21:40 +00:00
"allow-topic-thumbnails": "ユーザーがスレッドのサムネイルをアップロードできるようにする",
"topic-thumb-size": "スレッドのサムネイルの大きさ",
2017-02-05 09:21:54 +00:00
"allowed-file-extensions": "ファイル拡張子が有効になりました。",
2017-02-11 09:21:46 +00:00
"allowed-file-extensions-help": "ここにファイル拡張子のカンマ区切りリストを入力します(例:<code> pdf,xls,doc </ code>)。空のリストは、すべての拡張が許可されていることを意味します。",
2021-04-19 09:11:29 +00:00
"upload-limit-threshold": "Rate limit user uploads to:",
"upload-limit-threshold-per-minute": "Per %1 Minute",
"upload-limit-threshold-per-minutes": "Per %1 Minutes",
2017-02-05 09:21:54 +00:00
"profile-avatars": "プロフィールの顔写真",
"allow-profile-image-uploads": "ユーザーがプロフィール画像をアップロードできるようにする。",
2017-02-06 09:21:40 +00:00
"convert-profile-image-png": "プロフィール画像のアップロードをPNGに変換する",
"default-avatar": "カスタムデフォルトアバター",
2017-02-05 09:21:54 +00:00
"upload": "アップロード",
"profile-image-dimension": "プロファイル画像の寸法",
2017-02-06 09:21:40 +00:00
"profile-image-dimension-help": "(ピクセルで、デフォルト128px)",
"max-profile-image-size": "プロフィール画像の最大ファイルサイズ",
2017-08-20 09:23:18 +00:00
"max-profile-image-size-help": "(キロバイト単位,デフォルト256 KB)",
2017-02-06 09:21:40 +00:00
"max-cover-image-size": "カバー画像の最大サイズ",
2017-08-20 09:23:18 +00:00
"max-cover-image-size-help": "(キロバイト,デフォルト:2,048 KB)",
2017-02-06 09:21:40 +00:00
"keep-all-user-images": "古いバージョンのアバターとプロファイルカバーをサーバーに保管",
"profile-covers": "プロフィールのカバー",
"default-covers": "デフォルトのカバー画像",
"default-covers-help": "アップロードされたカバー画像を持たないアカウントのカンマ区切りのデフォルト表紙画像を追加する"
2017-02-08 09:21:49 +00:00
}