about summary refs log tree commit diff
path: root/config/locales/simple_form.th.yml
diff options
context:
space:
mode:
authorKoala Yeung <koalay@gmail.com>2017-05-08 21:56:00 +0800
committerEugen Rochko <eugen@zeonfederated.com>2017-05-08 15:56:00 +0200
commitcbd673601c5f762d71f65404c3b7ad5b3751ee8c (patch)
tree81d6e698e4d370dde4b1dd0476ecf511640b8d0c /config/locales/simple_form.th.yml
parent66a3979cbad92d20cdf0bfabc7184d3744ad89ae (diff)
Add Thai langauge (#2903)
* Updated Thai language

* locale: remove unused translation in Thai

* locale: add Thai to settings menu and application

* locale: fix activerecord.th.yml format
Diffstat (limited to 'config/locales/simple_form.th.yml')
-rw-r--r--config/locales/simple_form.th.yml53
1 files changed, 53 insertions, 0 deletions
diff --git a/config/locales/simple_form.th.yml b/config/locales/simple_form.th.yml
new file mode 100644
index 000000000..22d6e870f
--- /dev/null
+++ b/config/locales/simple_form.th.yml
@@ -0,0 +1,53 @@
+---
+th:
+  simple_form:
+    hints:
+      defaults:
+        avatar: PNG, GIF or JPG. At most 2MB. Will be downscaled to 120x120px
+        display_name: '%{counter} characters left'
+        header: PNG, GIF or JPG. At most 2MB. Will be downscaled to 700x335px
+        locked: Requires you to manually approve followers and defaults post privacy to followers-only
+        note: '%{counter} characters left'
+      imports:
+        data: CSV file exported from another Mastodon instance
+      sessions:
+        otp: Enter the Two-factor code from your phone or use one of your recovery codes.
+      user:
+        allowed_languages: These languages will be allowed in your public timelines. Languages that are not selected will be filtered out.
+    labels:
+      defaults:
+        avatar: Avatar
+        confirm_new_password: Confirm new password
+        confirm_password: Confirm password
+        current_password: Current password
+        data: ข้อมูล
+        display_name: Display name
+        email: E-mail address
+        header: Header
+        locale: ภาษา
+        locked: Lock account
+        new_password: New password
+        note: Bio
+        otp_attempt: Two-factor code
+        password: พาร์สเวิร์ด
+        setting_auto_play_gif: Auto-play animated GIFs
+        setting_boost_modal: Show confirmation dialog before boosting
+        setting_default_privacy: Post privacy
+        severity: Severity
+        type: Import type
+        username: Username
+      interactions:
+        must_be_follower: Block notifications from non-followers
+        must_be_following: Block notifications from people you don't follow
+      notification_emails:
+        digest: Send digest e-mails
+        favourite: Send e-mail when someone favourites your status
+        follow: Send e-mail when someone follows you
+        follow_request: Send e-mail when someone requests to follow you
+        mention: Send e-mail when someone mentions you
+        reblog: Send e-mail when someone boosts your status
+    'no': 'ไม่'
+    required:
+      mark: "*"
+      text: required
+    'yes': 'ใช่'