Thomas--F / BotTracker

BotTracker-Plugin for Piwik
GNU General Public License v3.0
33 stars 14 forks source link

Translations #20

Closed sgiehl closed 9 years ago

sgiehl commented 9 years ago

Piwik recently started to give plugin developers the possibility to use the translation project to get translations for their plugins. Are you interested in using it?

See http://developer.piwik.org/guides/translations#getting-translations-for-your-plugin- for further information.

Thomas--F commented 9 years ago

I have already some language-files for this plugin: en, de, hu, es and it

Every help on this topic is welcome.

sgiehl commented 9 years ago

Ok. I'll setup transifex for your plugin later and import the already existing files

sgiehl commented 9 years ago

Setup is finished. You should now be able to update the language files using the command as described in the developer docs. (Someone already translated it to greek) If you have any troubles feel free to contact me or write me a message on transifex. Cheers!

Thomas--F commented 9 years ago

I've got a transiflex-account now. But when I start my develop-enviroment (LAMP-server with Piwik in development-mode) and try to get the translations with ./console translations:update -u -p -P BotTracker I get only an error-message:

fatal: Not a git repository (or any of the parent directories): .git [Exception] Specifying HTTP Username and HTTP password is only supported for CURL for now.

sgiehl commented 9 years ago

You may need to install curl extension for php to get that running. I'll check why we currently don't handle that with other transport methods

sgiehl commented 9 years ago

I'm about to submit a PR to Piwik that enables http auth for non curl requests, but it may take some days until it will be merged to master

Thomas--F commented 9 years ago

I updated CURL and get all new language files.

Warezov2 commented 9 years ago

Language CZECH. Lang: cs.json

{
"BotTracker": { "PluginDescription" : "Detekuje vyhledavací roboty & spidery a počítá jejich návštěvy bez sledovaní v logu.", "Widgets" : "BotTracker", "DisplayWidget" : "BotTracker Přehled", "BotName" : "Jméno bota",
"BotCount" : "Počet návštěv", "BotKeyword" : "Klíčové slovo", "BotLastVisit" : "Poslední návštěva", "BotActive" : "Aktivní", "ExtraStats": "extra Statistiky", "Config" : "Nastavení BotTracker", "save_changes" : "Uložit", "NoOfActiveBots": "Žádné návštěvy botů pro tuto stránku.",
"true" : "Ano", "false" : "Ne", "Error_empty" : " je prázdný!", "Message_deleted" : " byl smazán!", "Message_bot_inserted" : " bot byl vložen", "insert_db" : "Vložit základní boty", "delete" : "smazat" } }

sgiehl commented 9 years ago

@Warezov2 to help updating the translations, please register at https://www.transifex.com/projects/p/piwik/

Thomas--F commented 9 years ago

CZECH is updated in transiflex