mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 11:08:53 +01:00
Test updating of translations from Github
This commit is contained in:
parent
b3311e35b0
commit
6489887cfa
@ -54,8 +54,8 @@ return [
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] النظام يواجه مشاكل | [2,Inf] بعض الأنظمة تواجه مشاكل',
|
||||
'major' => '[0,1] النظام يواجه مشاكل أساسية | [2,Inf] بعض الأنظمة تواجه مشاكل أساسية',
|
||||
'bad' => '[0,1] النظام يواجه مشاكل|[2,Inf] بعض الأنظمة تواجه مشاكل',
|
||||
'major' => '[0,1] النظام يواجه مشاكل أساسية|[2,Inf] بعض الأنظمة تواجه مشاكل أساسية',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
|
@ -54,7 +54,7 @@ return [
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] El sistema está actualmente experimentando problemas | [2,Inf] Algunos sistemas están experimentando problemas',
|
||||
'bad' => '[0,1] El sistema está actualmente experimentando problemas|[2,Inf] Algunos sistemas están experimentando problemas',
|
||||
'major' => '[0,1] El servicio está experimentando una interrupción mayor | [2, Inf] Algunos sistemas están experimentando una interrupción mayor',
|
||||
],
|
||||
|
||||
|
@ -43,9 +43,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Sistema operativo | [2,Inf] Todos los sistemas están operativos',
|
||||
'bad' => '[0,1] El sistema está actualmente experimentando problemas | [2,Inf] Algunos sistemas están experimentando problemas',
|
||||
'major' => '[0,1] El servicio está experimentando una interrupción mayor | [2, Inf] Algunos sistemas están experimentando una interrupción mayor',
|
||||
'good' => '[0,1] Sistema operativo|[2,Inf] Todos los sistemas están operativos',
|
||||
'bad' => '[0,1] El sistema está actualmente experimentando problemas|[2,Inf] Algunos sistemas están experimentando problemas',
|
||||
'major' => '[0,1] El servicio está experimentando una interrupción mayor|[2, Inf] Algunos sistemas están experimentando una interrupción mayor',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user