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

eu.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a297b06f2ae2b587949db9bfd88e46958c5c739 (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
OC.L10N.register(
    "notes",
    {
    "Notes" : "Oharrak",
    "Error" : "Errorea",
    "New note" : "Ohar berria",
    "Settings" : "Ezarpenak",
    "Deleted {title}" : "{title} ezabatuta",
    "Deleted {number} notes" : "{number} ohar ezabatuta",
    "There are unsaved notes. Leaving the page will discard all changes!" : "Gorde gabeko notak daude. Orrialdetik irtetzean aldaketa guztiak galduko dira!",
    "Folder to store your notes" : "Zure oharrak gordetzeko karpeta",
    "path to notes" : "oharretara bidea",
    "All notes" : "Ohar guztiak",
    "Categories" : "Kategoriak",
    "Loading …" : "Kargatzen...",
    "Today" : "Gaur",
    "Yesterday" : "Atzo",
    "This week" : "Aste honetan",
    "Last week" : "Azken astean",
    "This month" : "Hilabete honetan",
    "Last month" : "Azken hilabetean",
    "Rename" : "Berrizendatu",
    "Delete note" : "Ezabatu oharra",
    "Remove from favorites" : "Kendu gogokoetatik",
    "Add to favorites" : "Gehitu gogokoetan",
    "Empty note" : "Ohar hutsa",
    "Write …" : "Idatzi …",
    "Details" : "Xehetasunak",
    "Preview" : "Aurrebista",
    "Edit" : "Editatu",
    "Exit full screen" : "Irten pantaila osotik",
    "Full screen" : "Pantaila osa",
    "Save failed. Click to retry." : "Ezin izan da gorde. Egin klik berriro saiatzeko.",
    "Set category" : "Ezarri kategoria",
    "Category" : "Kategoria",
    "Uncategorized" : "Sailkatu gabe",
    "Click here to save manually" : "Sakatu hemen eskuz gordetzeko",
    "Saving failed!" : "Gordetzean errorea!",
    "Subcategory" : "Azpikategoria",
    "_%n word_::_%n words_" : ["%n hitz","%n hitz"],
    "Android app" : "Android aplikazioa",
    "iOS app" : "iOS aplikazioa",
    "Updating settings has failed." : "Ezarpenak eguneratzea huts egin du.",
    "Fetching notes has failed." : "Oharrak eskuratzeak huts egin du.",
    "Fetching note {id} has failed." : "{id} oharrak eskuratzeak huts egin du.",
    "Creating new note has failed." : "Ohar berria sortzeak huts egin du.",
    "Updating note {id} has failed." : "{id} oharra eguneratzeak huts egin du.",
    "Deleting note {id} has failed." : "{id} oharra ezabatzeak huts egin du.",
    "Development Mode" : "Garapen modua"
},
"nplurals=2; plural=(n != 1);");