mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-18 03:01:00 -05:00
12 lines
388 B
TypeScript
12 lines
388 B
TypeScript
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ı",
|
||
},
|
||
};
|