From dfd90dc2155b8b28b325d5b0778f1eebfe402503 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 22 Apr 2015 16:17:09 +1200 Subject: [PATCH] Add translations to transifex --- .tx/config | 8 ++++++++ lang/en.yml | 17 +++++++++++++++++ lang/fi.yml | 55 ++++++++++++++++++++++++----------------------------- 3 files changed, 50 insertions(+), 30 deletions(-) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..342ae51 --- /dev/null +++ b/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.com + +[silverstripe-blog.master-v2] +file_filter = lang/.yml +source_file = lang/en.yml +source_lang = en +type = YML diff --git a/lang/en.yml b/lang/en.yml index 7f5e484..a6ef12b 100755 --- a/lang/en.yml +++ b/lang/en.yml @@ -16,6 +16,18 @@ en: Tag: Tag Tagged: Tagged Tags: Tags + By: by + CONTRIBUTOR: Contributor + EDITOR: Editor + FILTERDESCRIPTION_AUTHOR: 'By {author}' + FILTERDESCRIPTION_CATEGORY: 'In category {category}' + FILTERDESCRIPTION_DATE: 'In {date}' + FILTERDESCRIPTION_PAGE: 'Page {page}' + FILTERDESCRIPTION_TAG: 'Tagged with {tag}' + PERMISSIONS_CATEGORY: 'Blog permissions' + PERMISSION_MANAGE_USERS_DESCRIPTION: 'Manage users for individual blogs' + PERMISSION_MANAGE_USERS_HELP: 'Allow assignment of Editors, Writers, or Contributors to blogs' + WRITER: Writer BlogArchiveWidget: Blog: Blog NumberToDisplay: 'No. to Display' @@ -39,6 +51,11 @@ en: PublishDate: 'Publish Date' SINGULARNAME: 'Blog Post' Tags: Tags + AUTHOR: Author + AdditionalCredits: 'Additional Credits' + Authors: Authors + CUSTOMSUMMARY: 'Add A Custom Summary' + SUMMARY_DESCRIPTION: 'If no summary is specified the first 30 words will be used.' BlogRecentPostsWidget: Blog: Blog NumberOfPosts: 'Number of Posts' diff --git a/lang/fi.yml b/lang/fi.yml index 5d3922d..178ac45 100755 --- a/lang/fi.yml +++ b/lang/fi.yml @@ -1,38 +1,33 @@ fi: + Blog: + Categories: Kategoriat + PostsPerPage: 'Postausta per sivu' + Tags: Avainsanat + BlogArchiveWidget: + Blog: Blogi + NumberToDisplay: 'Näytetään' + BlogCategoriesWidget: + Blog: Blogi + BlogCategory: + Title: Otsikko + BlogPost: + Categories: Kategoriat + FeaturedImage: 'Pääkuvitus' + PageTitleLabel: 'Otsikko' + PublishDate: 'Julkaisupäivä' + Tags: Avainsanat + BlogRecentPostsWidget: + Blog: Blogi + NumberOfPosts: 'Kirjoituksien määrä' + BlogTag: + Title: Otsikko + BlogTagsWidget: + Blog: Blogi GridFieldAddByDBField: + Add: 'Lisää {name}' AddFail: '{class} ei voida tallentaa tietokantaan.' PermissionFail: 'Sinulla ei ole oikeuksia luoda {class}.' - Add: 'Lisää {name}' GridFieldBlogPostState: - StateTitle: 'Tila' Draft: ' Versio tallennettu {date}' Published: ' Julkaistu {date}' Timer: ' Julkaistaan {date}' - Modified: 'Muokattu' - BlogPost: - PublishDate: 'Julkaisupäivä' - Categories: 'Kategoriat' - Tags: 'Avainsanat' - FeaturedImage: 'Pääkuvitus' - PageTitleLabel: 'Otsikko' - Blog: - BlogPosts: 'Blogikirjoitus' - Categories: 'Kategoriat' - Tags: 'Avainsanat' - PostsPerPage: 'Postausta per sivu' - BlogTag: - Title: 'Otsikko' - BlogCategory: - Title: 'Otsikko' - BlogRecentPostsWidget: - Blog: 'Blogi' - NumberOfPosts: 'Kirjoituksien määrä' - BlogCategoriesWidget: - Blog: 'Blogi' - BlogArchiveWidget: - Blog: 'Blogi' - Monthly: 'Kuukausittain' - Yearly: 'Vuosittain' - NumberToDisplay: 'Näytetään' - BlogTagsWidget: - Blog: 'Blogi' \ No newline at end of file