2016-09-04

de draft

← Older revision

Revision as of 07:34, September 4, 2016

Line 45:

Line 45:

var i18n = {

var i18n = {

+

/*de: {

+

// WAM Modul-Nachrichten

+

faq:'FAQ',

+

poweredBy:'Powered by',

+

todayTitle:'Heutiger WAM-Wert',

+

unknown:'Unbekannt',

+

wamPage:'Offizielle WAM Seite',

+

yesterdayNotLogged:'Gestriger WAM-Wert ist nicht geloggt.',

+

// FAQ Überschriften/Antworten

+

faqTitle:'Häufig gestellte Fragen',

+

faqWelcome:'Willkommen zum RailWAM FAQ. Es empfiehlt sich auch <a href="http://www.wikia.com/WAM/FAQ">Wikias offizielles WAM FAQ</a> zu lesen.',

+

sectionWAM:'Informationen über WAM-Werte',

+

quesWhatIsWAM:'Was ist WAM?',

+

ansWhatIsWAM:'Der Wikia Aktivitätsmonitor (WAM) ist ein numericher Wert zwischen 0 und 100 der die Aktivität eines Wikis misst. By monitoring WAM, users can see how their wiki\'s health is changing over time.',

+

quesCalcWAM:'Wie wird der WAM-Wert berechnet?',

+

ansCalcWAM:'Laut Wikias offiziellem WAM FAQ sind WAM-Werte eine Kombination aus "Traffic, Aktivität und Wachstum". Wikia legt die genaue Zusammensetzung nicht offen, da Wikis dies sonst ausnutzen könnten, um ihre Platzierung zu manipulieren.',

+

quesImproveWAM:'Wie kann ich den WAM-Wert meines Wikis verbessern?',

+

ansImproveWAM:'Du kannst den WAM-Wert deines Wikis verbessern by encouraging contribution (such as personally welcoming new contributors or writing a blog about your wiki on <a href="http://de.community.wikia.com">Community Central</a>) und creating high-quality content that will keep readers coming back. You can also increase your wiki\'s rank in search engines by adding useful und relevant images und links. Behalte im Hinterkopf, dass das Hinzufügen von irrelevantem Inhalt, Bildern und/oder Links sich Negativ auf den WAM-Wert und Suchranking deines Wikis auswirken können.',

+

quesScoreZero:'Was heisst es, wenn ein Wiki einen WAM-Wert von 0 hat?',

+

ansScoreZero:'WAM wird nur für die Top 5.000 Wikis berechnet. Wikis die nicht in den Top 5.000 sind haben einen WAM-Wert von 0.',

+

sectionRailWAM:'Informationen über RailWAM',

+

quesWhatIsRailWAM:'Was ist RailWAM?',

+

ansWhatIsRailWAM:'RailWAM ist eine JavaScript Erweiterun für Wikiaseiten, welche den aktuellen WAM-Wert für ein Wiki anzeigt, zusammen mit der Veränderung von gestern auf heute. Du kannst weitere Informationen in der <a href="http://dev.wikia.com/wiki/RailWAM">RailWAM Dokumentation</a> finden.',

+

quesInstallRailWAM:'Wie kann ich RailWAM in meinem Wiki installieren?',

+

ansInstallRailWAM:'Bitte schau dir die <a href="http://dev.wikia.com/wiki/RailWAM">RailWAM Dokumentation</a> für Installationsanweisungen an.',

+

quesCreators:'Wer entwickelte RailWAM?',

+

ansCreators:'RailWAM wurde entwickelt und gestaltet von <a href="http://community.wikia.com/wiki/User:Blaster_Niceshot">Blaster Niceshot</a>, und die Idee für das Script wurde ursprünglich vorgeschlagen von <a href="http://community.wikia.com/wiki/User:Demotivator">Demotivator</a>.',

+

// Fehler-Nachrichten

+

errorLoad:'failed to load because it is disabled. Set your "load" configuration option to true to enable it.',

+

errorPage:'failed to load because the current page is not specified as one of the pages RailWAM should load on. Add this page\'s name to the "loadOnPage" configuration option to allow it to load on this page.',

+

errorNamespace:'failed to load because the current page\'s namespace is not specified as one of the namespaces RailWAM should load on. Add this page\'s namespace to the "loadOnNamespace" configuration option to allow it to load on this page.'

+

},*/

en: {

en: {

// WAM module messages

// WAM module messages

Line 77:

Line 109:

errorNamespace:'failed to load because the current page\'s namespace is not specified as one of the namespaces RailWAM should load on. Add this page\'s namespace to the "loadOnNamespace" configuration option to allow it to load on this page.'

errorNamespace:'failed to load because the current page\'s namespace is not specified as one of the namespaces RailWAM should load on. Add this page\'s namespace to the "loadOnNamespace" configuration option to allow it to load on this page.'

},

},

+

+

es: {

es: {

// WAM Module answers

// WAM Module answers

Show more