generated from mantinedev/next-pages-template
-
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations usenet.json (Romanian)
- Loading branch information
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
{ | ||
"descriptor": { | ||
"name": "", | ||
"description": "" | ||
"name": "Usenet", | ||
"description": "Vă permite să vizualizați și să vă gestionați instanța dvs. Usenet." | ||
}, | ||
"card": { | ||
"errors": { | ||
"noDownloadClients": { | ||
"title": "", | ||
"text": "" | ||
"title": "Nu au fost găsiți clienți de descărcare suportați!", | ||
"text": "Adaugă un client de descărcare Usenet acceptat pentru a vizualiza descărcările curente" | ||
} | ||
} | ||
}, | ||
"tabs": { | ||
"queue": "", | ||
"history": "" | ||
"queue": "Listă de așteptare", | ||
"history": "Istoric" | ||
}, | ||
"info": { | ||
"sizeLeft": "", | ||
"paused": "" | ||
"sizeLeft": "Rest", | ||
"paused": "În pauză" | ||
}, | ||
"queue": { | ||
"header": { | ||
"name": "Nume", | ||
"size": "", | ||
"eta": "", | ||
"progress": "" | ||
"size": "Mărime", | ||
"eta": "Timp rămas estimat", | ||
"progress": "Progres" | ||
}, | ||
"empty": "", | ||
"empty": "Gol", | ||
"error": { | ||
"title": "", | ||
"message": "" | ||
"title": "Eroare", | ||
"message": "A apărut o eroare" | ||
}, | ||
"paused": "" | ||
"paused": "În pauză" | ||
}, | ||
"history": { | ||
"header": { | ||
"name": "Nume", | ||
"size": "", | ||
"duration": "" | ||
"size": "Mărime", | ||
"duration": "Durată" | ||
}, | ||
"empty": "", | ||
"empty": "Gol", | ||
"error": { | ||
"title": "", | ||
"message": "" | ||
"title": "Eroare", | ||
"message": "Eroare la încărcarea istoricului" | ||
}, | ||
"paused": "" | ||
"paused": "În pauză" | ||
} | ||
} |