Farolero v0.2.0 — renombrado + i18n 18 idiomas

Renombrado de 'El Impostor' a 'Farolero'.
Package: es.freetimelab.farolero
18 idiomas: es, en, fr, pt, de, it, ru, ja, ko, zh, zh_TW, ar, hi, tr, pl, nl, ca, eu
Bancos de palabras: es (1000), en (1000), fr (1000)
Pantalla de ajustes con selector de idioma
13138 líneas Dart, 0 issues
This commit is contained in:
ShanaiaBot
2026-04-04 01:25:29 +02:00
parent 1bca50af1d
commit 5a9f592259
31 changed files with 58 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
{
"@@locale": "de",
"appTitle": "Der Hochstapler",
"appTitle": "Farolero",
"subtitle": "Soziales Deduktionsspiel",
"loadingWords": "Wörter werden geladen...",
"playersRange": "3-20 Spieler • Ohne Internet",

View File

@@ -1,6 +1,6 @@
{
"@@locale": "en",
"appTitle": "The Impostor",
"appTitle": "Farolero",
"subtitle": "Social deduction game",
"loadingWords": "Loading words...",
"playersRange": "3-20 players • No internet needed",
@@ -122,7 +122,7 @@
"freeNote": "Free note",
"freeNoteHint": "Personal notes...",
"rulesTitle": "📖 How to play",
"rulesWhatIsTitle": "🎭 What is The Impostor?",
"rulesWhatIsTitle": "🎭 What is Farolero?",
"rulesWhatIsBody": "A social deduction game for 3-20 players. Everyone receives a secret word... except the impostor! Your mission: figure out who's faking it.",
"rulesHowToPlayTitle": "🔍 How do you play?",
"rulesHowToPlayBody": "1. Roles are dealt: everyone receives the same word, except the impostor(s).\n\n2. Discussion: taking turns, each player describes the word WITHOUT saying it directly. The impostor must pretend they know it.\n\n3. Voting: once the discussion ends, everyone votes on who they think the impostor is.\n\n4. Elimination: the player with the most votes is eliminated and it is revealed whether they were the impostor or not.\n\n5. If they were the impostor, they can try to guess the word. If they get it right, the impostors win!",

View File

@@ -1,7 +1,7 @@
{
"@@locale": "es",
"appTitle": "El Impostor",
"appTitle": "Farolero",
"subtitle": "Juego de deducción social",
"loadingWords": "Cargando palabras...",
"playersRange": "3-20 jugadores • Sin internet",
@@ -185,7 +185,7 @@
"freeNoteHint": "Apuntes personales...",
"rulesTitle": "📖 Cómo jugar",
"rulesWhatIsTitle": "🎭 ¿Qué es El Impostor?",
"rulesWhatIsTitle": "🎭 ¿Qué es Farolero?",
"rulesWhatIsBody": "Un juego de deducción social para 3-20 jugadores. Todos reciben una palabra secreta... ¡excepto el impostor! Tu misión: descubrir quién finge.",
"rulesHowToPlayTitle": "🔍 ¿Cómo se juega?",
"rulesHowToPlayBody": "1. Se reparten los roles: todos reciben la misma palabra, excepto el/los impostores.\n\n2. Debate: por turnos, cada jugador describe la palabra SIN decirla directamente. El impostor debe fingir que la conoce.\n\n3. Votación: al terminar el debate, todos votan a quién creen que es el impostor.\n\n4. Eliminación: el más votado queda eliminado y se revela si era impostor o no.\n\n5. Si era impostor, puede intentar adivinar la palabra. Si acierta, ¡los impostores ganan!",

View File

@@ -1,7 +1,7 @@
{
"@@locale": "fr",
"appTitle": "L'Imposteur",
"appTitle": "Farolero",
"subtitle": "Jeu de déduction sociale",
"loadingWords": "Chargement des mots...",
"playersRange": "3-20 joueurs • Sans internet",

View File

@@ -1,7 +1,7 @@
{
"@@locale": "it",
"appTitle": "L'Impostore",
"appTitle": "Farolero",
"subtitle": "Gioco di deduzione sociale",
"loadingWords": "Caricamento parole...",
"playersRange": "3-20 giocatori • Senza internet",

View File

@@ -132,7 +132,7 @@ abstract class AppLocalizations {
/// No description provided for @appTitle.
///
/// In es, this message translates to:
/// **'El Impostor'**
/// **'Farolero'**
String get appTitle;
/// No description provided for @subtitle.
@@ -798,7 +798,7 @@ abstract class AppLocalizations {
/// No description provided for @rulesWhatIsTitle.
///
/// In es, this message translates to:
/// **'🎭 ¿Qué es El Impostor?'**
/// **'🎭 ¿Qué es Farolero?'**
String get rulesWhatIsTitle;
/// No description provided for @rulesWhatIsBody.

View File

@@ -9,7 +9,7 @@ class AppLocalizationsDe extends AppLocalizations {
AppLocalizationsDe([String locale = 'de']) : super(locale);
@override
String get appTitle => 'Der Hochstapler';
String get appTitle => 'Farolero';
@override
String get subtitle => 'Soziales Deduktionsspiel';

View File

@@ -9,7 +9,7 @@ class AppLocalizationsEn extends AppLocalizations {
AppLocalizationsEn([String locale = 'en']) : super(locale);
@override
String get appTitle => 'The Impostor';
String get appTitle => 'Farolero';
@override
String get subtitle => 'Social deduction game';
@@ -365,7 +365,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get rulesTitle => '📖 How to play';
@override
String get rulesWhatIsTitle => '🎭 What is The Impostor?';
String get rulesWhatIsTitle => '🎭 What is Farolero?';
@override
String get rulesWhatIsBody =>

View File

@@ -9,7 +9,7 @@ class AppLocalizationsEs extends AppLocalizations {
AppLocalizationsEs([String locale = 'es']) : super(locale);
@override
String get appTitle => 'El Impostor';
String get appTitle => 'Farolero';
@override
String get subtitle => 'Juego de deducción social';
@@ -366,7 +366,7 @@ class AppLocalizationsEs extends AppLocalizations {
String get rulesTitle => '📖 Cómo jugar';
@override
String get rulesWhatIsTitle => '🎭 ¿Qué es El Impostor?';
String get rulesWhatIsTitle => '🎭 ¿Qué es Farolero?';
@override
String get rulesWhatIsBody =>

View File

@@ -9,7 +9,7 @@ class AppLocalizationsFr extends AppLocalizations {
AppLocalizationsFr([String locale = 'fr']) : super(locale);
@override
String get appTitle => 'L\'Imposteur';
String get appTitle => 'Farolero';
@override
String get subtitle => 'Jeu de déduction sociale';

View File

@@ -9,7 +9,7 @@ class AppLocalizationsIt extends AppLocalizations {
AppLocalizationsIt([String locale = 'it']) : super(locale);
@override
String get appTitle => 'L\'Impostore';
String get appTitle => 'Farolero';
@override
String get subtitle => 'Gioco di deduzione sociale';