Compare commits

..

2 Commits

Author SHA1 Message Date
itepechi a3b03a55f0 Update ja_pedantic translations 2023-09-24 06:59:22 +09:00
itepechi 9820945335 Make line wraps in checkboxes okay 2023-09-24 04:27:54 +09:00
2 changed files with 20 additions and 20 deletions

View File

@ -34,19 +34,24 @@ export default {
<style lang="scss">
@import '../../_variables.scss';
$checkbox-size: 1.2em;
$padding-size: 0.5em;
.checkbox {
position: relative;
display: inline-block;
min-height: 1.2em;
min-height: $checkbox-size;
padding-left: calc($checkbox-size + $padding-size);
&-indicator {
position: relative;
padding-left: 1.2em;
padding-left: calc($checkbox-size + $padding-size);
margin-left: calc(($checkbox-size + $padding-size) * -1);
}
&-indicator::before {
position: absolute;
right: 0;
left: 0;
top: 0;
display: block;
content: '✓';
@ -92,11 +97,6 @@ export default {
color: $fallback--text;
color: var(--inputText, $fallback--text);
}
}
& > span {
margin-left: .5em;
}
}
</style>

View File

@ -348,7 +348,7 @@
"password_reset_required": "ログインするためにパスワードを初期化してください。",
"password_reset_required_but_mailer_is_disabled": "パスワードの初期化が必要ですが、初期化は使えません。インスタンスの管理者に連絡してください。",
"placeholder": "メールアドレスまたはユーザー名",
"return_home": "ホームページに戻る",
"return_home": "ホームに戻る",
"too_many_requests": "試行回数の制限に達しました。しばらく時間を置いてから再試行してください。"
},
"polls": {
@ -577,11 +577,11 @@
"hide_list_aliases_error_action": "閉じる",
"hide_media_previews": "メディアのプレビューを隠す",
"hide_muted_posts": "ミュートしているユーザーの投稿を隠す",
"hide_muted_threads": "ミュートしているスレを隠す",
"hide_muted_threads": "ミュートしているスレッドを隠す",
"hide_post_stats": "投稿の統計を隠す(例:お気に入りの数)",
"hide_shoutbox": "Shoutboxを表示しない",
"hide_site_favicon": "ページ上にアイコンを隠す",
"hide_site_name": "インスタンス名を隠す",
"hide_site_favicon": "ページ上部にインスタンスのアイコンを表示しない",
"hide_site_name": "ページ上部にインスタンスの名前を表示しない",
"hide_threads_with_blocked_users": "ブロックしているユーザーをメンションする投稿を隠す",
"hide_user_stats": "ユーザーの統計を隠す(例:フォロワーの数)",
"hide_wallpaper": "インスタンスのバックグラウンドを隠す",
@ -590,7 +590,7 @@
"import_followers_from_a_csv_file": "CSVファイルからフォローをインポートする",
"import_mutes_from_a_csv_file": "CSVファイルからミュートをインポートする",
"import_theme": "ロード",
"inputRadius": "インプットフィールド",
"inputRadius": "入力フィールド",
"instance_default": "(デフォルト:{value}",
"instance_default_simple": "(デフォルト)",
"interface": "インターフェース",
@ -599,7 +599,7 @@
"limited_availability": "非対応のブラウザです",
"links": "リンク",
"list_aliases_error": "エイリアスを読み込めませんでした:{error}",
"list_backups_error": "バクアップを読み込めませんでした:{error}",
"list_backups_error": "バクアップを読み込めませんでした:{error}",
"lock_account_description": "確認した人にのみフォローを許可する",
"loop_video": "ビデオをループさせる",
"loop_video_silent_only": "音のないビデオだけループさせる",
@ -974,7 +974,7 @@
"hide_attachment": "ファイルを隠す",
"hide_content": "隠す",
"hide_full_subject": "警告を隠す",
"many_attachments": "ファイル{number}件があります",
"many_attachments": "ファイル{number}件があります",
"mentions": "メンション",
"move_down": "右に移動",
"move_up": "左に移動",
@ -1013,7 +1013,7 @@
"thread_follow_with_icon": "{icon} {text}",
"thread_hide": "スレッドを隠す",
"thread_muted": "ミュートされたスレッド",
"thread_muted_and_words": "以下の単語を含むため",
"thread_muted_and_words": "対象の単語",
"thread_show": "スレッドを表示",
"thread_show_full": "{numStatus}件の返信を見る",
"thread_show_full_with_icon": "{icon} {text}",
@ -1025,10 +1025,10 @@
"you": "(あなた)"
},
"time": {
"in_future": "{0}",
"in_future": "{0}",
"in_past": "{0}前",
"now": "たった今",
"now_short": "たった今",
"now_short": "今",
"unit": {
"days": "{0}日",
"days_short": "{0}日",
@ -1128,7 +1128,7 @@
"blocks_you": "ブロックされています",
"bot": "bot",
"deactivated": "無効",
"deny": "お断り",
"deny": "拒否",
"deny_confirm": "フォローリクエストを拒否しますか?",
"deny_confirm_accept_button": "拒否",
"deny_confirm_cancel_button": "キャンセル",