Merge remote-tracking branch 'upstream/master' into try-to-merge-upstream

This commit is contained in:
sk
2023-09-29 20:59:12 +02:00
99 changed files with 1804 additions and 177 deletions

View File

@@ -553,4 +553,19 @@
<string name="time_minutes_ago_short">%d นาทีที่แล้ว</string>
<string name="time_hours_ago_short">%d ชั่วโมงที่แล้ว</string>
<string name="time_days_ago_short">%d วันที่แล้ว</string>
<!-- %s is the name of the post language -->
<string name="translate_post">แปลจาก %s</string>
<!-- %1$s is the language, %2$s is the name of the translation service -->
<string name="post_translated">แปลจาก %1$s โดยใช้ %2$s</string>
<string name="translation_show_original">แสดงดั้งเดิม</string>
<string name="translation_failed">การแปลล้มเหลว บางทีผู้ดูแลอาจไม่ได้เปิดใช้งานการแปลในเซิร์ฟเวอร์นี้หรือเซิร์ฟเวอร์นี้กำลังใช้ Mastodon รุ่นเก่ากว่าที่ยังไม่รองรับการแปล</string>
<string name="settings_privacy">ความเป็นส่วนตัวและการเข้าถึง</string>
<string name="settings_discoverable">แสดงโปรไฟล์และโพสต์ในอัลกอริทึมการค้นพบ</string>
<string name="settings_indexable">รวมโพสต์สาธารณะในผลลัพธ์การค้นหา</string>
<plurals name="x_participants">
<item quantity="other">%,d ผู้มีส่วนร่วม</item>
</plurals>
<plurals name="x_posts_today">
<item quantity="other">%,d โพสต์วันนี้</item>
</plurals>
</resources>