From d43944143af079017c494f046aa171b797f5e680 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 19 Sep 2017 03:27:08 +0200 Subject: Run i18n-tasks normalize (#5003) --- config/locales/simple_form.th.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config/locales/simple_form.th.yml') diff --git a/config/locales/simple_form.th.yml b/config/locales/simple_form.th.yml index c58758da4..87c673600 100644 --- a/config/locales/simple_form.th.yml +++ b/config/locales/simple_form.th.yml @@ -5,13 +5,13 @@ th: defaults: avatar: PNG, GIF or JPG. At most 2MB. Will be downscaled to 120x120px display_name: - one: '1 character left' - other: '%{count} characters left' + one: 1 character left + other: %{count} 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: - one: '1 character left' - other: '%{count} characters left' + one: 1 character left + other: %{count} characters left imports: data: CSV file exported from another Mastodon instance sessions: @@ -48,8 +48,8 @@ th: 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': 'ไม่' + 'no': ไม่ required: mark: "*" text: required - 'yes': 'ใช่' + 'yes': ใช่ -- cgit