diff --git a/saori_ja.qm b/saori_ja.qm index 4ac4e00..beedf00 100644 --- a/saori_ja.qm +++ b/saori_ja.qm Binary files differ diff --git a/saori_ja.ts b/saori_ja.ts index 352e142..461f047 100644 --- a/saori_ja.ts +++ b/saori_ja.ts @@ -59,42 +59,83 @@ Pin - + ピン Notify - + 通知 Auto reload - + 自動更新 Newest - + 最新 Reload - + 更新 Toot + トゥート + + + + <div>%1</div><div>%2</div><div>%3</div><div>email : %4</div><div>%5</div><div>version : %6</div> - + + boosted by: %1 + %1 さんがブースト + + + + + created at : + 投稿日時 : + + + following: フォロー: - + followers: - フォロワー: + フォロワー: + + + + %1 mentioned your status. + %1 さんが言及 + + + + %1 boosted your status. + %1 さんがブースト + + + + %1 favourited your status. + %1 さんがお気に入りに追加 + + + + %1 followed you. + %1 さんにフォローされました + + + + %1 + @@ -186,39 +227,43 @@ - + Accounts アカウント - + home ホーム - + local ローカルタイムライン - + public 連合タイムライン - + notifications 通知 - + + instance + + + + Instances インスタンス - Infomation - 情報 + 情報 diff --git a/saoristyle.css b/saoristyle.css index f99b89b..bf7c5d4 100644 --- a/saoristyle.css +++ b/saoristyle.css @@ -22,7 +22,7 @@ } div.reblogger img { - align:right; + float:none; } span.media_preview { @@ -43,6 +43,7 @@ div.notification_type { font-size:large; + float:none; } div.notification_type img { diff --git a/saoriview.cpp b/saoriview.cpp index 7bdcd5d..39d8b27 100644 --- a/saoriview.cpp +++ b/saoriview.cpp @@ -261,7 +261,7 @@ default: break; } - result += "
"; + result += "
"; result += "
"; result += tr("created at :"); QDateTime dt = QDateTime::fromString(json["created_at"].toString(),"yyyy-MM-ddTHH:mm:ss.zzzZ");