Merge pull request #3135 from CachetHQ/l10n_2.4

New Crowdin translations
This commit is contained in:
James Brooks
2018-06-25 07:35:27 +01:00
committed by GitHub
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -33,7 +33,7 @@ return [
'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',
@@ -53,7 +53,7 @@ return [
// 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ő',
],
@@ -76,9 +76,9 @@ return [
// 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.',
+2 -2
View File
@@ -51,7 +51,7 @@ return [
'action' => 'View',
],
'slack' => [
'title' => ':name Updated',
'title' => 'Frissítve',
'content' => ':name was updated to :new_status',
],
'sms' => [
@@ -101,7 +101,7 @@ return [
'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',
],
],
],
+2 -2
View File
@@ -22,7 +22,7 @@ return [
|
*/
'previous' => 'Previous',
'next' => 'Next',
'previous' => 'Előző',
'next' => 'Következő',
];