Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ast.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3561a7fd8b6344012aed50654b870e91e3b614a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
OC.L10N.register(
    "files_texteditor",
    {
    "saving..." : "guardando...",
    "saved!" : "¡guardáu!",
    "failed!" : "¡falló!",
    "Saved" : "Guardáu",
    "There was a problem saving your changes. Click to resume editing." : "Hebo un problema guardando tos cambéos. Calca pa reaniciar la edición.",
    "An error occurred!" : "Hebo un fallu!",
    "Edit" : "Editar",
    "New text file" : "Ficheru nuevu de testu",
    "New text file.txt" : "Nuevu testu ficheru.txt",
    "You can not open a folder" : "Nun pues abrir una carpeta",
    "This file is too big to be opened. Please download the file instead." : "El ficheru ye demasiáu grande p'abrilo. Por favor, descarga'l ficheru nel so llugar.",
    "Cannot read the file." : "Nun ye a lleese'l ficheru",
    "Invalid file path supplied." : "Camín de ficheru inválidu.",
    "The file is locked." : "El ficheru ta bloquiáu.",
    "An internal server error occurred." : "Hebo un fallu internu nel sirvidor.",
    "You can not write to a folder" : "Nun pues escribir nuna carpeta",
    "Cannot save file as it has been modified since opening" : "Nun pudo guardase'l ficheru por mor que ta modificáu dende que s'abrió",
    "Insufficient permissions" : "Permisos insuficientes",
    "File path not supplied" : "Camín de ficheru non soportáu",
    "File mtime not supplied" : "Ficheru mtime non soportáu",
    "Text editor" : "Editor de testos"
},
"nplurals=2; plural=(n != 1);");