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

sq.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6ffcff8fe55e6ce58a1c1f496fc54f1fb910aab (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
OC.L10N.register(
    "text",
    {
    "New text file" : "Skedar teksti i ri ",
    "The file was uploaded" : "Skedari u ngarkua",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Kartela e ngarkuar tejkalon udhëzimin MAX_FILE_SIZE që qe përcaktuar te formulari HTML",
    "No file was uploaded" : "S’u ngarkua kartelë",
    "Missing a temporary folder" : "Mungon një dosje e përkohshme",
    "Text" : "Tekst",
    "📝 Collaborative document editing" : "Redaktimi i dokumenteve bashkëpunuese",
    "** 📝 Collaborative document editing!**\n\n- **📝 Focused writing:** No distractions, only the formatting you need.\n- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!" : "** 📝Redaktimi i dokumenteve bashkëpunuese**\n\n- **📝 Shkrim i fokusuar:** Jo shpërqëndrime, vetëm formatimi që ju nevojitet.\n- **🙋 Punoni sëbashku** Shpërnda dhe bashkëpuno me shokët dhe kolegët, nuk ka rëndësi nëse përdorin apo jo Nextcloud !\n- **💾 Format i hapur:** Skedarët janë ruajtur si [Markdown](https://en.wikipedia.org/wiki/Markdown), kështu që ju mund ti ndryshoni nga çdo aplikacion tjetër teksti gjithashtu.\n- **✊ Fondacion i fortë:** Ne përdorim [🐈 tiptap](https://tiptap.scrumpy.io) bazuar në [🦉 ProseMirror](https://prosemirror.net) –falenderim i madh për ta!",
    "Use current version" : "Përdor versionin aktual",
    "Use the saved version" : "Përdor versionin e ruajtur",
    "The document has been changed outside of the editor. The changes cannot be applied." : "Dokumenti është ndryshuar jashtë redaktuesit. Ndryshimet nuk mund të aplikohen.",
    "Saved" : "Ruajtur",
    "Unsaved changes" : "Ndryshime të paruajtura",
    "Guest" : "I ftuar",
    "Edit guest name" : "Ndryshoni emrin e të ftuarit",
    "Save guest name" : "Ruaj emrin e të ftuarit",
    "Formatting help" : "Ndihmë formatimi",
    "Keyboard shortcuts" : "Shkurtoret e tastierës",
    "Bold" : "I theksuar",
    "Italic" : "I pjerrët",
    "guest" : "vizitor",
    "Unsupported image type" : "Lloj imazhi i pa suportuar",
    "Undo" : "Ktheje pas",
    "Redo" : "Ribëj",
    "Info" : "Info",
    "Success" : "Sukses",
    "Warning" : "Kujdes",
    "Edit" : "Përpuno",
    "New text document" : "Dokument tekst i ri",
    "Enter your name so other users can see who is editing" : "Vendosni emrin tuaj që përdoruesit e tjerë mund të shikojnë kush është duke bërë ndryshime",
    "_and %n other editor_::_and %n other editors_" : ["shto %nredaktor tjetër","shto %nredaktorë të tjerë"]
},
"nplurals=2; plural=(n != 1);");