Translating CC Deeds

From Creative Commons
Jump to:navigation,search

As of January 2018, the Affiliate Network transitioned to a Global Network, where everyone - individuals and institutions - are welcome. The Creative Commons Global Network works together to realize our shared values and build relationships around the world.Interested in signing up?Become a member athttps://network.www.familygiver.com/. You can also join ourTranslation Working Group on Slack, to stay informed about materials that need to be translated or to suggest new materials.

Creative Commons usesTransifexto manage translations for the website and our open source software projects. Information on translating usinggettext and poEditis also available.

To translate to the language that interests you, please follow these steps. Watch the video and read the instructions below:

How-to-translate-cc-deeds.png

Sign up for an account

1. If you were invited to join a CC translation team on Transifex, you should’ve received an email with a link to set up your account. Click on the link, then complete the signup form and clickCreate my account. After creating your account, you’ll be automatically taken to the page of the team that you were invited to. If you were not invited, go tohttp://www.transifex.com/signup/然后注册一个账户。You can also login using your Github, Google or LinkedIN account.

2. If asked to activate your account, check your email for the activation link and click on it.

3. On the first page of the welcome page, fill in your name and selectLocalizationas your department andTranslatoras your job title. HitNextto continue.

Transifex welcome step1.jpg

4. The"Join an existing project"选项将为您预先选择。HitNextagain.

Transifex welcome step2.jpg

5. Finally, choose which languages you speak.

6. When you’re ready, clickGet Started.

7. ChooseJoin an existing organizationand search for卡塔尔vs葡萄牙分析. ChooseCreative Commons - Share, Remix, Reuse — Legally(Organization: Creative Commons) orvisit this link.

Transifex-choose-CC.jpg

Join the CC teams

1. Go to the Creative Commons project on Transifex, clickJoin teamand choose the language you wish to translate into. The administrator will approve your request.

2. If a team already exists for the language that interests you, then click on that language and then click theJoin teambutton, which will allow you to send a message to the coordinator for that language asking them to allow you to become a member of that team.

Transifex-teams-1.jpg

3. If a team doesn't yet exist for the language that interests you then simply click theRequest languagebutton. This will send an email to the administrator for the Creative Commons project requesting the new team.

Transifex-teams-2.jpg

Start translating and/or reviewing

  1. With Transifex, you can help to translate theCC Search sectionof the website and the Deeds & Choosers.
  2. Login to Transifex and go to your language. Choose whether you want to translate CC Search or the Deeds & Choosers.
  3. Click onTranslate.
  4. Go to theUntranslatedtab and start translating. When you finish, clickSave all.
  5. You can also review the translations made by your team members. Click onUnreviewedand start reviewing. Don’t forget to add suggestions by clicking on the corresponding button below the translation.

General Notes About Translating

Using the Transifex Web editor

After you selected the untranslated strings, from the strings list on the left, click on the string you want to translate. Your selected string will appear on the right-hand side in the source strings box. Type your translation into the translation box below the source string box. Hit Save or you can hit Save all after you translate several strings.Remember:you only have to translate the language and preserve the formatting or other code that you may find in the original string.

A very interesting feature of Transifex is calledTranslation Memory (TM) and Concordance Search. If the string you're translating is similar to one that was translated in the past, a translation suggestion will appear in the Editor's Suggestions tab. The higher the percentage, the more similar the two source strings are. A 100% match means the two source strings are exactly the same. In such a case, it might be safe to reuse the translation. This is helping Creative Commons to keep the consistency of the Deeds translations.

Concordance search lets you search through the Translation Memory for a specific word or phrase and see how it was translated in other places. This is useful when there's no TM suggestion for a string, but you still want to see how something was translated elsewhere.Read more about this feature at Transifex.

During the translation process, you can refer to theHelp section on Transifex. You can also check any unknown words that you may encounter, inTransifex’s Glossary. Don’t hesitate to ask the opinion of other team members

How to handle ${} or %() in strings

When you see "${license_name}" or "%(license_name)s" in a string, that indicates a substitution (for the real license name). These are placeholders that the translation machinery uses; if you modify this placeholder, the real license name will never be substituted into your string.

As a result,DO NOT:

  • Translate the text ("license_name") into your own language
  • Remove the text
  • Reverse the order of characters because you have a right-to-left language (ie, "{license_name}$")
  • If the text uses the %(), do not remove the trailing character after the close of the parenthesis (i.e. the 's' in "%(license_name)s")

HTML links in strings (i.e., [sometext])

When you encounter an HTML link in a string, you must not translate anything inside of the angle brackets. In the example above, you wouldonlytranslate[sometext], and the rest must be carried into the translation without any changes.

Whitespace Characters

Sometimes you'll see\tor\nin strings. These are left-over from the source files and can be safely omitted.

Wiki Links

Some text contains links to the CC Wiki for more information (ie, issues surrounding fair use, public domain, etc). If you would like to translate those pages in the CC Wiki, you may do so and substitute the link to the translated page in the translation. SeeCCWiki:Translate关于翻译维基页面的说明。

When Does The Server Get Updated?

The live site however is updated with the newest translations every hour. However, caching may delay how soon it appears.