diff --git a/lib/language.js b/lib/language.js index a0196a9db86b..5246208ff1ca 100644 --- a/lib/language.js +++ b/lib/language.js @@ -3148,12 +3148,14 @@ function init() { fi: 'API salaisuus tai avain' ,pl: 'Twój hash API lub token' ,ru: 'Ваш пароль API или код доступа ' + ,de: 'Deine API-Prüfsumme oder Token' ,hu: 'Az API jelszo' } ,'Remember this device. (Do not enable this on public computers.)' : { fi: 'Muista tämä laite (Älä valitse julkisilla tietokoneilla)' , pl: 'Zapamiętaj to urządzenie (Nie używaj tej opcji korzystając z publicznych komputerów.)' ,ru: 'Запомнить это устройство (Не применяйте в общем доступе)' + ,de: 'An dieses Gerät erinnern. (Nicht auf öffentlichen Geräten verwenden)' ,hu: 'A berendezés megjegyzése. (Csak saját berendezésen használd' } ,'Treatments' : { @@ -15754,43 +15756,51 @@ function init() { 'Database Size': { pl: 'Rozmiar Bazy Danych' ,nl: 'Grootte database' + ,de: 'Datenbankgröße' ,hu: 'Adatbázis mérete' }, 'Database Size near its limits!': { pl: 'Rozmiar bazy danych zbliża się do limitu!' ,nl: 'Database grootte nadert limiet!' + ,de: 'Datenbank fast voll!' ,hu: 'Az adatbázis majdnem megtelt!' }, 'Database size is %1 MiB out of %2 MiB. Please backup and clean up database!': { pl: 'Baza danych zajmuje %1 MiB z dozwolonych %2 MiB. Proszę zrób kopię zapasową i oczyść bazę danych!' ,nl: 'Database grootte is %1 MiB van de %2 MiB. Maak een backup en verwijder oude data' + ,de: 'Die Datenbankgröße beträgt %1 MiB von %2 MiB. Bitte sichere deine Daten und bereinige die Datenbank!' ,hu: 'Az adatbázis mérete %1 MiB a rendelkezésre álló %2 MiB-ból. Készítsen biztonsági másolatot!' }, 'Database file size': { pl: 'Rozmiar pliku bazy danych' ,nl: 'Database bestandsgrootte' + ,de: 'Datenbank-Dateigröße' ,hu: 'Adatbázis file mérete' }, '%1 MiB of %2 MiB (%3%)': { pl: '%1 MiB z %2 MiB (%3%)' ,nl: '%1 MiB van de %2 MiB (%3%)' + ,de: '%1 MiB von %2 MiB (%3%)' ,hu: '%1 MiB %2 MiB-ból (%3%)' }, 'Data size': { pl: 'Rozmiar danych' ,nl: 'Datagrootte' + ,de: 'Datengröße' ,hu: 'Adatok mérete' }, 'virtAsstDatabaseSize': { en: '%1 MiB. That is %2% of available database space.' ,pl: '%1 MiB co stanowi %2% przestrzeni dostępnej dla bazy danych' ,nl: '%1 MiB dat is %2% van de beschikbaare database ruimte' + ,de: '%1 MiB. Das sind %2% des verfügbaren Datenbank-Speicherplatzes.' ,hu: '%1 MiB ami %2% a rendelkezésre álló méretből' }, 'virtAsstTitleDatabaseSize': { en: 'Database file size' ,pl: 'Rozmiar pliku bazy danych' ,nl: 'Database bestandsgrootte' + ,de: 'Datenbank-Dateigröße' ,hu: 'Adatbázis file méret' } };