From 048ccd73a65b80b51816a20a568750b50961d048 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Mon, 25 Jan 2016 21:50:28 -0200 Subject: [PATCH] Add spb translations on custom locales --- config/custom_locales/development | 1 + config/custom_locales/production/environment.pot | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ config/custom_locales/production/pt/environment.po | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 109 insertions(+), 0 deletions(-) create mode 120000 config/custom_locales/development create mode 100644 config/custom_locales/production/environment.pot create mode 100644 config/custom_locales/production/pt/environment.po diff --git a/config/custom_locales/development b/config/custom_locales/development new file mode 120000 index 0000000..7ca6753 --- /dev/null +++ b/config/custom_locales/development @@ -0,0 +1 @@ +production \ No newline at end of file diff --git a/config/custom_locales/production/environment.pot b/config/custom_locales/production/environment.pot new file mode 100644 index 0000000..9ccf35b --- /dev/null +++ b/config/custom_locales/production/environment.pot @@ -0,0 +1,54 @@ +OME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 1.3.1+spb5-1-g6afad29\n" +"POT-Creation-Date: 2016-01-25 12:28-0200\n" +"PO-Revision-Date: 2016-01-25 17:15-0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: app/views/templates/index.html.erb:13 +msgid "New" +msgstr "" + +#: app/views/blocks/profile_info_actions/_community.html.erb:8 +msgid "Send an e-mail" +msgstr "" + +#: plugins/organization_ratings/views/blocks/display_organization_average_rating.html.erb:23 +msgid "Rate this %s" +msgstr "" + +#: plugins/organization_ratings/views/shared/_rating_button.html.erb:3 +msgid "Rate %s " +msgstr "" + +#: plugins/organization_ratings/views/shared/_make_report_block.html.erb:18 +msgid "Report your experiences." +msgstr "" + +#: plugins/organization_ratings/views/blocks/organization_ratings_block.html.erb:17 +msgid "See more" +msgstr "" + +#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:45 +msgid "Comment (Optional):" +msgstr "" + +#: plugins/software_communities/views/comments_extra_fields.html.erb:3 +msgid "Additional informations" +msgstr "" + +#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:52 +msgid "Send" +msgstr "" diff --git a/config/custom_locales/production/pt/environment.po b/config/custom_locales/production/pt/environment.po new file mode 100644 index 0000000..e983123 --- /dev/null +++ b/config/custom_locales/production/pt/environment.po @@ -0,0 +1,54 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 1.3.1+spb5-1-g6afad29\n" +"POT-Creation-Date: 2016-01-25 12:28-0200\n" +"PO-Revision-Date: 2015-09-11 17:15-0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: app/views/templates/index.html.erb:13 +msgid "New" +msgstr "Novo" + +#: app/views/blocks/profile_info_actions/_community.html.erb:8 +msgid "Send an e-mail" +msgstr "Contatar Administradores" + +#: plugins/organization_ratings/views/blocks/display_organization_average_rating.html.erb:23 +msgid "Rate this %s" +msgstr "Avalie este software" + +#: plugins/organization_ratings/views/shared/_rating_button.html.erb:3 +msgid "Rate %s " +msgstr "Avalie este software" + +#: plugins/organization_ratings/views/shared/_make_report_block.html.erb:18 +msgid "Report your experiences." +msgstr "Relate sua experiência ou do órgão/empresa com relação ao software." + +#: plugins/organization_ratings/views/blocks/organization_ratings_block.html.erb:17 +msgid "See more" +msgstr "Veja todos os relatos" + +#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:45 +msgid "Comment (Optional):" +msgstr "Depoimento sobre o software:" + +#: plugins/software_communities/views/comments_extra_fields.html.erb:3 +msgid "Additional informations" +msgstr "Dados adicionais (órgãos e empresas)" + +#: plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb:52 +msgid "Send" +msgstr "Enviar" -- libgit2 0.21.2