🌐 Updated german translations for 3.1 (#511)

This commit is contained in:
Lars Kaltefleiter
2023-06-29 09:05:27 +02:00
committed by GitHub
parent 71704404d0
commit 0d9f33ec4c
34 changed files with 617 additions and 610 deletions

View File

@@ -21,6 +21,6 @@
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
Dict::Add('DE DE', 'German', 'Deutsch', [
'Core:ormValue:ormDocument:DownloadsCount' => '%1s~~',
'Core:ormValue:ormDocument:DownloadsCount+' => 'Downloaded %1$s time(s)~~',
'Core:ormValue:ormDocument:DownloadsCount' => '%1s',
'Core:ormValue:ormDocument:DownloadsCount+' => '%1$s mal heruntergeladen',
]);