Created
February 21, 2024 20:10
-
-
Save acedward/f001c423cee8a4c419756b71c5cdfbe8 to your computer and use it in GitHub Desktop.
Tarochi i18n
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const i18n_strings: Record<string, Record<string, string>> = { | |
click_to_continue: { | |
es: 'Haga clic para continuar', | |
// fr: 'Cliquez pour continuer', | |
// de: 'Klicken Sie, um fortzufahren', | |
// it: 'Clicca per continuare', | |
// pt: 'Clique para continuar', | |
// nl: 'Klik om door te gaan', | |
// pl: 'Kliknij, aby kontynuować', | |
// ru: 'Нажмите, чтобы продолжить', | |
// ja: '続行するにはクリック', | |
// ko: '계속하려면 클릭', | |
// zh: '点击继续', | |
// ar: 'انقر للمتابعة', | |
en: 'Click to continue', | |
}, | |
loading: { | |
es: 'Cargando...', | |
// fr: 'Chargement...', | |
// de: 'Wird geladen...', | |
// it: 'Caricamento...', | |
// pt: 'Carregando...', | |
// nl: 'Bezig met laden...', | |
// pl: 'Ładowanie...', | |
// ru: 'Загрузка...', | |
// ja: 'ロード中...', | |
// ko: '로드 중...', | |
// zh: '加载中...', | |
// ar: 'جار التحميل...', | |
en: 'Loading...', | |
}, | |
press_e_to_start: { | |
en: 'Press "E" to Start New Game', | |
}, | |
welcome_text_season_1: { | |
en: "Tarochi Season 1 is currently live and receiving ongoing updates. Genesis Trainers, Monster Sales, TGold, and Whitelist Capture Cards will be available during an update in February-March 2024! Join our community on Discord, X, and other platforms. We're eager to hear from you. Thank you for your support!", | |
es: 'Tarochi Temporada 1 está actualmente en vivo y recibiendo actualizaciones continuas. ¡Entrenadores de Génesis, Ventas de Monstruos, TGold y Tarjetas de Captura de Lista Blanca estarán disponibles durante una actualización en febrero-marzo de 2024! Únete a nuestra comunidad en Discord, X y otras plataformas. Estamos ansiosos por saber de ti. ¡Gracias por tu apoyo!', | |
}, | |
season: { | |
en: 'Season', | |
es: 'Temporada', | |
}, | |
start_new_game: { | |
en: 'Start New Game', | |
es: 'Comenzar un nuevo juego', | |
}, | |
restore_from_wallet: { | |
en: 'Restore from Wallet', | |
es: 'Restaurar desde Billetera', | |
}, | |
move: { | |
en: 'Move', | |
es: 'Mover', | |
}, | |
select: { | |
en: 'Select', | |
es: 'Seleccionar', | |
}, | |
cancel_back: { | |
en: 'Cancel / Back', | |
es: 'Cancelar / Atrás', | |
}, | |
menu: { | |
en: 'Menu', | |
es: 'Menú', | |
}, | |
run: { | |
en: 'Run', | |
es: 'Correr', | |
}, | |
welcome_text_1: { | |
en: 'In Tarochi you need no wallet to start playing!', | |
es: 'En Tarochi no necesitas billetera para comenzar a jugar!', | |
}, | |
welcome_text_2: { | |
en: 'All actions are auto-signed using a Burner Wallet.', | |
es: 'Todas las acciones se firman automáticamente usando una Billetera Local.', | |
}, | |
welcome_text_3: { | |
en: 'Once in-game you can connect it to your real crypto wallet (TAB -> Delegate)', | |
es: 'Una vez en el juego, puedes conectarlo a tu billetera de criptomonedas real (TAB -> Delegar)', | |
}, | |
welcome_text_4: { | |
en: 'Your Player ID is', | |
es: 'Tu ID de jugador es', | |
}, | |
welcome_text_5: { | |
en: 'Welcome to the Autonomous World of Tarochi', | |
es: 'Bienvenido al Mundo Autónomo de Tarochi', | |
}, | |
welcome_text_6: { | |
en: 'A decentralized world that belongs to all.', | |
es: 'Un mundo descentralizado que les pertenece a todos.', | |
}, | |
party_items: { | |
en: 'Party & Items', | |
es: 'Equipo', | |
}, | |
players: { | |
en: 'Players', | |
es: 'Jugadores', | |
}, | |
achievements: { | |
en: 'Achievements', | |
es: 'Logros', | |
}, | |
daily_quests: { | |
en: 'Daily Quests', | |
es: 'Misiones Diarias', | |
}, | |
notifications: { | |
en: 'Notifications', | |
es: 'Notificaciones', | |
}, | |
map: { | |
en: 'Map', | |
es: 'Mapa', | |
}, | |
maximize: { | |
en: 'Maximize', | |
es: 'Maximizar', | |
}, | |
connect_wallet: { | |
en: 'Connect Wallet', | |
es: 'Conectar Billetera', | |
}, | |
social: { | |
en: 'Social', | |
es: 'Social', | |
}, | |
redeem: { | |
en: 'Redeem', | |
es: 'Canjear', | |
}, | |
logoff: { | |
en: 'Log Off', | |
es: 'Cerrar Sesión', | |
}, | |
please_rotate_your_device: { | |
en: 'Please rotate your device', | |
es: 'Por favor gire su dispositivo', | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment