New translations cachet.php (Dutch)
This commit is contained in:
@@ -29,7 +29,7 @@ return [
|
|||||||
'incidents' => [
|
'incidents' => [
|
||||||
'none' => 'Geen incidenten gemeld',
|
'none' => 'Geen incidenten gemeld',
|
||||||
'past' => 'Oude incidenten',
|
'past' => 'Oude incidenten',
|
||||||
'stickied' => 'Uitgelichte incidenten',
|
'stickied' => 'Vastgezette incidenten',
|
||||||
'scheduled' => 'Gepland onderhoud',
|
'scheduled' => 'Gepland onderhoud',
|
||||||
'scheduled_at' => ', gepland :timestamp',
|
'scheduled_at' => ', gepland :timestamp',
|
||||||
'posted' => 'Geplaatst op :timestamp',
|
'posted' => 'Geplaatst op :timestamp',
|
||||||
@@ -46,7 +46,7 @@ return [
|
|||||||
'schedules' => [
|
'schedules' => [
|
||||||
'status' => [
|
'status' => [
|
||||||
0 => 'Aankomend',
|
0 => 'Aankomend',
|
||||||
1 => 'Wordt uitgevoerd',
|
1 => 'In Behandeling',
|
||||||
2 => 'Voltooid',
|
2 => 'Voltooid',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
@@ -117,9 +117,18 @@ return [
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// Meta descriptions
|
||||||
|
'meta' => [
|
||||||
|
'description' => [
|
||||||
|
'incident' => 'Details and updates about the :name incident that occurred on :date',
|
||||||
|
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
|
||||||
|
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
|
||||||
|
'overview' => 'Blijf op de hoogte van de laatste service updates over :app.',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
// Other
|
// Other
|
||||||
'home' => 'Home',
|
'home' => 'Home',
|
||||||
'description' => 'Blijf op de hoogte van de laatste service updates over :app.',
|
|
||||||
'powered_by' => 'Mogelijk gemaakt door <a href="https://cachethq.io" class="links">Cachet</a>.',
|
'powered_by' => 'Mogelijk gemaakt door <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||||
'timezone' => 'Tijden worden getoond in :timezone.',
|
'timezone' => 'Tijden worden getoond in :timezone.',
|
||||||
'about_this_site' => 'Over deze website',
|
'about_this_site' => 'Over deze website',
|
||||||
|
|||||||
Reference in New Issue
Block a user