trypost/lang/ja/common.php
Paulo Castellano 36ccc570e0 Rewrite the image cropper as a movable/resizable selection box
Replace the move-image-behind-a-fixed-frame model with a selection box over the fully visible (contain-fit) image: drag to move, corner handles to resize, locked to 1:1 for the square avatar/logo output. The default selection is inset so the crop outline is always visible, handles sit inside the frame so they are never clipped, and wheel/pinch zoom is swallowed. Reset drag state on open/close, guard pointer capture and multi-touch, and fail-safe the canvas encode. Update the crop copy in all 15 locales to match the selection model.
2026-07-04 09:56:31 -03:00

67 lines
2.1 KiB
PHP

<?php
declare(strict_types=1);
return [
'back' => '戻る',
'beta' => 'ベータ',
'confirm_modal' => [
'cannot_be_undone' => 'この操作は取り消せません。',
'type' => '入力',
'to_confirm' => 'で確認してください。',
'copy_to_clipboard' => 'クリップボードにコピー',
'delete_keyword' => '削除',
],
'photo_upload' => [
'upload' => 'アップロード',
'uploading' => 'アップロード中...',
'remove' => '写真を削除',
'hint' => '推奨: 正方形の画像、最大 2 MB。',
'crop_title' => '画像を切り抜く',
'crop_description' => '残したい範囲を選択してください。',
'crop_hint' => 'ドラッグで移動、角でサイズ変更できます。',
'crop_save' => '保存',
'crop_cancel' => 'キャンセル',
'crop_error' => 'この画像を読み込めませんでした。別のファイルをお試しください。',
],
'timezone' => [
'select' => 'タイムゾーンを選択',
'search' => 'タイムゾーンを検索...',
'empty' => 'タイムゾーンが見つかりません',
],
'date_picker' => [
'select' => '日付を選択',
],
'date_range_picker' => [
'placeholder' => '期間を選択',
'today' => '今日',
'yesterday' => '昨日',
'last_7_days' => '過去 7 日間',
'last_30_days' => '過去 30 日間',
'last_3_months' => '過去 3 か月',
'last_6_months' => '過去 6 か月',
'last_12_months' => '過去 12 か月',
'this_month' => '今月',
'last_month' => '先月',
'year_to_date' => '今年(年初から)',
'last_year' => '昨年',
],
'cancel' => 'キャンセル',
'clear' => 'クリア',
'close' => '閉じる',
'loading_more' => 'さらに読み込み中...',
'actions' => [
'copy' => 'コピー',
'copied' => 'コピーしました',
'copy_failed' => 'クリップボードへのコピーに失敗しました',
],
];