Skip to content

Commit

Permalink
Merge pull request #3135 from CachetHQ/l10n_2.4
Browse files Browse the repository at this point in the history
New Crowdin translations
  • Loading branch information
jbrooksuk committed Jun 25, 2018
2 parents e04f289 + e97938f commit 7544618
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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ő',

];

0 comments on commit 7544618

Please sign in to comment.