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