pokemon-showdown/translations/turkish/main.ts
Guangcong Luo 5424ef069f Lint translations and tools
(Our earlier eslint changes missed some things.)
2025-03-01 22:40:58 -08:00

12 lines
390 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import type { Translations } from '../../server/chat';
export const translations: Translations = {
name: "Turkish",
strings: {
"Please follow the rules:": "Lütfen kurallara uyun:",
"[TN: Link to the PS rules for your language (path after pokemonshowdown.com]/rules": "/pages/rules-tr",
"Global Rules": "Genel kurallar",
"${room} room rules": "${room} odası kuralları",
},
};