/
v.bolshakov
/
AIEcosystem-Testing
Обзор
Документация
Войти
/
v.bolshakov
/
AIEcosystem-Testing
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
console/messages/de/mail.php
33 строки
2 KB
Developer
Initial commit
03 авг 2026, 17:43
03 авг 2026, 17:43
7433917
Код
Авторство
О чём код?
<?php /** * Message translations. * * This file is automatically generated by 'yii message/extract' command. * It contains the localizable messages extracted from source code. * You may modify this file by translating the extracted messages. * * Each array element represents the translation (value) of a message (key). * If the value is empty, the message is considered as not translated. * Messages that no longer need translation will have their translations * enclosed between a pair of '@@' marks. * * Message string can be used with plural forms format. Check i18n section * of the guide for details. * * NOTE: this file must be saved in UTF-8 encoding. */ return [ 'Dear, {username}' => 'Lieber/Liebe, {username}', 'There is a new dates in the project "{project}"' => 'In Ihrem Projekt "{project}" gibt es ein neues Zeitfenster', 'Project "{project}" was cancelled' => 'Das Projekt "{project}" wurde storniert', 'Start date: {start_date}' => 'Beginn: {start_date}', 'End date: {end_date}' => 'Lieferdatum: {end_date}', 'Two-Factor Authentication Code' => 'Zweifaktor-Authentifizierungscode', 'For added security on your GTP2 account, please use the following verification code to complete your login' => 'Für zusätzliche Sicherheit bei Ihrem GTP2-Konto verwenden Sie bitte den folgenden Bestätigungscode, um Ihre Anmeldung abzuschließen', 'Verification Code: {code}' => 'Bestätigungscode: {code}', 'This code will expire in 10 minutes. If you did not request this code or if you have any questions, please contact our support team immediately' => 'Dieser Code läuft in 10 Minuten ab. Wenn Sie diesen Code nicht angefordert haben oder Fragen haben, kontaktieren Sie bitte umgehend unseren Support', 'Thank you for using GTP2' => 'Vielen Dank für die Nutzung von GTP2', 'Best regards, GTP2 Support Team' => 'Mit freundlichen Grüßen, GTP2 Support-Team', ];