f7cloud_client/apps/logreader/l10n/ro.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

15 lines
354 B
JavaScript

OC.L10N.register(
"logreader",
{
"Level" : "Nivel",
"App" : "Aplicație",
"Time" : "Timp",
"Relative" : "Relativ",
"Message" : "Mesaj",
"Show details" : "Arată detaliile",
"Info" : "Info",
"Warning" : "Atenție",
"Error" : "Eroare"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");