Page MenuHomePhabricator

Translating Gadget namespaces into Chechen
Closed, DuplicatePublic

Description

Please translate these namespaces

Определение гаджета → Гаджет_къастор
Обсуждение гаджета → Гаджет_йийцар
Обсуждение определения гаджета → Гаджет_къастор_дийцар.

https://ce.wikipedia.org/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8:%D0%A4%D0%BE%D1%80%D1%83%D0%BC#Change_namespace

Event Timeline

It's not completely clear what your request is. There are no ce translations of these namespaces, so these fallback to Russian...

$namespaceNames['ru'] = [
	NS_GADGET => 'Гаджет',
	NS_GADGET_TALK => 'Обсуждение_гаджета',
	NS_GADGET_DEFINITION => 'Определение_гаджета',
	NS_GADGET_DEFINITION_TALK => 'Обсуждение_определения_гаджета',
];

So presumably you want those russian translations replacing with

$namespaceNames['ce'] = [
	NS_GADGET_TALK => 'Гаджет_билгаляккхар',
	NS_GADGET_DEFINITION => 'Гаджет_дийцаре',
	NS_GADGET_DEFINITION_TALK => 'Гаджет_билгалякхарах_дийцаре.',
];

Is the NS_GADGET translation of Гаджет ok?

It's not completely clear what your request is. There are no ce translations of these namespaces, so these fallback to Russian...

$namespaceNames['ru'] = [
	NS_GADGET => 'Гаджет',
	NS_GADGET_TALK => 'Обсуждение_гаджета',
	NS_GADGET_DEFINITION => 'Определение_гаджета',
	NS_GADGET_DEFINITION_TALK => 'Обсуждение_определения_гаджета',
];

So presumably you want those russian translations replacing with

$namespaceNames['ce'] = [
	NS_GADGET_TALK => 'Гаджет_йийцар',
	NS_GADGET_DEFINITION => 'Гаджет_къастор',
	NS_GADGET_DEFINITION_TALK => 'Гаджет_къастор_дийцар',
];

Is the NS_GADGET translation of Гаджет ok?

Yes everything is correct. The gadget will be in both English and Russian

Sorry, I somehow forgot this. I'll do it as soon as possible. However, to be on the safe side, I need to check: is it "билгаляккхар" with two letters к, and "билгалякхарах" with one letter к?

Amire80 renamed this task from Translating namespaces into Chechen to Translating Gadget namespaces into Chechen.Feb 23 2023, 8:15 AM