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

gl.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3babc652f11f99abede829cb0ef69041394a828a (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
OC.L10N.register(
    "notes",
    {
    "Notes" : "Notas",
    "Reading notes from filesystem has failed." : "Produciuse un fallo na lectura de notas do sistema de ficheiros.",
    "Error" : "Erro",
    "New note" : "Nova nota",
    "Distraction-free notes and writing" : "Escritura de notas sen distraccións ",
    "The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "A aplicación Notas é unha aplicación de toma de notas sen distraccións para o [Nextcloud](https://www.nextcloud.com/).  Proporciona categorías para unha mellor organización e admite o formatado empregando a sintaxe [Markdown](https://en.wikipedia.org/wiki/Markdown). As notas gárdanse como ficheiros no seu Nextcloud, para que poidan ser vistas e editadas con todos os clientes do Nextcloud. Tamén, unha [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) separada permite unha fácil integración en aplicacións de terceiros (actualmente, hai aplicacións de notas para [Android](https://github.com/stefan-niedermann/nextcloud-notes) e [iOS](https://github.com/owncloud/notes-iOS-App) que permiten un acceso cómodo ás súas notas no Nextcloud). Outras características inclúen marcar notas como favoritas.",
    "Please see Nextcloud server log for details." : "Vexa o rexistro do servidor do Nextcloud para obter máis detalles.",
    "Deleted {title}" : "{title} foi eliminado",
    "Undo Delete" : "Desfacer a eliminación",
    "Note recovered" : "Nota recuperada",
    "There are unsaved notes. Leaving the page will discard all changes!" : "Hai notas sen gardar. Saír da páxina desbotará todos os cambios!",
    "_Deleted {number} note_::_Deleted {number} notes_" : ["Eliminada {number} nota","Eliminadas {number} notas"],
    "_Recovered {number} note_::_Recovered {number} notes_" : ["Recuperada {number} nota","Recuperadas {number} notas"],
    "Write down your thoughts without any distractions." : "Anote os seus pensamentos sen distraccións.",
    "Organize your notes in categories." : "Organice as súas notas en categorías.",
    "Use Markdown markups to style your text." : "Empregue o marcado de Markdown para o estilo do seu texto.",
    "Insert image" : "Inserir unha imaxe",
    "Start writing a note by clicking on “{newnote}” in the app navigation." : "Comece a escribir unha nota premendo en «{newnote}» na navegación da aplicación.",
    "Folder to store your notes" : "Cartafol para almacenar as súas notas",
    "File extension for new notes" : "Extensión do ficheiro para notas novas",
    "Display mode for notes" : "Modo de vista das notas",
    "Open in edit mode" : "Abrir en modo de edición",
    "Open in preview mode" : "Abrir en modo de vista previa",
    "No notes yet" : "Aínda non hai notas",
    "Install the app for your mobile phone in order to access your notes from everywhere." : "Instale a aplicación para o seu teléfono móbil para poder acceder ás súas notas en calquera lugar.",
    "All notes" : "Todas as notas",
    "Categories" : "Categorías",
    "Loading …" : "Cargando…",
    "Today" : "Hoxe",
    "Yesterday" : "Onte",
    "This week" : "Esta semana",
    "Last week" : "A semana pasada",
    "This month" : "Este mes",
    "Last month" : "O mes pasado",
    "Rename" : "Renomear",
    "Note's title" : "Título da nota",
    "Delete note" : "Eliminar nota",
    "Remove from favorites" : "Retirar de favoritos",
    "Add to favorites" : "Engadir a favoritos",
    "Error during preparing note for deletion." : "Produciuse un erro ao preparar a nota para a eliminación.",
    "Use current version" : "Empregar a versión actual",
    "Empty note" : "Nota baleira",
    "Write …" : "Escribir…",
    "Details" : "Detalles",
    "CTRL + /" : "CTRL + /",
    "Edit" : "Editar",
    "Preview" : "Vista previa",
    "Exit full screen" : "Saír da pantalla completa",
    "Full screen" : "Pantalla completa",
    "Save failed. Click to retry." : "Produciuse un fallo ao gardar. Prema para volver tentalo.",
    "Error from Nextcloud server: {msg}" : "Produciuse un erro no servidor do Nextcloud: {msg}",
    "Category" : "Categoría",
    "Uncategorized" : "Sen categorizar",
    "Set category" : "Estabelecer a categoría",
    "Click here to save manually" : "Prema aquí para gardar manualmente",
    "Saving failed!" : "Produciuse un fallo ao gardar!",
    "Last modified: {date}" : "Última modificación: {date}",
    "Note has unsaved changes" : "A nota contén cambios sen gardar",
    "Subcategory" : "Subcategoria",
    "_%n word_::_%n words_" : ["%n palabra","%n palabras"],
    "_%n character_::_%n characters_" : ["%n carácter","%n caracteres"],
    "You can create subcategories by using “/” as delimiter between parent category and subcategory, e.g. “{parent}/{sub}”." : "Pode crear subcategorías empregando «/» como delimitador entre a categoría principal e a subcategoría, por exemplo «{parent}/{sub}».",
    "Note not found." : "Non se atopou ningunha nota.",
    "Note is locked." : "A nota está bloqueada.",
    "Insufficient storage." : "Non ten espazo de almacenamento abondo.",
    "See JavaScript console and server log for details." : "Vexa a consola de JavaScript e o rexistro do servidor para os detalles.",
    "Updating settings has failed." : "Produciuse un fallo ao actualizar a configuración.",
    "Fetching notes for dashboard has failed." : "Fallou a obtención de notas para o taboleiro.",
    "Fetching notes has failed." : "Produciuse un fallo ao obter as notas.",
    "Fetching note {id} has failed." : "Produciuse un fallo ao obter a nota {id}.",
    "Refreshing note {id} has failed." : "Produciuse un fallo ao actualizar a nota {id}.",
    "Renaming note {id} has failed." : "Produciuse un fallo ao renomear a nota {id}.",
    "Creating new note has failed." : "Produciuse un fallo ao crear a nova nota.",
    "Saving note {id} has failed." : "Produciuse un fallo ao gardar a nota {id}.",
    "Updating title for note {id} has failed." : "Produciuse un fallo ao actualizar o titulo da nota {id}.",
    "Undo delete has failed for note {title}." : "Produciuse un fallo ao desfacer a eliminación da nota {title}.",
    "Deleting note {id} has failed." : "Produciuse un fallo ao eliminar a nota {id}.",
    "Toggling favorite for note {id} has failed." : "Produciuse un fallo ao activar o favorito para a nota {id}.",
    "Updating the note's category has failed. Is the target directory writable?" : "Produciuse un fallo ao actualizar a categoría da nota. Pódese escribir no directorio de destino?",
    "Updating the category for note {id} has failed." : "Produciuse un fallo ao actualizar a categoría da nota {id}.",
    "Development Mode" : "Modo desenvolvedor",
    "It looks that the notes app was installed from a development source. Please install it from the official <a href=\"%1$s\">Nextcloud App Store</a> instead. If you want to build the Notes app by yourself, please follow the <a href=\"%2$s\">developer instructions</a>." : "Parece que a aplicación de notas foi instalada dende unha orix de desenvolvemento. Instálea dende a <a href=\"%1$s\">tenda oficial de aplicacións do Nextcloud</a> no seu lugar. Se quere construír a aplicación Notes por si mesmo, siga as <a href=\"%2$s\">instrucións do desenvolvedor</a>."
},
"nplurals=2; plural=(n != 1);");