forked from metin2/web
Localized ranking and modified controllers to read data from cache tables.
This commit is contained in:
30
lang/en/app/highscore.php
Normal file
30
lang/en/app/highscore.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Metin2 - Ranking',
|
||||
|
||||
'search.select-empire' => 'Select empire:',
|
||||
'search.all-empires' => '[All empires]',
|
||||
'search.select-class' => 'Select class:',
|
||||
'search.all-classes' => '[All classes]',
|
||||
'search.find-character' => 'Find character:',
|
||||
'search.find-guild' => 'Find guild:',
|
||||
'search.find-guild-leader' => 'Find guild leader:',
|
||||
'search' => 'Search',
|
||||
|
||||
'no-results' => 'The search returned no results.',
|
||||
|
||||
'pagination.prev' => 'previous :count ranks',
|
||||
'pagination.next' => 'next :count ranks',
|
||||
|
||||
'header.rank' => 'Rank',
|
||||
'header.character-name' => 'Character name',
|
||||
'header.guild-name' => 'Guild name',
|
||||
'header.guild-leader' => 'Guild leader',
|
||||
'header.empire' => 'Empire',
|
||||
'header.level' => 'Level',
|
||||
'header.exp' => 'EXP',
|
||||
'header.guild-points' => 'Points',
|
||||
|
||||
'update-time' => 'Updated at:'
|
||||
];
|
17
lang/en/app/names.php
Normal file
17
lang/en/app/names.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Empire names
|
||||
'empires.shinsoo' => 'Shinsoo',
|
||||
'empires.shinsoo.long' => 'Shinsoo Empire',
|
||||
'empires.chunjo' => 'Chunjo',
|
||||
'empires.chunjo.long' => 'Chunjo Empire',
|
||||
'empires.jinno' => 'Jinno',
|
||||
'empires.jinno.long' => 'Jinno Empire',
|
||||
|
||||
// Character class names
|
||||
'classes.warrior' => "Warrior",
|
||||
'classes.ninja' => "Ninja",
|
||||
'classes.sura' => "Sura",
|
||||
'classes.shaman' => "Shaman",
|
||||
];
|
30
lang/ro/app/highscore.php
Normal file
30
lang/ro/app/highscore.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Metin2 - Clasament',
|
||||
|
||||
'search.select-empire' => 'Alege regat:',
|
||||
'search.all-empires' => '[Toate regatele]',
|
||||
'search.select-class' => 'Alege categoria:',
|
||||
'search.all-classes' => '[Toate categoriile]',
|
||||
'search.find-character' => 'Caută caracter:',
|
||||
'search.find-guild' => 'Caută breaslă:',
|
||||
'search.find-guild-leader' => 'Caută lider breaslă:',
|
||||
'search' => 'Caută',
|
||||
|
||||
'no-results' => 'Căutarea nu a întors niciun rezultat.',
|
||||
|
||||
'pagination.prev' => 'anterioarele :count ranguri',
|
||||
'pagination.next' => 'următoarele :count ranguri',
|
||||
|
||||
'header.rank' => 'Rang',
|
||||
'header.character-name' => 'Numele caracterului',
|
||||
'header.guild-name' => 'Numele breslei',
|
||||
'header.guild-leader' => 'Lider breaslă',
|
||||
'header.empire' => 'Regat',
|
||||
'header.level' => 'Nivel',
|
||||
'header.exp' => 'EXP',
|
||||
'header.guild-points' => 'Puncte',
|
||||
|
||||
'update-time' => 'Actualizat la:'
|
||||
];
|
17
lang/ro/app/names.php
Normal file
17
lang/ro/app/names.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Empire names
|
||||
'empires.shinsoo' => 'Shinsoo',
|
||||
'empires.shinsoo.long' => 'Imperiul Shinsoo',
|
||||
'empires.chunjo' => 'Chunjo',
|
||||
'empires.chunjo.long' => 'Imperiul Chunjo',
|
||||
'empires.jinno' => 'Jinno',
|
||||
'empires.jinno.long' => 'Imperiul Jinno',
|
||||
|
||||
// Character class names
|
||||
'classes.warrior' => "Războinic",
|
||||
'classes.ninja' => "Ninja",
|
||||
'classes.sura' => "Sura",
|
||||
'classes.shaman' => "Șaman",
|
||||
];
|
Reference in New Issue
Block a user