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

New Crowdin translations #3135

Merged
merged 3 commits into from
Jun 25, 2018
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions resources/lang/hu-HU/cachet.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'scheduled' => 'Ütemezett karbantartás',
'scheduled_at' => ', ütemezve: :timestamp',
'posted' => 'Közzétéve :timestamp',
'posted_at' => 'Posted at :timestamp',
'posted_at' => 'Közzétéve :timestamp',
'status' => [
1 => 'Kivizsgálás alatt',
2 => 'Azonosítva',
Expand All @@ -53,7 +53,7 @@

// Service Status
'service' => [
'good' => '[0,1]System operational|[2,*]All systems are operational',
'good' => '[0,1] Rendszer üzemképes|[2,Inf] Az összes rendszer üzemképes',
'bad' => '[0,1] A rendszer problémát észlelt|[2,Inf] Több rendszer problémát észlelt',
'major' => '[0,1] A szolgáltatás jelenleg nem elérhető|[2,Inf] Több szolgáltatás nem elérhető',
],
Expand All @@ -76,9 +76,9 @@
// Subscriber
'subscriber' => [
'subscribe' => 'Kérjük iratkozzon fel a legújabb frissítésekért',
'unsubscribe' => 'Unsubscribe',
'unsubscribe' => 'Leiratkozás',
'button' => 'Feliratkozás',
'manage_subscription' => 'Manage subscription',
'manage_subscription' => 'Feliratkozások kezelése',
'manage' => [
'no_subscriptions' => 'Minden frissítésre feliratkozva.',
'my_subscriptions' => 'A következő frissítésekre feliratkozva.',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/hu-HU/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'action' => 'View',
],
'slack' => [
'title' => ':name Updated',
'title' => 'Frissítve',
'content' => ':name was updated to :new_status',
],
'sms' => [
Expand Down Expand Up @@ -101,7 +101,7 @@
'subject' => 'Your invitation is inside...',
'content' => 'You have been invited to join :app_name status page.',
'title' => 'You\'re invited to join :app_name status page.',
'action' => 'Accept',
'action' => 'Elfogadás',
],
],
],
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/hu-HU/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
|
*/

'previous' => 'Previous',
'next' => 'Next',
'previous' => 'Előző',
'next' => 'Következő',

];