Download, description, screenshots, etc of the script:
userscripts.org/scripts/show/134405
Original language:
ES
Display All
Other languages:
Someone with great knowledge of English and Spanish please check the English translation, is the most important due to it's used as source for other translations and as the default language of the script. The other languages were made by some fans of the script, I can't ensure they are 100% correct.
EN
Display All
FR
Display All
IT
Display All
PT
Display All
TR
Display All
userscripts.org/scripts/show/134405
Original language:
Source Code
- {
- // separators
- s_dec: ",",
- s_tho: ".",
- // abb time units
- a_wee: "s",
- a_day: "d",
- a_hou: "h",
- a_min: "m",
- a_sec: "s",
- // buttons
- b_sel:'Seleccionar',
- b_del:'Borrar',
- b_get:'Obtener de esta página',
- b_sav:'Guardar como "Datos antiguos"',
- b_loa:'Cargar datos guardados',
- b_res:'Resetear estadísticas',
- // titles
- t_odt:'Datos antiguos',
- t_ndt:'Datos nuevos',
- t_fmt:'Formato',
- t_col:'Colores',
- t_inc:'Incluir',
- t_out:'Estadísticas (código)',
- t_stb:'Estado',
- t_pre:'Evolución',
- t_exp:'Exportar para foros',
- // period
- p_ago:'hace {period}',
- p_now:'ahora',
- // colors
- c_dbg:'Fondo oscuro',
- c_lbg:'Fondo claro',
- // status (errors)
- e_nod:'No hay datos antiguos',
- e_nnd:'No hay datos nuevos',
- e_odf:'Los datos antiguos tienen un formato erróneo',
- e_ndf:'Los datos nuevos tienen un formato erróneo',
- e_unk:'Error inesperado',
- e_ndt:'Sin datos',
- e_wft:'Formato erróneo',
- // status (success)
- w_pcs:'Procesando',
- // output
- o_tdt:'Evolución de la alianza desde el {oldDate} hasta el {newDate}',
- o_tet:'Tiempo transcurrido',
- o_tas:'Resumen de la alianza',
- o_ptl:'Puntos totales',
- o_ppm:'Puntos por miembro',
- o_ttt:'Top 3 por puntos totales',
- o_tts:'Top 3 por puntos subidos',
- o_ttp:'Top 3 por porcentaje subido',
- o_ttg:'Top 3 por posiciones subidas',
- o_trt:'Ranking por puntos totales',
- o_trs:'Ranking por puntos subidos',
- o_trp:'Ranking por porcentaje subido',
- o_trg:'Ranking por posiciones subidas',
- o_tsc:'Casos especiales',
- o_cnm:'nuevo miembro',
- o_cla:'abandona la alianza',
- o_bdg:'baneado',
- o_bdq:'desbaneado',
- o_abt:'Estadísticas realizadas con {link}',
- // OGame Error
- e_oga:'Error de OGame, recargar esta página puede arreglarlo'
- }
Other languages:
Someone with great knowledge of English and Spanish please check the English translation, is the most important due to it's used as source for other translations and as the default language of the script. The other languages were made by some fans of the script, I can't ensure they are 100% correct.
Source Code
- {
- // separators
- s_dec: ".",
- s_tho: ",",
- s_dat: "/",
- s_tim: ":",
- // abb time units
- a_wee: "w",
- a_day: "d",
- a_hou: "h",
- a_min: "m",
- a_sec: "s",
- // buttons
- b_sel:'Select',
- b_del:'Erase',
- b_get:'Get from this page',
- b_sav:'Save as "Old data"',
- b_loa:'Load saved data',
- b_res:'Reset stats',
- // titles
- t_odt:'Old data',
- t_ndt:'New data',
- t_fmt:'Format',
- t_col:'Colors',
- t_inc:'Include',
- t_out:'Statistics (code)',
- t_stb:'Status',
- t_pre:'Evolution',
- t_exp:'Export to forums',
- // period
- p_ago:'{period} ago',
- p_now:'now',
- // colors
- c_dbg:'Dark background',
- c_lbg:'Light background',
- // status (errors)
- e_nod:'No old data',
- e_nnd:'No new data',
- e_odf:'The old data has wrong format',
- e_ndf:'The new data has wrong format',
- e_unk:'Unexpected error',
- e_ndt:'No data',
- e_wft:'Wrong format',
- // status (success)
- w_pcs:'Processing',
- // output
- o_tdt:'Evolution of the alliance since {oldDate} to {newDate}',
- o_tet:'Elapsed time',
- o_tas:'Alliance summary',
- o_ptl:'Total points',
- o_ppm:'Points per member',
- o_ttt:'Top 3 by total score',
- o_tts:'Top 3 by gained score',
- o_ttp:'Top 3 by gained percent',
- o_ttg:'Top 3 by gained positions',
- o_trt:'Total score rank',
- o_trs:'Gained score rank',
- o_trp:'Gained percent rank',
- o_trg:'Gained positions rank',
- o_tsc:'Special cases',
- o_cnm:'new member',
- o_cla:'leaves the alliance',
- o_bdg:'banned',
- o_bdq:'unbanned',
- o_abt:'Statistics performed with {link}',
- // OGame Error
- e_oga:'OGame Error, reload this page may fix it'
- }
Source Code
- {
- // separators
- s_dec: ".",
- s_tho: ",",
- s_dat: "/",
- s_tim: ":",
- // abb time units
- a_wee: "s",
- a_day: "j",
- a_hou: "h",
- a_min: "m",
- a_sec: "s",
- // buttons
- b_sel:'Sélectionner',
- b_del:'Effacer',
- b_get:'Recharger de cette page',
- b_sav:'Sauvegarder comme "Anciennes données"',
- b_loa:'Charger anciennes données',
- b_res:'Réinitialiser les statistiques',
- // titles
- t_odt:'Anciennes données',
- t_ndt:'Nouvelles données',
- t_fmt:'Format',
- t_col:'Couleur',
- t_inc:'Inclure',
- t_out:'Statistiques (code)',
- t_stb:'Statut',
- t_pre:'Évolution',
- t_exp:'Exporter pour forums',
- // period
- p_ago:'{period} depuis le début',
- p_now:'maintenant',
- // colors
- c_dbg:'Arrière plan foncé',
- c_lbg:'Arrière plan clair',
- // status (errors)
- e_nod:'Pas d\'anciennes données',
- e_nnd:'Pas de nouvelles données',
- e_odf:'Les anciennes données ont un mauvais format',
- e_ndf:'Les nouvelles données ont un mauvais format',
- e_unk:'Erreur inattendu',
- e_ndt:'Pas de données',
- e_wft:'Mauvais format',
- // status (success)
- w_pcs:'Traitement en cours',
- // output
- o_tdt:'Évolution de l\'alliance du {oldDate} au {newDate}',
- o_tet:'Temps passé',
- o_tas:'Résumé de l\'alliance ',
- o_ptl:'Points totaux',
- o_ppm:'Points par membres',
- o_ttt:'Top 3 par points totaux',
- o_tts:'Top 3 par points gagnées',
- o_ttp:'Top 3 par pourcentage gagné',
- o_ttg:'Top 3 par places gagnées',
- o_trt:'Rang par points totaux',
- o_trs:'Rang par points gagnées',
- o_trp:'Rang par pourcentage gagné',
- o_trg:'Rang par places gagnées',
- o_tsc:'Cas spéciaux',
- o_cnm:'Nouveaux Membres',
- o_cla:'A quitté l\'alliance',
- o_bdg:'Banni',
- o_bdq:'Débanni',
- o_abt:'Statistiques obtenues avec {link}',
- // OGame Error
- e_oga:'Erreur OGame, recharger la page peut régler le problème'
- }
Source Code
- {
- // separators
- s_dec: ".",
- s_tho: ",",
- s_dat: "/",
- s_tim: ":",
- // abb time units
- a_wee: "s",
- a_day: "g",
- a_hou: "o",
- a_min: "m",
- a_sec: "s",
- // buttons
- b_sel:'Seleziona',
- b_del:'Cancella',
- b_get:'Copia dalla pagina',
- b_sav:'Salva come "Dati vecchi"',
- b_loa:'Carica dati salvati',
- b_res:'Resetta le statistiche',
- // titles
- t_odt:'Dati vecchi',
- t_ndt:'Nuovi dati',
- t_fmt:'Formato',
- t_col:'Colori',
- t_inc:'Includi',
- t_out:'Statistiche (codice)',
- t_stb:'Status',
- t_pre:'Progresso',
- t_exp:'Esporta per il forum',
- // period
- p_ago:'{period} fa',
- p_now:'ora',
- // colors
- c_dbg:'Sfondo scuro',
- c_lbg:'Sfondo chiaro',
- // status (errors)
- e_nod:'Nessun dato vecchio',
- e_nnd:'Nessun dato nuovo',
- e_odf:'I dati vecchi hanno un formato sbagliato',
- e_ndf:'I dati nuovi hanno un formato sbagliato',
- e_unk:'Errore generico',
- e_ndt:'Nessu dato',
- e_wft:'Formato errato',
- // status (success)
- w_pcs:'In elaborazione',
- // output
- o_tdt:'Progresso alleanza da {oldDate} a {newDate}',
- o_tet:'Tempo trascorso',
- o_tas:'Sommario alleanza',
- o_ptl:'Punti totali',
- o_ppm:'Punti per Player',
- o_ttt:'Top 3 punteggio totale',
- o_tts:'Top 3 punti guadagnati',
- o_ttp:'Top 3 percentuale punti guadagnati',
- o_ttg:'Top 3 posizioni guadagnate',
- o_trt:'Classifica punteggio totale',
- o_trs:'Classifica punti guadagnati',
- o_trp:'Classifica percentuale punti guadagnati',
- o_trg:'Classifica posizioni guadagnate',
- o_tsc:'Casi speciali',
- o_cnm:'nuovo alleato',
- o_cla:'ha lasciato l alleanza',
- o_bdg:'bannato',
- o_bdq:'sbannato',
- o_abt:'Statistiche create da {link}',
- // OGame Error
- e_oga:'Errore di Ogame, ricarica la pagina'
- }
Source Code
- {
- // separators
- s_dec: ".",
- s_tho: ",",
- s_dat: "/",
- s_tim: ":",
- // abb time units
- a_wee: "s",
- a_day: "d",
- a_hou: "h",
- a_min: "m",
- a_sec: "s",
- // buttons
- b_sel:'Seleccionar',
- b_del:'Apagar',
- b_get:'Obter desta página',
- b_sav:'Gravar como "Informação antiga"',
- b_loa:'Carregar informação gravada',
- b_res:'Recomeçar',
- // titles
- t_odt:'Informação antiga',
- t_ndt:'Informação nova',
- t_fmt:'Formato',
- t_col:'Cores',
- t_inc:'Incluir',
- t_out:'Estatísticas (código)',
- t_stb:'Estado',
- t_pre:'Evolução',
- t_exp:'Exportar para foruns',
- // period
- p_ago:'{period} atrás',
- p_now:'agora',
- // colors
- c_dbg:'Fundo escuro',
- c_lbg:'Fundo claro',
- // status (errors)
- e_nod:'Sem informação antiga',
- e_nnd:'Sem informação nova',
- e_odf:'A informação antiga tem formato errado',
- e_ndf:'A informação nova tem formato errado',
- e_unk:'Erro inesperado',
- e_ndt:'Sem informação',
- e_wft:'Formato errado',
- // status (success)
- w_pcs:'Processar',
- // output
- o_tdt:'Evolução da aliança desde {oldDate} até {newDate}',
- o_tet:'Tempo decorrido',
- o_tas:'Sumario da aliança',
- o_ptl:'Pontos totais',
- o_ppm:'Pontos por membro',
- o_ttt:'Top 3 por pontos totais',
- o_tts:'Top 3 por pontos ganhos',
- o_ttp:'Top 3 por percentagem ganha',
- o_ttg:'Top 3 por posições ganhas',
- o_trt:'Classificação total de pontos',
- o_trs:'Classificação pontos ganhos',
- o_trp:'Classificação percentagem ganha',
- o_trg:'Classificação posições ganhos',
- o_tsc:'Casos especiais',
- o_cnm:'novo membro',
- o_cla:'deixou aliança',
- o_bdg:'banido',
- o_bdq:'ex-banido',
- o_abt:'Estatísticas realizadas por {link}'
- }
Source Code
- {
- // Ayırıcılar
- s_dec: ".",
- s_tho: ",",
- s_dat: "/",
- s_tim: ":",
- // Zaman birimleri
- a_wee: "h",
- a_day: "g",
- a_hou: "s",
- a_min: "d",
- a_sec: "s",
- // Butonlar
- b_sel: 'Seç',
- b_del: 'Sil',
- b_get: 'Bu sayfadankini kullan',
- b_sav: '"Eski veri" olarak kaydet',
- b_loa: 'Kaydedilen verileri yükle',
- b_res: 'İstatistikleri sıfırla',
- // Başlıklar
- t_odt: 'Eski veri',
- t_ndt: 'Yeni veri',
- t_fmt: 'Biçim',
- t_col: 'Renkler',
- t_inc: 'Ekle',
- t_out: 'İstatistik (code)',
- t_stb: 'Durum',
- t_pre: 'Gelişim',
- t_exp: 'Forumlara Aktar ',
- // Periyot
- p_ago: '{period} önce',
- p_now: 'şimdi',
- // Renkler
- c_dbg: 'Koyu arka plan',
- c_lbg: 'Açık arka plan',
- // Durum (hatalar)
- e_nod: 'Eski veri',
- e_nnd: 'Yeni veri yok',
- e_odf: 'Eski veri hatalı formatta',
- e_ndf: 'Yeni veri hatalı formatta',
- e_unk: 'Beklenmeyen hata',
- e_ndt: 'Veri yok',
- e_wft: 'Yanlış format',
- // Durum (başarı)
- w_pcs: 'İşleniyor',
- // Çıktı
- o_tdt: 'Gelişim Zaman Aralığı {oldDate} - {newDate} ',
- o_tet: 'Geçen zaman',
- o_tas: 'İttifak Bilgisi',
- o_ptl: 'Toplam Puan',
- o_ppm: 'Üye Başına Ortalama Puan',
- o_ttt: 'Toplam Puana Göre En İyi 3',
- o_tts: 'Puan Artışına Göre En İyi 3',
- o_ttp: 'Yüzdelik Artışa Göre En İyi 3',
- o_ttg: 'Sıra Artışına Göre En İyi 3',
- o_trt: 'Toplam Puana Göre Sıralama',
- o_trs: 'Puan Artışına Göre Sıralama',
- o_trp: 'Yüzdelik Artışa Göre Sıralama',
- o_trg: 'Sıra Artışına Göre Sıralama',
- o_tsc: 'Özel Durumlar',
- o_cnm: 'Yeni Üye',
- o_cla: 'İttifaktan ayrılır',
- o_bdg: 'Yasaklı',
- o_bdq: 'Yasağı kaldırılmış',
- o_abt: '{link} tarafından gerçekleştirilen istatistikler',
- // OGame Hatası
- e_oga: 'OGame Hatası, Düzeltmek İçin Sayfayı Tekrar Yükleyin'
- }
[Script] CerealOgameStats: Real time alliance evolution stats.
[Script] OGame Trade Calculator: Embedded trade calculator.
[Script] OGame Hidden Colony: Helps hiding colonies to the API.
[Script] OGame Trade Calculator: Embedded trade calculator.
[Script] OGame Hidden Colony: Helps hiding colonies to the API.