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

eo.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af00045f8e5306d37d5d98c7288481acd952d6c1 (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
OC.L10N.register(
    "notes",
    {
    "Notes" : "Notoj",
    "Error" : "Eraro",
    "New note" : "Nova noto",
    "Distraction-free notes and writing" : "Sendistraj notoj kaj skribado",
    "Help" : "Helpo",
    "There are unsaved notes. Leaving the page will discard all changes!" : "Estas nekonservitaj notoj. Foriro el la paĝo perdos ĉiujn ŝanĝojn!",
    "Insert image" : "Enmeti bildon",
    "Folder to store your notes" : "Dosiero, en kiu konservi viajn notojn",
    "File extension for new notes" : "Dosiersufikso por novaj notoj",
    "All notes" : "Ĉiuj notoj",
    "Categories" : "Kategorioj",
    "Loading …" : "Ŝargado...",
    "Today" : "Hodiaŭ",
    "Yesterday" : "Hieraŭ",
    "Rename" : "Alinomi",
    "Delete note" : "Forigi noton",
    "Remove from favorites" : "Forigi el pliŝataĵoj",
    "Add to favorites" : "Aldoni al pliŝataĵoj",
    "Use current version" : "Uzi nunan version",
    "Details" : "Detaloj",
    "Edit" : "Modifi",
    "Preview" : "Antaŭvidi",
    "Category" : "Kategorio",
    "Uncategorized" : "Senkategoria",
    "Saving failed!" : "Konservado malsukcesis!",
    "_%n word_::_%n words_" : ["%n vorto","%n vortoj"],
    "Updating the note's category has failed. Is the target directory writable?" : "Ĝisdaztigo de la nota kategorio malsukcesis. Ĉu la celdosierujo skribeblas?",
    "Tasks" : "Taskoj"
},
"nplurals=2; plural=(n != 1);");