Zum Inhalt springen

Word Counter

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

In Crowdin übersetzen

Below are the principles due to which Crowdin counts words:

  • A word is a combination of letters, punctuation marks, and special characters (e.g.:@ # $ % ^ & * – _ ` ‘ “) followed by space.
  • A sequence of punctuation marks or special characters is not considered a word.
  • By default, HTML tags are considered separate words for most formats, except the following ones: HTML, Front Matter HTML, HAML, MD, Front Matter MD, XML, WEBXML, IDML, XLIFF, XLIFF 2.0, ADOC, DOCX, MIF, DITA. You can change the default word count settings in your project’s Settings > Import > Word count.
  • URLs (e.g. https://crowdin.com) and emails (e.g. support@crowdin.com) are considered one word.
  • Hieroglyphs in Chinese, Japanese, and other hieroglyphic languages are counted as one word/hieroglyph. For example, “ライフ・イン・トウキョウ。” is counted as ten words.

Other examples of how the words are counted:

StringWords
Number is -123.453
<a href=”{0}” target=”_parent”>here</a>1 / 7 (if non-HTML-based format is used)
0 – 1 at 24
two-in-one1
2-in-one1
two-in-11
%file_type%1
hello?world1
hello ? world2
<span style="color: #333333;">☂ ☃ ☀⚤</span>0
© %company%1
01/01/19803
Monday, August 8, 20114
https://ka-graphie.example.com/6d8b.png1
Let’s look2
Let’s look3 (another type of apostrophe is used)
Word(s)2

Beim Arbeiten mit HTML-basierten Dateiformaten können je nach Dateistruktur einige HTML-Attributwerte als übersetzbar eingestuft werden, während andere dies nicht sind. In der folgenden Tabelle siehst du die Liste der Attribute sowie die Situationen, in denen ihre Werte als übersetzbar gelten.

AttributDetailsBeispiel
titleübersetzbar, wenn in einem beliebigen HTML-Tag enthalten<p title="value">Text</p>
srcübersetzbar, wenn in den Tags img, iframe, embed, video, audio, source* oder track* enthalten
* – falls in den übergeordneten Tags video oder audio verschachtelt
<audio src="sound.ogg" controls>Text</audio>
hrefübersetzbar, wenn im a-Tag enthalten<a href="https://www.site.com">Site-Name</a>
dataübersetzbar, wenn im Tag object enthalten<object data="image.jpg"></object>
valueübersetzbar, wenn in den Tags input oder button enthalten<input value="Text">
placeholderübersetzbar, wenn in den Tags input oder textarea enthalten<textarea placeholder="Enter some text here..."></textarea>
altübersetzbar, wenn im Tag img enthalten<img src="image.jpg" alt="Image">
labelübersetzbar, wenn in den Tags optgroup oder track* enthalten
* – falls in den übergeordneten Tags video oder audio verschachtelt
\<optgroup label="Text">
contentübersetzbar, wenn im Tag meta enthalten<meta name="description" content="Text">
War diese Seite hilfreich?