From 2ad958b796037611c423148e714d77fbb228c879 Mon Sep 17 00:00:00 2001 From: Qasem Hajizadeh Date: Tue, 12 May 2015 16:21:49 +0430 Subject: [PATCH] Create client.bs_BA.yml --- plugins/poll/config/locales/client.bs_BA.yml | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 plugins/poll/config/locales/client.bs_BA.yml diff --git a/plugins/poll/config/locales/client.bs_BA.yml b/plugins/poll/config/locales/client.bs_BA.yml new file mode 100644 index 000000000..af4f45015 --- /dev/null +++ b/plugins/poll/config/locales/client.bs_BA.yml @@ -0,0 +1,30 @@ +# encoding: utf-8 +# This file contains content for the client portion of Discourse, sent out +# to the Javascript app. +# +# To work with us on translations, see: +# https://www.transifex.com/projects/p/discourse-org/ +# +# This is a "source" file, which is used by Transifex to get translations for other languages. +# After this file is changed, it needs to be pushed by a maintainer to Transifex: +# +# tx push -s +# +# Read more here: https://meta.discourse.org/t/contribute-a-translation-to-discourse/14882 +# +# To validate this YAML file after you change it, please paste it into +# http://yamllint.com/ + +bs_BA: + js: + poll: + voteCount: + one: "1 vote" + other: "%{count} votes" + + results: + show: Show Results + hide: Hide Results + + close_poll: "Close Poll" + open_poll: "Open Poll"