Always publish image alt text
Previous code would discard the image alt-text if the user finished writing the text before the image had finished uploading. This code ensures the text is set after the image has completed uploading.
This commit is contained in:
parent
168be9223d
commit
24d7ef7ccb
53 changed files with 209 additions and 288 deletions
|
|
@ -127,7 +127,6 @@
|
|||
<string name="lock_account_label_description">ต้องอนุมัติผู้ติดตามด้วยตัวเอง</string>
|
||||
<string name="lock_account_label">ล็อกบัญชี</string>
|
||||
<string name="action_remove">ลบ</string>
|
||||
<string name="error_failed_set_caption">ตั้งคำอธิบายล้มเหลว</string>
|
||||
<string name="action_set_caption">ตั้งคำอธิบาย</string>
|
||||
<plurals name="hint_describe_for_visually_impaired">
|
||||
<item quantity="other">อธิบายเพื่อผู้บกพร่องทางสายตา
|
||||
|
|
@ -271,11 +270,11 @@
|
|||
<string name="dialog_message_uploading_media">กำลังอัปโหลด…</string>
|
||||
<string name="dialog_title_finishing_media_upload">กำลังอัปโหลดสื่อใกล้เสร็จ</string>
|
||||
<string name="dialog_whats_an_instance">ใส่ที่อยู่หรือโดเมนของ Instance ได้ที่นี่ เช่น mastodon.social icosahedron.website social.tchncs.de และ <a href="https://instances.social">อีกมากมาย!</a>
|
||||
\n
|
||||
\nถ้ายังไม่มีบัญชี สามารถใส่ชื่อ Instance ที่ต้องการจะร่วมแล้วสร้างบัญชีที่นั่น
|
||||
\n
|
||||
\nInstance คือที่ที่หนึ่งไว้โฮสต์บัญชีคุณ แต่คุณยังสามารถสื่อสาร ติดตามบุคคลบน Instance อื่นได้เหมือนอยู่บนไซต์เดียวกัน
|
||||
\n
|
||||
\n
|
||||
\nถ้ายังไม่มีบัญชี สามารถใส่ชื่อ Instance ที่ต้องการจะร่วมแล้วสร้างบัญชีที่นั่น
|
||||
\n
|
||||
\nInstance คือที่ที่หนึ่งไว้โฮสต์บัญชีคุณ แต่คุณยังสามารถสื่อสาร ติดตามบุคคลบน Instance อื่นได้เหมือนอยู่บนไซต์เดียวกัน
|
||||
\n
|
||||
\nพบข้อมูลเพิ่มเติมได้ที่ <a href="https://joinmastodon.org">joinmastodon.org</a> </string>
|
||||
<string name="label_header">ภาพหัวบน</string>
|
||||
<string name="login_connection">กำลังเชื่อมต่อ…</string>
|
||||
|
|
@ -458,7 +457,7 @@
|
|||
<string name="wellbeing_mode_notice">ข้อมูลบางอย่างที่อาจส่งผลต่อสุขภาพจิตของคุณจะถูกซ่อนไว้ซึ่งรวมถึง:
|
||||
\n
|
||||
\n- การแจ้งเตือน ชื่นชอบ/ดัน/ติดตาม
|
||||
\n- จำนวนการ ชื่นชอบ/ดัน บนโพสต์
|
||||
\n- จำนวนการ ชื่นชอบ/ดัน บนโพสต์
|
||||
\n- สถิติ ผู้ติดตาม/โพสต์ ในโปรไฟล์
|
||||
\n
|
||||
\n การแจ้งเตือนแบบพุชจะไม่ได้รับผลกระทบ แต่คุณสามารถตรวจสอบการตั้งค่าการแจ้งเตือนได้ด้วยตนเอง</string>
|
||||
|
|
@ -487,4 +486,4 @@
|
|||
<string name="notification_subscription_format">%s เพิ่งโพสต์</string>
|
||||
<string name="title_announcements">ประกาศ</string>
|
||||
<string name="action_delete_conversation">ลบการสนทนา</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue