Skip to content

Commit a3f26b9

Browse files
JuggleGamingBoy132
andauthored
Add german translation for subdomains (#60)
* added german translation * fixed small typos * small changes and fix pint --------- Co-authored-by: Boy132 <mail@boy132.de>
1 parent 81e4cdd commit a3f26b9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

subdomains/lang/de/strings.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
return [
4+
'no_domains' => 'Keine Domains',
5+
'domain' => 'Domain|Domains',
6+
7+
'no_subdomains' => 'Keine Subdomains',
8+
'subdomain' => 'Subdomain|Subdomains',
9+
'limit' => 'Limit',
10+
'change_limit' => 'Limit anpassen',
11+
'limit_changed' => 'Limit angepasst',
12+
'limit_reached' => 'Subdomain Limit erreicht',
13+
'create_subdomain' => 'Subdomain erstellen',
14+
15+
'name' => 'Name',
16+
17+
'api_token' => 'Cloudflare API Token',
18+
'api_token_help' => 'Der Token benötigt Leseberechtigung für Zone.Zone und Schreibberechtigung für Zone.Dns. Für eine verbesserte Sicherheit können mit "Zone Resources" bestimmte Domains ausgeschlossen werden und die Panel-IP zum "Client IP Adress Filtering" hinzugefügt werden.',
19+
];

0 commit comments

Comments
 (0)