Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3250fa7093
3 changed files with 16 additions and 1 deletions
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -10,7 +10,8 @@ assignees: ''
|
||||||
**System Info**
|
**System Info**
|
||||||
+ PHP Version:
|
+ PHP Version:
|
||||||
+ XBackBone Version:
|
+ XBackBone Version:
|
||||||
+ Webserver:
|
+ Webserver: [Apache/Nginx/...]
|
||||||
|
+ Database backend: [SQLite/Mysql/...]
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
@ -27,3 +28,6 @@ A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Logs**
|
||||||
|
XBackBone and/or webserver logs.
|
||||||
|
|
|
@ -101,4 +101,14 @@ return [
|
||||||
'lang_name' => 'Name von der Sprache',
|
'lang_name' => 'Name von der Sprache',
|
||||||
'default_lang_behavior' => 'XBackBone versucht von dein Browser die Sprache herauszufinden (Standard: English).',
|
'default_lang_behavior' => 'XBackBone versucht von dein Browser die Sprache herauszufinden (Standard: English).',
|
||||||
'lang_set' => 'Sprache ist jetzt "%s"',
|
'lang_set' => 'Sprache ist jetzt "%s"',
|
||||||
|
'prerelease_channel' => 'Beta Channel',
|
||||||
|
'upload' => 'Hochladen',
|
||||||
|
'no_upload_token' => 'Sie haben kein persönlichen Token. (Erstellen Sie eine und versuchen Sie es erneut)',
|
||||||
|
'drop_to_upload' => 'Klicken sie hier oder ziehen sie die Datei hier rein.',
|
||||||
|
'donation' => 'Spenden',
|
||||||
|
'donate_text' => 'Wenn sie XBackBone mögen und sie die Entwicklung unterstützen möchten, spenden sie einen kleinen Beitrag!',
|
||||||
|
'custom_head_html' => 'Eigenes HTML Head Content',
|
||||||
|
'custom_head_html_hint' => 'Dieser Inhalt wird auf jeder Seite am Tag <head> hinzugefügt.',
|
||||||
|
'custom_head_set' => 'Eigner HTML Head wurde erfolgreich angewendet.',
|
||||||
|
'remember_me' => 'Erinnere mich daran',
|
||||||
];
|
];
|
||||||
|
|
1
resources/lang/ja.lang.php
Normal file
1
resources/lang/ja.lang.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<?php
|
Loading…
Reference in a new issue