зеркало из https://github.com/nextcloud/viewer.git
35 строки
1.2 KiB
JavaScript
35 строки
1.2 KiB
JavaScript
OC.L10N.register(
|
||
"viewer",
|
||
{
|
||
"Viewer" : "Visualizaira",
|
||
"Simple file viewer with slideshow for media" : "Visionador de fichièrs simples amb diaporama pels mèdias",
|
||
"Your browser does not support audio." : "Vòstre navigador pren pas encarga l’àudio.",
|
||
"Error loading {name}" : "Error en cargant {name}",
|
||
"Unsaved changes" : "Modificacions pas enregistradas",
|
||
"Your browser does not support videos." : "Vòstre navigador pren pas encarga las vidèos.",
|
||
"Edit" : "Modificar",
|
||
"Open sidebar" : "Dobrir panèl lateral",
|
||
"Download" : "Telecargar",
|
||
"Delete" : "Suprimir",
|
||
"There is no plugin available to display this file type" : "I a pas cap d’extension per afichar aqueste tipe de fichièr",
|
||
"View" : "Vista",
|
||
"Name" : "Nom",
|
||
"Save" : "Enregistrar",
|
||
"Back" : "Retorn",
|
||
"Loading …" : "Cargament…",
|
||
"Reset" : "Reïnicializar",
|
||
"Cancel" : "Anullar",
|
||
"Continue" : "Contunhar",
|
||
"Undo" : "Desfar",
|
||
"Redo" : "Refar",
|
||
"Custom" : "Personalizar",
|
||
"Portrait" : "Retrach",
|
||
"Value" : "Valor",
|
||
"Line" : "Linha",
|
||
"Text" : "Tèxt",
|
||
"Size" : "Talha",
|
||
"Position" : "Posicion",
|
||
"Extension" : "Extension"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|