Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create hu.tt #1428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions plugins/plugins-available/reports2/templates/reports/locale/hu.tt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[%
locale_name = 'hungarian'; # language name should be in english
reportDateTimeFormat = '%d %b %Y %H:%M:%S';
reportDateFormat = '%d %b %Y';
weekAbbr = 'Hét';
monthNames = ['Jan','Feb','Már','Ápr','Máj','Jún','Júl','Aug','Szept','Okt','Nov','Dec'];
dayNames = ['Hét','Ked','Sze','Csü','Pén','Szo','Vas'];
translations = {
# keep those personal names
'Up' => 'Up',
'Down' => 'Down',
'Unreachable' => 'Unreachable',
'Ok' => 'Ok',
'Warning' => 'Warning',
'Unknown' => 'Unknown',
'Critical' => 'Critical',
'Host:' => 'Host:',
'Service:' => 'Service:',

# translated patterns
'Hostgroup:' => 'Hostcsoport:',
'Servicegroup:' => 'Szolgáltatáscsoport:',
'Event Report' => 'Eseményjelentés',
'SLA Report' => 'SLA jelentés',
'SLA Outage Report' => 'SLA kiesési jelentés',
'Business Process:' => 'Üzleti folyamat:',
'Report Timeperiod:' => 'Jelentési időszak:',
'Legend' => 'Jelmagyarázat',
'Host Alert' => 'Host riasztás',
'Service Alert' => 'Szolgáltatás riasztás',
'Totals' => 'Összesen',
'Events' => 'Események',
'no events during this timeperiod.' => 'nincsenek események ebben az időszakban.',
'SLA Overview Graph' => 'SLA áttekintő grafikon',
'Availability' => 'Elérhetőség',
'Service: %s on %s' => 'Szolgáltatás: %s a %s rendszeren',
'Average Availability' => 'Átlagos elérhetőség',
'Total Uptime' => 'Teljes üzemidő',
'Total Downtime' => 'Teljes leállási idő',
'no outages during this timeperiod' => 'nincsenek kiesések ebben az időszakban',
'Worst Outages' => 'Leghosszabb kiesések',
'Latest Outages' => 'Legutóbbi kiesések',
'Outages' => 'Kiesések',
'Report:' => 'Jelentés:',
'Description:' => 'Leírás:',
'Your report is attached.' => 'A jelentés csatolva.',
'Out of Scope' => 'Hatókörön kívül',
};

set_time_locale("hu_HU.UTF-8");
%]
Loading