Remove unused translations
``` F:\Workspaces\riot-web\matrix-react-sdk>yarn prunei18n yarn run v1.19.1 $ matrix-prune-i18n ar.json: removed 4 translations az.json: removed 92 translations be.json: removed 10 translations bg.json: removed 426 translations ca.json: removed 207 translations cs.json: removed 337 translations da.json: removed 56 translations de_DE.json: removed 369 translations el.json: removed 178 translations en_US.json: removed 201 translations eo.json: removed 295 translations es.json: removed 279 translations eu.json: removed 402 translations fa.json: removed 15 translations fi.json: removed 329 translations fr.json: removed 459 translations gl.json: removed 256 translations he.json: removed 31 translations hi.json: removed 91 translations hr.json: removed 1 translations hu.json: removed 447 translations id.json: removed 54 translations is.json: removed 108 translations it.json: removed 406 translations ja.json: removed 257 translations jbo.json: removed 36 translations ko.json: removed 303 translations lt.json: removed 192 translations lv.json: removed 233 translations ml.json: removed 16 translations nb_NO.json: removed 23 translations nl.json: removed 345 translations nn.json: removed 251 translations pl.json: removed 295 translations pt.json: removed 193 translations pt_BR.json: removed 310 translations ro.json: removed 3 translations ru.json: removed 344 translations sk.json: removed 340 translations sl.json: removed 1 translations sq.json: removed 417 translations sr.json: removed 256 translations sr_Latn.json: removed 1 translations sv.json: removed 304 translations ta.json: removed 17 translations te.json: removed 66 translations th.json: removed 117 translations tr.json: removed 167 translations uk.json: removed 81 translations vi.json: removed 6 translations vls.json: removed 86 translations zh_Hans.json: removed 309 translations zh_Hant.json: removed 452 translations Done in 0.39s. ``` Fixes https://github.com/vector-im/riot-web/issues/11539
This commit is contained in:
@@ -34,13 +34,11 @@
|
||||
"You cannot place VoIP calls in this browser.": "Nu puteți efectua apeluri VoIP în acest browser.",
|
||||
"You cannot place a call with yourself.": "Nu poți apela cu tine însuți.",
|
||||
"Could not connect to the integration server": "Nu s-a putut conecta la serverul de integrare",
|
||||
"A conference call could not be started because the intgrations server is not available": "Un apel de conferință nu a putut fi pornit deoarece serverul de intrății nu este disponibil",
|
||||
"Call in Progress": "Apel în curs",
|
||||
"A call is currently being placed!": "Un apel este în curs de plasare!",
|
||||
"A call is already in progress!": "Un apel este deja în curs!",
|
||||
"Permission Required": "Permisul Obligatoriu",
|
||||
"You do not have permission to start a conference call in this room": "Nu aveți permisiunea de a începe un apel de conferință în această cameră",
|
||||
"The file '%(fileName)s' failed to upload": "Fișierul %(fileName)s nu s-a încărcat",
|
||||
"The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Fișierul %(fileName)s întrece limita admisă",
|
||||
"Upload Failed": "Încărcarea eșuată",
|
||||
"Failure to create room": "Eșecul de a crea spațiu",
|
||||
@@ -75,7 +73,6 @@
|
||||
"Who would you like to add to this community?": "Cui doriți să adăugați această comunitate?",
|
||||
"Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "Avertisment: orice persoană pe care o adăugați unei comunități va fi vizibilă publicului oricui cunoaște codul comunității",
|
||||
"Invite new community members": "Invitați membrii comunității noi",
|
||||
"Name or matrix ID": "Nume sau martix ID",
|
||||
"Invite to Community": "Invită în Comunitate",
|
||||
"Which rooms would you like to add to this community?": "Ce camere doriți să adăugați la această comunitate?",
|
||||
"Show these rooms to non-members on the community page and room list?": "Arătați aceste camere către ne-membri pe pagina de comunitate și lista de camere?",
|
||||
|
||||
Reference in New Issue
Block a user