Skip to content

Commit

Permalink
add missing translations (nightscout#6346)
Browse files Browse the repository at this point in the history
Co-authored-by: Sulka Haro <[email protected]>
  • Loading branch information
2 people authored and dm61 committed Nov 16, 2020
1 parent eac2574 commit b0c0739
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' : {
Expand Down Expand Up @@ -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'
}
};
Expand Down

0 comments on commit b0c0739

Please sign in to comment.