fix time formats
This commit is contained in:
parent
cfb55594a5
commit
a32cd0a98c
28 changed files with 825 additions and 755 deletions
|
@ -91,6 +91,7 @@
|
|||
"dms": "ダイレクトメッセージ",
|
||||
"public_tl": "公開タイムライン",
|
||||
"timeline": "タイムライン",
|
||||
"lists": "リスト",
|
||||
"twkn": "すべてのネットワーク",
|
||||
"user_search": "ユーザーを探す",
|
||||
"search": "検索",
|
||||
|
@ -100,7 +101,8 @@
|
|||
"bookmarks": "ブックマーク",
|
||||
"timelines": "タイムライン",
|
||||
"chats": "チャット",
|
||||
"home_timeline": "ホームタイムライン"
|
||||
"home_timeline": "ホームタイムライン",
|
||||
"announcements": "お知らせ"
|
||||
},
|
||||
"notifications": {
|
||||
"broken_favorite": "ステータスが見つかりません。探しています…",
|
||||
|
@ -178,7 +180,8 @@
|
|||
"direct": "ダイレクト: メンションされたユーザーのみに届きます",
|
||||
"private": "フォロワー限定: フォロワーのみに届きます",
|
||||
"public": "パブリック: 公開タイムラインに届きます",
|
||||
"unlisted": "アンリステッド: 公開タイムラインに届きません"
|
||||
"unlisted": "アンリステッド: 公開タイムラインに届きません",
|
||||
"local": "ローカル: 連合に送信しません"
|
||||
},
|
||||
"media_description_error": "メディアのアップロードに失敗しました。もう一度お試しください",
|
||||
"empty_status_error": "投稿内容を入力してください",
|
||||
|
@ -218,6 +221,7 @@
|
|||
"app_name": "アプリの名称",
|
||||
"security": "セキュリティ",
|
||||
"enter_current_password_to_confirm": "あなたのアイデンティティを証明するため、現在のパスワードを入力してください",
|
||||
"expert_mode": "詳細設定を表示",
|
||||
"mfa": {
|
||||
"otp": "OTP",
|
||||
"setup_otp": "OTPのセットアップ",
|
||||
|
@ -289,6 +293,8 @@
|
|||
"hide_attachments_in_convo": "スレッドのファイルを隠す",
|
||||
"hide_attachments_in_tl": "タイムラインのファイルを隠す",
|
||||
"hide_muted_posts": "ミュートしているユーザーの投稿を隠す",
|
||||
"hide_muted_threads": "ミュートしているスレを隠す",
|
||||
"hide_wordfiltered_statuses": "単語フィルタに一致する投稿を隠す",
|
||||
"max_thumbnails": "投稿に含まれるサムネイルの最大数",
|
||||
"hide_isp": "インスタンス固有パネルを隠す",
|
||||
"preload_images": "画像を先読みする",
|
||||
|
@ -605,38 +611,40 @@
|
|||
"right_sidebar": "サイドバーを右に表示"
|
||||
},
|
||||
"time": {
|
||||
"day": "{0}日",
|
||||
"days": "{0}日",
|
||||
"day_short": "{0}日",
|
||||
"days_short": "{0}日",
|
||||
"hour": "{0}時間",
|
||||
"hours": "{0}時間",
|
||||
"hour_short": "{0}時間",
|
||||
"hours_short": "{0}時間",
|
||||
"in_future": "{0}で",
|
||||
"in_past": "{0}前",
|
||||
"minute": "{0}分",
|
||||
"minutes": "{0}分",
|
||||
"minute_short": "{0}分",
|
||||
"minutes_short": "{0}分",
|
||||
"month": "{0}ヶ月前",
|
||||
"months": "{0}ヶ月前",
|
||||
"month_short": "{0}ヶ月前",
|
||||
"months_short": "{0}ヶ月前",
|
||||
"now": "たった今",
|
||||
"now_short": "たった今",
|
||||
"second": "{0}秒",
|
||||
"seconds": "{0}秒",
|
||||
"second_short": "{0}秒",
|
||||
"seconds_short": "{0}秒",
|
||||
"week": "{0}週間",
|
||||
"weeks": "{0}週間",
|
||||
"week_short": "{0}週間",
|
||||
"weeks_short": "{0}週間",
|
||||
"year": "{0}年",
|
||||
"years": "{0}年",
|
||||
"year_short": "{0}年",
|
||||
"years_short": "{0}年"
|
||||
"in_future": "{0}で",
|
||||
"in_past": "{0}前",
|
||||
"unit": {
|
||||
"day": "{0}日",
|
||||
"days": "{0}日",
|
||||
"day_short": "{0}日",
|
||||
"days_short": "{0}日",
|
||||
"hour": "{0}時間",
|
||||
"hours": "{0}時間",
|
||||
"hour_short": "{0}時間",
|
||||
"hours_short": "{0}時間",
|
||||
"minute": "{0}分",
|
||||
"minutes": "{0}分",
|
||||
"minute_short": "{0}分",
|
||||
"minutes_short": "{0}分",
|
||||
"month": "{0}ヶ月前",
|
||||
"months": "{0}ヶ月前",
|
||||
"month_short": "{0}ヶ月前",
|
||||
"months_short": "{0}ヶ月前",
|
||||
"second": "{0}秒",
|
||||
"seconds": "{0}秒",
|
||||
"second_short": "{0}秒",
|
||||
"seconds_short": "{0}秒",
|
||||
"week": "{0}週間",
|
||||
"weeks": "{0}週間",
|
||||
"week_short": "{0}週間",
|
||||
"weeks_short": "{0}週間",
|
||||
"year": "{0}年",
|
||||
"years": "{0}年",
|
||||
"year_short": "{0}年",
|
||||
"years_short": "{0}年"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"collapse": "たたむ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue