Skip to content

Commit b239880

Browse files
Added German Translation (#111)
* added German translation * added gitignore for .DS_Store Signed-off-by: Harikrishnan R <[email protected]>
1 parent 2d13623 commit b239880

4 files changed

+136
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
.cache/*
88
/tests/cache
99
/tests/coverage
10+
.DS_Store

languages/AspireUpdate-de_DE.I10n.php

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
return ['project-id-version'=>'AspireUpdate','report-msgid-bugs-to'=>'','pot-creation-date'=>'2024-11-04 00:29+0000','po-revision-date'=>'2024-11-04 00:29+0000','last-translator'=>'','language-team'=>'German (Germany)','language'=>'de_DE','plural-forms'=>'nplurals=2; plural=n != 1;','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','x-generator'=>'Loco https://localise.biz/','x-loco-version'=>'2.6.11; wp-6.6.2','x-domain'=>'AspireUpdate','messages'=>[
3+
'API Configuration'=>'API-Konfiguration',
4+
'API Debug Configuration'=>'API-Debug-Konfiguration',
5+
'API Host'=>'API-Host',
6+
'API Key'=>'API-Schlüssel',
7+
'AspirePress'=>'AspirePress',
8+
'AspireUpdate'=>'AspireUpdate',
9+
'AspireUpdate Settings'=>'AspireUpdate-Einstellungen',
10+
'Disable SSL Verification'=>'SSL-Überprüfung deaktivieren',
11+
'Disables the verification of SSL to allow local testing.'=>'Deaktiviert die SSL-Überprüfung, um lokale Tests zu ermöglichen.',
12+
'Enable AspireUpdate API Rewrites'=>'Aktivieren der AspireUpdate API-Umschreibungen',
13+
'Enable Debug Mode'=>'Debug-Modus aktivieren',
14+
'Enable Debug Type'=>'Debug-Typ aktivieren',
15+
'Enables debug mode for the plugin.'=>'Aktiviert den Debug-Modus für das Plugin.',
16+
'https://aspirepress.org/'=>'AspireUpdate',
17+
'https://docs.aspirepress.org/aspireupdate/'=>'https://docs.aspirepress.org/aspireupdate/',
18+
'Outputs the request URL and headers / response headers and body / string that is being rewritten.'=>'Gibt die Anfrage-URL und Header / Antwort-Header und -Body / Zeichenfolge aus, die umgeschrieben wird.',
19+
'Provides an API key for repositories that may require authentication.'=>'Stellt einen API-Schlüssel für Repositories bereit, die möglicherweise eine Authentifizierung erfordern.',
20+
'Request'=>'Anfrage',
21+
'Response'=>'Antwort',
22+
'String'=>'Zeichenkette',
23+
'Update plugins and themes for WordPress.'=>'Aktualisiert Plugins und Themes für WordPress.',
24+
'Your new API Host.'=>'Ihr neuer API-Host'
25+
]];

languages/AspireUpdate-de_DE.mo

2.18 KB
Binary file not shown.

languages/AspireUpdate-de_DE.po

+110
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: AspireUpdate\n"
4+
"Report-Msgid-Bugs-To: \n"
5+
"POT-Creation-Date: 2024-11-04 00:29+0000\n"
6+
"PO-Revision-Date: 2024-11-04 00:29+0000\n"
7+
"Last-Translator: \n"
8+
"Language-Team: German (Germany)\n"
9+
"Language: de_DE\n"
10+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: 8bit\n"
14+
"X-Generator: Loco https://localise.biz/\n"
15+
"X-Loco-Version: 2.6.11; wp-6.6.2\n"
16+
"X-Domain: AspireUpdate"
17+
18+
#: includes/class-admin-settings.php:313
19+
msgid "API Configuration"
20+
msgstr "API-Konfiguration"
21+
22+
#: includes/class-admin-settings.php:378
23+
msgid "API Debug Configuration"
24+
msgstr "API-Debug-Konfiguration"
25+
26+
#: includes/class-admin-settings.php:337
27+
msgid "API Host"
28+
msgstr "API-Host"
29+
30+
#: includes/class-admin-settings.php:364
31+
msgid "API Key"
32+
msgstr "API-Schlüssel"
33+
34+
#. Author of the plugin
35+
msgid "AspirePress"
36+
msgstr "AspirePress"
37+
38+
#. Name of the plugin
39+
msgid "AspireUpdate"
40+
msgstr "AspireUpdate"
41+
42+
#: includes/class-admin-settings.php:272
43+
msgid "AspireUpdate Settings"
44+
msgstr "AspireUpdate-Einstellungen"
45+
46+
#: includes/class-admin-settings.php:422
47+
msgid "Disable SSL Verification"
48+
msgstr "SSL-Überprüfung deaktivieren"
49+
50+
#: includes/class-admin-settings.php:431
51+
msgid "Disables the verification of SSL to allow local testing."
52+
msgstr "Deaktiviert die SSL-Überprüfung, um lokale Tests zu ermöglichen."
53+
54+
#: includes/class-admin-settings.php:324
55+
msgid "Enable AspireUpdate API Rewrites"
56+
msgstr "Aktivieren der AspireUpdate API-Umschreibungen"
57+
58+
#: includes/class-admin-settings.php:389
59+
msgid "Enable Debug Mode"
60+
msgstr "Debug-Modus aktivieren"
61+
62+
#: includes/class-admin-settings.php:403
63+
msgid "Enable Debug Type"
64+
msgstr "Debug-Typ aktivieren"
65+
66+
#: includes/class-admin-settings.php:397
67+
msgid "Enables debug mode for the plugin."
68+
msgstr "Aktiviert den Debug-Modus für das Plugin."
69+
70+
#. URI of the plugin
71+
msgid "https://aspirepress.org/"
72+
msgstr "AspireUpdate"
73+
74+
#. Author URI of the plugin
75+
msgid "https://docs.aspirepress.org/aspireupdate/"
76+
msgstr "https://docs.aspirepress.org/aspireupdate/"
77+
78+
#: includes/class-admin-settings.php:416
79+
msgid ""
80+
"Outputs the request URL and headers / response headers and body / string "
81+
"that is being rewritten."
82+
msgstr ""
83+
"Gibt die Anfrage-URL und Header / Antwort-Header und -Body / Zeichenfolge "
84+
"aus, die umgeschrieben wird."
85+
86+
#: includes/class-admin-settings.php:372
87+
msgid "Provides an API key for repositories that may require authentication."
88+
msgstr ""
89+
"Stellt einen API-Schlüssel für Repositories bereit, die möglicherweise eine "
90+
"Authentifizierung erfordern."
91+
92+
#: includes/class-admin-settings.php:412
93+
msgid "Request"
94+
msgstr "Anfrage"
95+
96+
#: includes/class-admin-settings.php:413
97+
msgid "Response"
98+
msgstr "Antwort"
99+
100+
#: includes/class-admin-settings.php:414
101+
msgid "String"
102+
msgstr "Zeichenkette"
103+
104+
#. Description of the plugin
105+
msgid "Update plugins and themes for WordPress."
106+
msgstr "Aktualisiert Plugins und Themes für WordPress."
107+
108+
#: includes/class-admin-settings.php:345
109+
msgid "Your new API Host."
110+
msgstr "Ihr neuer API-Host"

0 commit comments

Comments
 (0)