diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..62398da4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.js.bak +*.json.bak diff --git a/sdkjs-plugins/content/apertium/config.json b/sdkjs-plugins/content/apertium/config.json index 23a57f69..26454839 100644 --- a/sdkjs-plugins/content/apertium/config.json +++ b/sdkjs-plugins/content/apertium/config.json @@ -5,7 +5,8 @@ "fr": "Apertium", "es": "Apertium", "pt-BR": "Apertium", - "de": "Apertium" + "de": "Apertium", + "sq-AL": "Apertium" }, "guid": "asc.{9b224050-2354-4c1b-822b-03a97f61c79d}", "version": "1.0.3", @@ -18,7 +19,8 @@ "fr": "Traduisez rapidement des mots et des phrases avec Apertium.", "es": "Traduzca rápidamente palabras y frases con Apertium.", "pt-BR": "Traduza palavras e frases rapidamente usando Apertium.", - "de": "Übersetzen Sie Wörter und Sätze schnell mit Apertium." + "de": "Übersetzen Sie Wörter und Sätze schnell mit Apertium.", + "sq-AL": "Përktheni shpejt fjalë dhe fjali duke përdorur Apertium." }, "url": "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], diff --git a/sdkjs-plugins/content/apertium/translations/langs.json b/sdkjs-plugins/content/apertium/translations/langs.json index cc2cbccc..b1581ac1 100644 --- a/sdkjs-plugins/content/apertium/translations/langs.json +++ b/sdkjs-plugins/content/apertium/translations/langs.json @@ -9,5 +9,6 @@ "pt-PT", "ru-RU", "pt-BR", - "zh-ZH" + "zh-ZH", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/apertium/translations/sq-AL.json b/sdkjs-plugins/content/apertium/translations/sq-AL.json new file mode 100644 index 00000000..31b0de69 --- /dev/null +++ b/sdkjs-plugins/content/apertium/translations/sq-AL.json @@ -0,0 +1,8 @@ +{ + "Enter text manually": "Futni tekst manualisht", + "Hide field": "Fshehni fushën.", + "Translating...": "Duke u përkthyer...", + "Loading languages...": "Duke ngarkuar gjuhët", + "Copy": "Kopjoni", + "Insert to document": "Shtoni në dokument" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/autocomplete/config.json b/sdkjs-plugins/content/autocomplete/config.json index d686b517..53d42440 100644 --- a/sdkjs-plugins/content/autocomplete/config.json +++ b/sdkjs-plugins/content/autocomplete/config.json @@ -6,7 +6,8 @@ "es": "Autocomplete", "pt-BR": "Preenchimento automático", "de": "Autocomplete", - "it": "Autocompletamento" + "it": "Autocompletamento", + "sq-AL": "Kompletimi automatik" }, "guid" : "asc.{A103601F-FDA0-418A-BC37-A514031894C0}", "version" : "1.0.0", @@ -20,7 +21,8 @@ "es": "Utilice un asistente de entrada mientras escribe en los editores.", "pt-BR": "Use um assistente de entrada enquanto digita nos editores.", "de": "Verwenden Sie einen Assistenten bei der Eingabe in den Editoren.", - "it": "Utilizza un assistente di input mentre digiti negli editor." + "it": "Utilizza un assistente di input mentre digiti negli editor.", + "sq-AL": "Përdorni një asistues hyrjeje gjatë të shkruarit në editorë." }, "url" : "index.html", "icons" : ["resources/img/icon.png", "resources/img/icon@2x.png"], diff --git a/sdkjs-plugins/content/chess/config.json b/sdkjs-plugins/content/chess/config.json index 82c7849c..626319d0 100644 --- a/sdkjs-plugins/content/chess/config.json +++ b/sdkjs-plugins/content/chess/config.json @@ -6,7 +6,8 @@ "es": "Ajedrez", "pt-BR": "Xadrez", "de": "Schach", - "it": "Scacchi" + "it": "Scacchi", + "sq-AL": "Shah" }, "guid": "asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}", "version": "1.0.1", @@ -20,7 +21,8 @@ "es": "Juegue al ajedrez con otros colaboradores directamente en los editores.", "pt-BR": "Jogue xadrez com outros colaboradores diretamente nos editores.", "de": "Spielen Sie Schach mit anderen Mitautoren direkt in den Editoren.", - "it": "Gioca a scacchi con altri collaboratori direttamente negli editor." + "it": "Gioca a scacchi con altri collaboratori direttamente negli editor.", + "sq-AL": "Luani shah me bashkëpunëtorët e tjerë drejtpërdrejt në editorë." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/deepl/config.json b/sdkjs-plugins/content/deepl/config.json index cc388d88..cc3da765 100644 --- a/sdkjs-plugins/content/deepl/config.json +++ b/sdkjs-plugins/content/deepl/config.json @@ -5,7 +5,8 @@ "fr": "DeepL", "es": "DeepL", "pt-BR": "DeepL", - "de": "DeepL" + "de": "DeepL", + "sq-AL": "DeepL" }, "guid": "asc.{b78a062b-e349-4634-8a44-99825600d299}", "version": "1.0.3", @@ -18,7 +19,8 @@ "fr": "Traduisez un texte sélectionné dans d’autres langues avec DeepL.", "es": "Traduzca el texto seleccionado a otros idiomas utilizando DeepL.", "pt-BR": "Traduza o texto selecionado para outros idiomas usando DeepL.", - "de": "Übersetzen Sie den ausgewählten Text in andere Sprachen mit DeepL." + "de": "Übersetzen Sie den ausgewählten Text in andere Sprachen mit DeepL.", + "sq-AL": "Përktheni tekstin e selektuar në gjuhë të tjera duke përdorur DeepL." }, "url": "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], diff --git a/sdkjs-plugins/content/deepl/translations/langs.json b/sdkjs-plugins/content/deepl/translations/langs.json index 258bfd52..2d024f67 100644 --- a/sdkjs-plugins/content/deepl/translations/langs.json +++ b/sdkjs-plugins/content/deepl/translations/langs.json @@ -9,5 +9,6 @@ "pt-PT", "pt-BR", "ru-RU", - "zh-ZH" + "zh-ZH", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/deepl/translations/sq-AL.json b/sdkjs-plugins/content/deepl/translations/sq-AL.json new file mode 100644 index 00000000..104cccb9 --- /dev/null +++ b/sdkjs-plugins/content/deepl/translations/sq-AL.json @@ -0,0 +1,13 @@ +{ + "To use DeepL, subscribe to DeepL API plan in the official DeepL website. Copy the API key and insert it in the specified field.": "Për të përdorur DeepL, abonohuni në planin e API të DeepL në faqen e internetit zyrtare të DeepL. Kopjoni dhe shtoni çelësin e API key në fushën e caktuar.", + "Learn more here.": "Mësoni më shumë këtu.", + "Save": "Ruani", + "Target language": "Gjuhë e etiketuar", + "Enter text manually": "Futni tekst manualisht", + "Hide field": "Fshihni fushën", + "Translating...": "Duke u përkthyer...", + "Loading languages...": "Duke u ngarkuar gjuhët...", + "Copy": "Kopjoni", + "Insert to document": "Shtoni në dokument", + "Reconfigure API key": "Rikonfiguroni çelësin e API" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/doc2md/config.json b/sdkjs-plugins/content/doc2md/config.json index b9dca2c9..f132faa7 100644 --- a/sdkjs-plugins/content/doc2md/config.json +++ b/sdkjs-plugins/content/doc2md/config.json @@ -5,7 +5,8 @@ "fr": "Doc2md", "es": "Doc2md", "pt-BR": "Doc2md", - "de": "Doc2md" + "de": "Doc2md", + "sq-AL": "Doc2md" }, "guid": "asc.{5aff455d-96c4-4bd8-9658-16e5bc143738}", "version": "1.0.3", @@ -19,7 +20,8 @@ "es": "Convierta sus documentos formateados a Markdown o HTML.", "pt-BR": "Converta seus documentos formatados para Markdown ou HTML.", "de": "Konvertieren Sie formatierte Dokumente in Markdown oder HTML.", - "cs": "Převeďte své formátované dokumenty na Markdown nebo HTML." + "cs": "Převeďte své formátované dokumenty na Markdown nebo HTML.", + "sq-AL": "Konvertoni dokumentet tuaja të formatizuara në Markdown ose HTML." }, "url": "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], @@ -95,7 +97,8 @@ "ru": "Справка", "fr": "À propos", "es": "Sobre programa", - "de": "Über" + "de": "Über", + "sq-AL": "Rreth" }, "url": "index_about.html", "icons": [ "resources/img/icon.png", "resources/img/icon@2x.png", "resources/img/icon.png", "resources/img/icon@2x.png" ], diff --git a/sdkjs-plugins/content/doc2md/translations/langs.json b/sdkjs-plugins/content/doc2md/translations/langs.json index 258bfd52..2d024f67 100644 --- a/sdkjs-plugins/content/doc2md/translations/langs.json +++ b/sdkjs-plugins/content/doc2md/translations/langs.json @@ -9,5 +9,6 @@ "pt-PT", "pt-BR", "ru-RU", - "zh-ZH" + "zh-ZH", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/doc2md/translations/sq-AL.json b/sdkjs-plugins/content/doc2md/translations/sq-AL.json new file mode 100644 index 00000000..54f1e21d --- /dev/null +++ b/sdkjs-plugins/content/doc2md/translations/sq-AL.json @@ -0,0 +1,14 @@ +{ + "Copy": "Kopjoni", + "Show settings": "Shfaqni cilësimet", + "Hide settings": "Fshihni cilësimet", + "Render HTML tags": "Shfaq etiketat HTML", + "Demote headings (H1 → H2, etc.)": "Ulni titujt (H1 → H2, etc.)", + "HTML headings/IDs": "Titujt HTML/ID- të", + "Create base64 images": "Krijo foto", + "Suppress top comment": "Fshihni komentet e sipërme", + "Help": "Selektoni Markdown ose HTML.\n* Default: Konvertoni të gjithë dokumentin.\n* Selektoni tekstin për të kufizuar shtrirjen.", + "Text was copied to buffer!": "Teksti u kopjua në bufer!", + "Convert to Markdown or HTML": "Konvertoni në Markdown ose HTML", + "Preview": "Parapamja" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/drawio/config.json b/sdkjs-plugins/content/drawio/config.json index 385c2577..512f45be 100644 --- a/sdkjs-plugins/content/drawio/config.json +++ b/sdkjs-plugins/content/drawio/config.json @@ -6,7 +6,8 @@ "es": "draw.io", "pt-BR": "draw.io", "de": "draw.io", - "it": "draw.io" + "it": "draw.io", + "sq-AL": "draw.io" }, "guid": "asc.{DB38923B-A8C0-4DE9-8AEE-A61BB5C901A5}", "version": "1.0.5", @@ -20,7 +21,8 @@ "es": "Cree, edite e inserte diagramas de aspecto profesional en sus documentos.", "pt-BR": "Crie, edite e insira diagramas com aparência profissional em seus documentos.", "de": "Erstellen, bearbeiten und fügen Sie professionelle Diagramme in Ihre Dokumente ein.", - "it": "Crea, modifica e inserisci diagrammi dall'aspetto professionale nei tuoi documenti." + "it": "Crea, modifica e inserisci diagrammi dall'aspetto professionale nei tuoi documenti.", + "sq-AL": "Krijoni, redaktoni dhe futni diagrame me pamje profesionale në dokumentet tuaja." }, "url": "index.html", @@ -87,7 +89,8 @@ "es": "Insertar", "de": "Einfügen", "cs": "Vložit", - "it": "Inserisci" + "it": "Inserisci", + "sq-AL": "Shtoni" }, "isViewer": false }, @@ -100,7 +103,8 @@ "es": "Cancelar", "de": "Abbrechen", "cs": "Zrušit", - "it": "Annulla" + "it": "Annulla", + "sq-AL": "Anulo" } } ], diff --git a/sdkjs-plugins/content/drawio/translations/langs.json b/sdkjs-plugins/content/drawio/translations/langs.json index 73235fde..9252f7bf 100644 --- a/sdkjs-plugins/content/drawio/translations/langs.json +++ b/sdkjs-plugins/content/drawio/translations/langs.json @@ -7,5 +7,6 @@ "ru-RU", "pt-BR", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/drawio/translations/sq-AL.json b/sdkjs-plugins/content/drawio/translations/sq-AL.json new file mode 100644 index 00000000..bad40d94 --- /dev/null +++ b/sdkjs-plugins/content/drawio/translations/sq-AL.json @@ -0,0 +1,5 @@ +{ + "Loading" : "Po ngarkohet", + "Click on diagram to edit." : "Klikoni në diagram për ta redaktuar.", + "This plugin is not supported by IE": "Kjo shtojcë nuk mbështetet nga IE" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/easybib/config.json b/sdkjs-plugins/content/easybib/config.json index d7ce8e9f..21c54ea9 100644 --- a/sdkjs-plugins/content/easybib/config.json +++ b/sdkjs-plugins/content/easybib/config.json @@ -5,7 +5,8 @@ "fr": "EasyBib", "es": "EasyBib", "pt-BR": "EasyBib", - "de": "EasyBib" + "de": "EasyBib", + "sq-AL": "EasyBib" }, "guid" : "asc.{c9d216a5-4f1a-49f2-9ff0-67c510a73523}", "version" : "1.0.2", @@ -17,7 +18,8 @@ "fr": "Générez des citations et créez des bibliographies dans vos documents (compatible avec le cloud ONLYOFFICE).", "es": "Genere citas y cree bibliografías en sus documentos (compatible con la nube de ONLYOFFICE).", "pt-BR": "Gere citações e crie bibliografias em seus documentos (compatível com a nuvem ONLYOFFICE).", - "de": "Generieren Sie Zitate und erstellen Sie Bibliografien in Ihren Dokumenten (kompatibel mit ONLYOFFICE in der Cloud)." + "de": "Generieren Sie Zitate und erstellen Sie Bibliografien in Ihren Dokumenten (kompatibel mit ONLYOFFICE in der Cloud).", + "sq-AL": "Krijoni citime dhe krijoni bibliografi në dokumentet tuaja (kompatibile me renë ONLYOFFICE)." }, "url" : "index.html", "icons" : [ "resources/img/icon.png", "resources/img/icon@2x.png" ], diff --git a/sdkjs-plugins/content/easybib/translations/langs.json b/sdkjs-plugins/content/easybib/translations/langs.json index bf0bc933..ff802a19 100644 --- a/sdkjs-plugins/content/easybib/translations/langs.json +++ b/sdkjs-plugins/content/easybib/translations/langs.json @@ -9,5 +9,6 @@ "ja-JP", "nl-NL", "pt-BR", - "ru-RU" + "ru-RU", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/easybib/translations/sq-AL.json b/sdkjs-plugins/content/easybib/translations/sq-AL.json new file mode 100644 index 00000000..74a5dc05 --- /dev/null +++ b/sdkjs-plugins/content/easybib/translations/sq-AL.json @@ -0,0 +1,14 @@ +{ + "Book": "Libër", + "Journal Article": "Artikull gazete", + "Website": "Faqe interneti", + "Search": "Kërko", + "Search result": "Rezultati i kërkimit", + "Back to bibliography": "Mbrapa te bibliografia", + "Bibliography": "Bibliografia", + "Style": "Stili", + "Add Bibliography to Doc": "Shtoni bibliografinë në dokument", + "Enter book title": "Futni titullin e librit", + "Enter journal article": "Futni artikullin e gazetës", + "Enter website url": "Futni url-në e faqes së internetit" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/glavred/config.json b/sdkjs-plugins/content/glavred/config.json index 5bd6bc31..f82e9e21 100644 --- a/sdkjs-plugins/content/glavred/config.json +++ b/sdkjs-plugins/content/glavred/config.json @@ -5,7 +5,8 @@ "fr": "Glavred", "es": "Glavred", "pt-BR": "Glavred", - "de": "Glavred" + "de": "Glavred", + "sq-AL": "Glavred" }, "guid" : "asc.{B631E142-E40B-4B4C-90B9-2D00222A286E}", "version" : "1.0.1", @@ -19,7 +20,8 @@ "fr": "Rendez votre texte plus informatif et clair (convient pour les textes en russe).", "es": "Haga que su texto sea más informativo y claro (adecuado cuando trabaje con textos en ruso).", "pt-BR": "Torne seu texto mais informativo e claro (adequado ao trabalhar com textos em russo).", - "de": "Machen Sie Ihren Text informativer und deutlicher (geeignet für die Arbeit mit Texten auf Russisch)." + "de": "Machen Sie Ihren Text informativer und deutlicher (geeignet für die Arbeit mit Texten auf Russisch).", + "sq-AL": "Bëni tekstin tuaj më informativ dhe të qartë (i përshtatshëm për tekstet në rusisht)." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/grammalecte/config.json b/sdkjs-plugins/content/grammalecte/config.json index a1a53e09..7fc22366 100644 --- a/sdkjs-plugins/content/grammalecte/config.json +++ b/sdkjs-plugins/content/grammalecte/config.json @@ -5,7 +5,8 @@ "fr": "Grammalecte", "es": "Grammalecte", "pt-BR": "Grammalecte", - "de": "Grammalecte" + "de": "Grammalecte", + "sq-AL": "Grammalecte" }, "guid": "asc.{6ef67492-a111-4ca5-bd4f-bf02645afc61}", "version": "1.0.3", @@ -18,7 +19,8 @@ "fr": "Corrigez rapidement les fautes de grammaire et de style dans les textes en français.", "es": "Corrija rápidamente los errores gramaticales y de estilo de los textos en francés.", "pt-BR": "Corrija rapidamente erros gramaticais e de estilo em textos em francês.", - "de": "Korrigieren Sie schnell Grammatik- und Stilfehler in französischen Texten." + "de": "Korrigieren Sie schnell Grammatik- und Stilfehler in französischen Texten.", + "sq-AL": "Korrigjim i shpejtë i gabimeve gramatikore dhe stilistike në tekstet në frengjisht." }, "url": "index.html", "icons": [ "resources/img/icon.png", "resources/img/icon@2x.png" ], @@ -105,7 +107,8 @@ "ru": "Справка", "fr": "À propos", "es": "Sobre programa", - "de": "Über" + "de": "Über", + "sq-AL": "Rreth" }, "url": "index_about.html", diff --git a/sdkjs-plugins/content/grammalecte/translations/langs.json b/sdkjs-plugins/content/grammalecte/translations/langs.json index 258bfd52..2d024f67 100644 --- a/sdkjs-plugins/content/grammalecte/translations/langs.json +++ b/sdkjs-plugins/content/grammalecte/translations/langs.json @@ -9,5 +9,6 @@ "pt-PT", "pt-BR", "ru-RU", - "zh-ZH" + "zh-ZH", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/grammalecte/translations/sq-AL.json b/sdkjs-plugins/content/grammalecte/translations/sq-AL.json new file mode 100644 index 00000000..e6dd14c1 --- /dev/null +++ b/sdkjs-plugins/content/grammalecte/translations/sq-AL.json @@ -0,0 +1,5 @@ +{ + "Checking...": "Po kontrollohet...", + "Check": "Kontrolloni", + "Insert to document": "Shtoni në dokument" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/highlightcode/config.json b/sdkjs-plugins/content/highlightcode/config.json index fed86712..17f77b7c 100644 --- a/sdkjs-plugins/content/highlightcode/config.json +++ b/sdkjs-plugins/content/highlightcode/config.json @@ -8,7 +8,8 @@ "pt-BR": "Highlight code", "ru": "Подсветка кода", "si": "පර්යාය කෝෂය", - "it": "Evidenzia codice" + "it": "Evidenzia codice", + "sq-AL": "Highlight code" }, "version": "1.0.3", "variations": [ @@ -32,7 +33,8 @@ "fr": "Annuler", "ru": "Отмена", "si": "අවලංගු", - "it": "Annulla" + "it": "Annulla", + "sq-AL": "Anulo" } } ], @@ -44,7 +46,8 @@ "pt-BR": "Destaque a sintaxe do código selecionando o idioma, estilo e cor de fundo necessários.", "ru": "Оформите синтаксис кода, выбрав необходимый язык, стиль и цвет фона.", "si": "වුවමනා භාෂාව, මෝස්තරය සහ පසුබිමේ වර්ණය තේරීමෙන් කේතයේ පදඝටනාව (පද ගැළපුම) උද්දීපනය කරන්න.", - "it": "Evidenzia sintassi del codice selezionando il linguaggio, lo stile e il colore di sfondo necessari." + "it": "Evidenzia sintassi del codice selezionando il linguaggio, lo stile e il colore di sfondo necessari.", + "sq-AL": "Theksoni sintaksën e kodit duke përzgjedhur gjuhën dhe stilin e nevojshëm, në anglisht." }, "icons": [ "resources/light/icon.png", diff --git a/sdkjs-plugins/content/highlightcode/translations/cs-CZ.json b/sdkjs-plugins/content/highlightcode/translations/cs-CZ.json index a9a1c108..3caf55db 100644 --- a/sdkjs-plugins/content/highlightcode/translations/cs-CZ.json +++ b/sdkjs-plugins/content/highlightcode/translations/cs-CZ.json @@ -8,8 +8,8 @@ "2 spaces": "2 prostory", "4 spaces": "4 prostory", "Background": "Pozadí", - "Font settings": "Schrifteinstellungen", - "Format": "Formatierung", - "Available only for the following languages": "Nur für folgende Sprachen verfügbar", + "Font settings": "Nastavení písma", + "Format": "Formát", + "Available only for the following languages": "Dostupné pouze pro následující jazyky", "This plugin is not supported by IE": "Tento plugin není podporován IE" } diff --git a/sdkjs-plugins/content/highlightcode/translations/langs.json b/sdkjs-plugins/content/highlightcode/translations/langs.json index 04caa1cb..1e0e528f 100644 --- a/sdkjs-plugins/content/highlightcode/translations/langs.json +++ b/sdkjs-plugins/content/highlightcode/translations/langs.json @@ -8,5 +8,6 @@ "pt-BR", "si-SI", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/highlightcode/translations/sq-AL.json b/sdkjs-plugins/content/highlightcode/translations/sq-AL.json new file mode 100644 index 00000000..a5ef68d8 --- /dev/null +++ b/sdkjs-plugins/content/highlightcode/translations/sq-AL.json @@ -0,0 +1,15 @@ +{ + "Auto": "Automatike", + "Language": "Gjuha", + "Highlight": "Theksim", + "Style": "Stil", + "Tab replace": "Tabi i zëvëndësimit", + "Use tabs": "Përdorni tabulat", + "2 spaces": "2 hapësira", + "4 spaces": "4 hapësira", + "Background": "Sfondi", + "Font settings": "Cilësimet e fontit", + "Format": "Formati", + "Available only for the following languages": "I disponueshëm vetëm për gjuhet e mëposhtme", + "This plugin is not supported by IE": "Kjo shtojcë nuk mbështetet nga IE" +} diff --git a/sdkjs-plugins/content/html/config.json b/sdkjs-plugins/content/html/config.json index a2d3007b..e91fbff3 100644 --- a/sdkjs-plugins/content/html/config.json +++ b/sdkjs-plugins/content/html/config.json @@ -6,7 +6,8 @@ "es": "HTML", "pt-BR": "HTML", "de": "HTML", - "it": "HTML" + "it": "HTML", + "sq-AL": "HTML" }, "guid": "asc.{E581C417-3C80-4BC2-B42D-502850FDC1E7}", "version": "1.0.3", @@ -20,7 +21,8 @@ "es": "Obtenga el contenido de su documento como código HTML, modifíquelo y péguelo de nuevo en el documento.", "pt-BR": "Obtenha o conteúdo do seu documento como código HTML, modifique-o e cole-o novamente no documento.", "de": "Erhalten Sie den Inhalt Ihres Dokuments als HTML-Code, modifizieren und fügen Sie ihn wieder ins Dokument ein.", - "it": "Ottieni il contenuto del tuo documento come codice HTML, modificalo e incollalo di nuovo nel documento." + "it": "Ottieni il contenuto del tuo documento come codice HTML, modificalo e incollalo di nuovo nel documento.", + "sq-AL": "Merrni përmbajtjen e dokumentit si kod HTML, ndryshojeni dhe ngjiteni përsëri në dokument." }, "url": "index.html", diff --git a/sdkjs-plugins/content/html/translations/langs.json b/sdkjs-plugins/content/html/translations/langs.json index 04b1fa65..4b0c2c61 100644 --- a/sdkjs-plugins/content/html/translations/langs.json +++ b/sdkjs-plugins/content/html/translations/langs.json @@ -7,5 +7,6 @@ "ru-RU", "pt-BR", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/html/translations/sq-AL.json b/sdkjs-plugins/content/html/translations/sq-AL.json new file mode 100644 index 00000000..871490b3 --- /dev/null +++ b/sdkjs-plugins/content/html/translations/sq-AL.json @@ -0,0 +1,5 @@ +{ + "Paste into the document": "Ngjitni në dokument", + "Copy" : "Kopjoni", + "Clear" : "Pastroni" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/insertQR/config.json b/sdkjs-plugins/content/insertQR/config.json index f6e2442e..7b9862b9 100644 --- a/sdkjs-plugins/content/insertQR/config.json +++ b/sdkjs-plugins/content/insertQR/config.json @@ -9,7 +9,8 @@ "it": "Generatore di codici QR", "ja": "QRコード作成", "zh": "二维码生成器", - "cs-CS": "Generátor QR kódů" + "cs-CS": "Generátor QR kódů", + "sq-AL": "QR Code Generator" }, "guid": "asc.{E5DD8D78-92F4-43B4-825B-E963D5CE8AC9}", "version": "1.0.1", @@ -26,7 +27,8 @@ "it": "Genera facilmente i codici QR negli editor di presentazioni, testo e fogli di calcolo.", "zh": "在文本文档、电子表格和演示文稿编辑器中轻松生成二维码。", "ja": "プレゼンテーション、テキスト、スプレッドシートエディタで簡単にQRコードが生成できます。", - "cs-CS": "Snadno generujte QR kódy v editorech prezentací, textů a tabulek." + "cs-CS": "Snadno generujte QR kódy v editorech prezentací, textů a tabulek.", + "sq-AL": "Gjeneroni pa mundim kode QR në editorin e prezantimeve, testit dhe të fletëllogaritësve." }, "url": "index.html", "icons": "resources/%theme-type%(dark|light)/%scale%(default).%extension%(png)", diff --git a/sdkjs-plugins/content/insertQR/translations/langs.json b/sdkjs-plugins/content/insertQR/translations/langs.json index 95ad53bc..60491f04 100644 --- a/sdkjs-plugins/content/insertQR/translations/langs.json +++ b/sdkjs-plugins/content/insertQR/translations/langs.json @@ -7,5 +7,6 @@ "it-IT", "ja-JA", "zh-ZH", - "cs-CS" + "cs-CS", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/insertQR/translations/sq-AL.json b/sdkjs-plugins/content/insertQR/translations/sq-AL.json new file mode 100644 index 00000000..ad9f24f2 --- /dev/null +++ b/sdkjs-plugins/content/insertQR/translations/sq-AL.json @@ -0,0 +1,16 @@ +{ + "QR Settings": "Cilësimet QR", + "Set QR Color": "Vendosni ngjyrën e QR", + "Set Background Color": "Vendosni ngjyrën e sfondit", + "Width": "Gjerësia", + "Height": "Lartësia", + "Minimum QR size is 50px": "Madhësia minimale e QR është 50px", + "Maximum QR size is 2000px": "Madhësia maksimale e QR është 2000px", + "Warning": "Paralajmërim", + "Insert QR": "Shtoni QR", + "The plugin is not supported in the Internet Explorer": "Shtojëca nuk mbështetet në Internet Explorer.", + "The selected text сannot be used": "Teksti i selektuar nuk mund të përdoret.", + "The colors must be different": "Ngjyrat duhet të jenë të ndryshme", + "Insert QR: info": "Shtoni QR: info", + "Cancel": "Anuloni" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/jitsi/config.json b/sdkjs-plugins/content/jitsi/config.json index fe0498d2..db52c0f9 100644 --- a/sdkjs-plugins/content/jitsi/config.json +++ b/sdkjs-plugins/content/jitsi/config.json @@ -6,7 +6,8 @@ "es": "Jitsi", "pt-BR": "Jitsi", "de": "Jitsi", - "it": "Jitsi" + "it": "Jitsi", + "sq-AL": "Jitsi" }, "guid" : "asc.{7645D461-84BC-4FB0-A42C-98118C14A1CD}", "version": "1.0.3", @@ -20,7 +21,8 @@ "es": "Realice llamadas de audio y vídeo directamente en los editores utilizando Jitsi.", "pt-BR": "Faça chamadas de áudio e vídeo diretamente nos editores usando Jitsi.", "de": "Machen Sie Audio- und Videoanrufe gerade in den Editoren mit Jitsi.", - "it": "Effettua chiamate audio e video direttamente negli editor usando Jitsi." + "it": "Effettua chiamate audio e video direttamente negli editor usando Jitsi.", + "sq-AL": "Bëni thirrje audio dhe video direkt në editor duke përdorur Jitsi." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/jitsi/translations/langs.json b/sdkjs-plugins/content/jitsi/translations/langs.json index 04b1fa65..4b0c2c61 100644 --- a/sdkjs-plugins/content/jitsi/translations/langs.json +++ b/sdkjs-plugins/content/jitsi/translations/langs.json @@ -7,5 +7,6 @@ "ru-RU", "pt-BR", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/jitsi/translations/sq-AL.json b/sdkjs-plugins/content/jitsi/translations/sq-AL.json new file mode 100644 index 00000000..00929c33 --- /dev/null +++ b/sdkjs-plugins/content/jitsi/translations/sq-AL.json @@ -0,0 +1,7 @@ +{ + "Start": "Filloni", + "Stop" : "Ndaloni", + "Room name" : "Emri i dhomës", + "Domain" : "Domeni", + "This plugin is not supported by IE": "Kjo shtojcë nuk mbështetet nga IE" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/languagetool/config.json b/sdkjs-plugins/content/languagetool/config.json index 614e1d66..ca0bd2b8 100644 --- a/sdkjs-plugins/content/languagetool/config.json +++ b/sdkjs-plugins/content/languagetool/config.json @@ -5,7 +5,8 @@ "fr": "LanguageTool", "es": "LanguageTool", "pt-BR": "LanguageTool", - "de": "LanguageTool" + "de": "LanguageTool", + "sq-AL": "LanguageTool" }, "guid": "asc.{7CDB02C9-A0BF-4B56-9A1A-71C860B8498F}", "version": "1.0.4", @@ -18,7 +19,8 @@ "fr": "Améliorez l'orthographe, la grammaire et le style de vos textes.", "es": "Mejore la ortografía, la gramática y el estilo de sus textos.", "pt-BR": "Melhore a ortografia, a gramática e o estilo dos seus textos.", - "de": "Verbessern Sie Rechtschreibung, Grammatik und Stil in Ihren Texten." + "de": "Verbessern Sie Rechtschreibung, Grammatik und Stil in Ihren Texten.", + "sq-AL": "Përmirësoni ortografinë, gramatikën dhe stilin në tekstet tuaja." }, "url": "index.html", @@ -102,7 +104,8 @@ "ru": "Справка", "fr": "À propos", "es": "Sobre programa", - "de": "Über" + "de": "Über", + "sq-AL": "Rreth" }, "url": "index_about.html", diff --git a/sdkjs-plugins/content/languagetool/translations/langs.json b/sdkjs-plugins/content/languagetool/translations/langs.json index 258bfd52..2d024f67 100644 --- a/sdkjs-plugins/content/languagetool/translations/langs.json +++ b/sdkjs-plugins/content/languagetool/translations/langs.json @@ -9,5 +9,6 @@ "pt-PT", "pt-BR", "ru-RU", - "zh-ZH" + "zh-ZH", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/languagetool/translations/sq-AL.json b/sdkjs-plugins/content/languagetool/translations/sq-AL.json new file mode 100644 index 00000000..6a130e9d --- /dev/null +++ b/sdkjs-plugins/content/languagetool/translations/sq-AL.json @@ -0,0 +1,8 @@ +{ + "Checking...": "Duke u kontrolluar...", + "Check": "Kontrolloni", + "Insert to document": "Shtoni në dokument", + "Dismiss": "Hidhni poshtë", + "Clear": "Pastroni", + "Language": "Gjuha" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/macros/config.json b/sdkjs-plugins/content/macros/config.json index 1938c879..7d744080 100644 --- a/sdkjs-plugins/content/macros/config.json +++ b/sdkjs-plugins/content/macros/config.json @@ -7,7 +7,8 @@ "pt-BR": "Macros", "de": "Makros", "si": "සාර්ව", - "it": "Macro" + "it": "Macro", + "sq-AL": "Makros" }, "guid": "asc.{E6978D28-0441-4BD7-8346-82FAD68BCA3B}", "version": "2.0.1", @@ -26,7 +27,8 @@ "pt-BR": "Automatize suas tarefas rotineiras e padronize documentos usando macros (é usada a sintaxe da linguagem JavaScript).", "de": "Automatisieren Sie Routineaufgaben und standardisieren Sie Dokumente mit Makros (die JavaScript-Syntax wird verwendet).", "si": "සාර්ව භාවිතයෙන් ඔබගේ දෛනික කාර්යන් ස්වයංක්‍රිය කරන්න සහ ලේඛන ප්‍රමිතියකට තබා ගන්න (ජාවාස්ක්‍රිප්ට් භාෂා පද ගැළපුම් භාවිතා වේ).", - "it": "Automatizza i tuoi compiti di routine e rendi i tuoi documenti standard utilizzando le macro (viene utilizzata la sintassi del linguaggio JavaScript)." + "it": "Automatizza i tuoi compiti di routine e rendi i tuoi documenti standard utilizzando le macro (viene utilizzata la sintassi del linguaggio JavaScript).", + "sq-AL": "Automatizoni detyrat tuaja të përditshme dhe standardizoni dokumentet duke përdorur makro (është përdorur sintaksa gjuhës JavaScript)." }, "url": "index.html", "help" : "https://api.onlyoffice.com/docs/plugin-and-macros/macros/getting-started/", @@ -89,7 +91,8 @@ "fr": "Sauvegarder", "es": "Guardar", "de": "Speichern", - "it": "Salva" + "it": "Salva", + "sq-AL": "Ruaj" } }, { @@ -100,7 +103,8 @@ "fr": "Annuler", "es": "Cancelar", "de": "Abbrechen", - "it": "Annulla" + "it": "Annulla", + "sq-AL": "Anulo" } } ], diff --git a/sdkjs-plugins/content/macros/translations/langs.json b/sdkjs-plugins/content/macros/translations/langs.json index 04caa1cb..1e0e528f 100644 --- a/sdkjs-plugins/content/macros/translations/langs.json +++ b/sdkjs-plugins/content/macros/translations/langs.json @@ -8,5 +8,6 @@ "pt-BR", "si-SI", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/macros/translations/sq-AL.json b/sdkjs-plugins/content/macros/translations/sq-AL.json new file mode 100644 index 00000000..f04f39d3 --- /dev/null +++ b/sdkjs-plugins/content/macros/translations/sq-AL.json @@ -0,0 +1,18 @@ +{ + "New": "Krijoni", + "Delete": "Fshini", + "Rename": "Riemërtoni", + "Autostart" : "Filloni automatikisht", + "Run": "Ekzekutoni", + "Cancel" : "Anuloni", + "Macros" : "makrot", + "Title" : "Emri nuk mund të jetë bosh", + "Copy": "Kopjoni", + "Make autostart": "Bëni fillimin automatik", + "Unmake autostart": "Zhbëni fillimin automatik", + "Custom function": "Funksioni i personalizuar", + "Custom functions": "Gunksione të personalizuara", + "Ok": "Ok", + "Add macros": "Shtoni makrot", + "Add custom function": "Shtoni funksion të personalizuar" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/mathtype/translations/langs.json b/sdkjs-plugins/content/mathtype/translations/langs.json index e818be41..a79649f8 100644 --- a/sdkjs-plugins/content/mathtype/translations/langs.json +++ b/sdkjs-plugins/content/mathtype/translations/langs.json @@ -5,5 +5,6 @@ "fr-FR", "ja-JA", "ru-RU", - "zh-ZH" + "zh-ZH", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/mathtype/translations/sq-AL.json b/sdkjs-plugins/content/mathtype/translations/sq-AL.json new file mode 100644 index 00000000..8dee03ac --- /dev/null +++ b/sdkjs-plugins/content/mathtype/translations/sq-AL.json @@ -0,0 +1,70 @@ +{ + "For using ChatGPT you should get an API key.": "Për të përdorur ChatGPT, duhet të merrni një çelës API.", + "Create API keys and copy in this field.": "Krijoni çelësa API dhe kopjoni në këtë fushë", + "Go to": "Shkoni në", + "Loading...": "Duke u ngarkuar...", + "Api key saved successfully.": "Çelësi API është ruajtur me sukses.", + "Save": "Ruani", + "Text analysis": "Analiza e tekstit", + "Summarize": "Përmbledhjei", + "Keywords": "Fjalët kyçe", + "Word analysis": "Analiza e fjalës", + "Explain text in comment": "Shpjegoni tekstin në koment", + "Explain text in hyperlink": "Shpjegoni tekstin në hiperlidhjen", + "Translate": "Përktheni", + "Translate to French": "Përktheni në frengjisht", + "Translate to English": "Përktheni në anglisht", + "Translate to German": "Përktheni në gjermanisht", + "Translate to Chinese": "Përktheni në kinezisht", + "Translate to Japanese": "Përktheni në japonisht", + "Translate to Russian": "Përktheni në rusisht", + "Translate to Korean": "Përktheni në koreanisht", + "Translate to Spanish": "Përktheni në spanjisht", + "Translate to Italian": "Përktheni në italisht", + "Generate image from text": "Gjenero imazh nga teksti", + "Settings": "Cilësime", + "Maximum 8000 tokens are available.": "Maksimumi i 8000 tokenëve është në dispozicion.", + "For work with this model we should save chat history and sent it into a request.": "Për të punuar me këtë model, duhet të ruani historinë e bisedës dhe ta dërgoni atë në një kërkesë.", + "But we have a limit on the number of tokens in the request.": "Për kemi një kufi për numrin e tokenëve në kërkesë.", + "That's why sometimes you should clear your chat history.": "Për këtë arsye, ndonjëherë duhet të pastroni historinë tuaj të bisedës.", + "Clear history": "Pastroni historinë", + "Tokens in the request about: ": "Tokenët në kërkesë janë afërsisht: ", + "Total tokens are used in last request: ": "Tokenët totalë që janë përdorur në kërkesën e fundit: ", + "Chat": "Bisedë", + "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "Modeli që do të gjenerojë përfundimin. Disa modele janë të përshtatshme për detyra të gjuhës natyrore, të tjera specializohen në kod.", + "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the node will become deterministic and repetitive.": "Kotrollon rastësinë: ulja e temperaturës rezulton në përfundime më pak rastësore. Ndërsa temperatura afron zero, modeli bëhet i parashikueshëm dhe i përsëritur.", + "The maximum number of tokens to generate in the completion.": "Numri maksimal i tokenëve për të gjeneruar në përfundim.", + "Up to four sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence.": "Derisa të katëer sekuencat të ndalojnë gjenerimin e më shumë tokenëve. Teksti i kthyer nuk do të përmbajë sekuencën e ndalimit.", + "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.": "Një alternativë për mostrimin me temperaturë, quhet mostërzimi i grumbullimit, ku modeli merr parasysh rezultatet e tokenëve me masën e probabilitetit top_p.", + "Submit": "Dërgoni", + "Clear": "Pastroni", + "Model": "Modeli", + "Maximum length": "Gjatësia maksimale", + "Temperature": "Temperatura", + "Stop sequences": "Sekuenca e ndalimit", + "This plugin doesn't work in Internet Explorer.": "Kjo shtojcë nuk funksionon në Eksploruesin e Internetit.", + "Tokens: ": "Tokenët: ", + "Learn More": "Mësoni më shumë", + "Show advanced settings": "Shfaqni cilësimet e avancuara", + "Up to": "Derisa", + "tokens in response.": "tokenë në përgjigje.", + "Maximum ": "Maksimumi ", + "tokens are available.": "tokenët janë në dispozicion.", + "Because you are using: ": "Për shkak se ju po përdorni: ", + "tokens in your request.": "tokenë në kërkesën tuaj.", + "Custom request": "Kërkesë e personalizuar", + "You exceeded your current quota, please check your plan and billing details.": "Ju keni tejkaluar kuotën tuaj aktuale, ju lutem kontrolloni planin dhe detajet e faturimit.", + "Too many tokens in your request.": "Shume tokenë në kërkesën tuaj.", + "Error:": "Gabim.", + "Generate image variation": "Gjeneroni variacion imazhi", + "Thesaurus": "Enciklopedi", + "Show hyperlink content": "Shfaqni përmbajtjen e hiperlidhjes", + "Warning": "Paralajmërim", + "This plugin is not supported by IE": "Kjo shtojcë nuk mbështetet nga IE", + "Fix spelling & grammar": "Rregulloni gabimet e shkrimit dhe gramatikës", + "Rewrite differently": "Rishkruani ndryshe", + "Make longer": "Bëjeni më të gjatë", + "Make shorter": "Bëjeni më të shkurtër", + "Make simpler": "Bëjeni më të thjeshtë", + "Invalid Api key or this service doesn't work in your region.": "Çelësi API është i pavlefshëm ose ky shërbim nuk funksionon në rajonin tuaj." +} diff --git a/sdkjs-plugins/content/mendeley/config.json b/sdkjs-plugins/content/mendeley/config.json index 75cd45ba..b9348847 100644 --- a/sdkjs-plugins/content/mendeley/config.json +++ b/sdkjs-plugins/content/mendeley/config.json @@ -5,7 +5,8 @@ "fr": "Mendeley", "es": "Mendeley", "pt-BR": "Mendeley", - "de": "Mendeley" + "de": "Mendeley", + "sq-AL": "Mendeley" }, "guid" : "asc.{BE5CBF95-C0AD-4842-B157-AC40FEDD9441}", "version" : "1.0.3", @@ -18,7 +19,8 @@ "fr": "Créez des bibliographies et insérez des citations avec Mendeley.", "es": "Cree bibliografías e inserte citas utilizando el servicio Mendeley.", "pt-BR": "Criar bibliografias e inserir citações utilizando o serviço Mendeley.", - "de": "Erstellen Sie Bibliografien und fügen Sie Zitate mit Mendeley ein." + "de": "Erstellen Sie Bibliografien und fügen Sie Zitate mit Mendeley ein.", + "sq-AL": "Krijoni bibliografi dhe futni citime duke përdorur shërbimin Mendeley." }, "url": "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], diff --git a/sdkjs-plugins/content/mendeley/translations/langs.json b/sdkjs-plugins/content/mendeley/translations/langs.json index 0e2f2a6e..88147559 100644 --- a/sdkjs-plugins/content/mendeley/translations/langs.json +++ b/sdkjs-plugins/content/mendeley/translations/langs.json @@ -9,5 +9,6 @@ "pt-PT", "pt-BR", "ru-RU", - "zh-ZH" + "zh-ZH", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/mendeley/translations/sq-AL.json b/sdkjs-plugins/content/mendeley/translations/sq-AL.json new file mode 100644 index 00000000..4f3eeff8 --- /dev/null +++ b/sdkjs-plugins/content/mendeley/translations/sq-AL.json @@ -0,0 +1,27 @@ +{ + "Search in all literature:": "Kërkoni në të gjithë literaturën", + "Nothing found in your library": "Nuk u gjend asgjë në bibliotekën tuaj", + "Nothing found": "Nuk u gjend asgjë", + "Style is not selected": "Stili nuk është selektuar", + "Language is not selected": "Gjuha nuk është selektuar", + "This plugin help you search references by author, title or year in your own library": "Kjo shtojcë ju ndihmon të kërkoni referenca nga autori, titullin ose vitin në bibliotekën tuaj", + "Login": "Hynii", + "Search references by author, title or year": "Kërkoni referenca nga autori, titulli ose viti", + "Cancel": "Anuloni", + "Insert Bibliography": "Shtoni bibliotekën", + "Insert Link": "Shtoni lidhjen", + "Style": "Stili", + "Enter style name": "Futni emrin e stilit", + "Language": "Gjuha", + "Open Mendeley website": "Hapni faqen e internetit të Mendeley", + "Logout": "Dilni", + "AppId is empty": "Appld është bosh", + "Copy Link and Open Form": "Kopjoni lidhjen dhe hapni formularin", + "Application ID": "ID e aplikacionit ", + "Reconfigure": "Konfigurojeni përsëri", + "To use Mendeley, register this editor as an app. Copy the link and insert it as Redirect URL in the form that will be opened.": "Për të përdorur Mendeley, regjistroni këtë editor si një aplikacion. Kopjoni lidhjen dhe shtojeni atë si Redirect URL no formularion që do të hapet.", + "In the form, enter any application name and description, accept Terms and Conditions and generate a secret. Enter Application ID below and save it.": "Në formular, shkruani çdo emër dhe përshkrim aplikacioni, pranoni Termat dhe Kushtet dhe gjeneroni një sekret. Futni ID e aplikacionit më poshtë dhe ruajeni.", + "Learn more here.": "Mëso më shumë ketu", + "Save": "Ruani", + "This plugin doesn't work into Desktop Editors.": "Kjo shtojcë nuk funksionon në editorët Desktop" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/ocr/config.json b/sdkjs-plugins/content/ocr/config.json index 4d6a2c97..a4262ccb 100644 --- a/sdkjs-plugins/content/ocr/config.json +++ b/sdkjs-plugins/content/ocr/config.json @@ -7,7 +7,8 @@ "de": "OCR", "pt-BR": "OCR", "si": "OCR", - "it": "OCR" + "it": "OCR", + "sq-AL": "OCR" }, "guid": "asc.{440EBF13-9B19-4BD8-8621-05200E58140B}", "version": "2.0.2", @@ -22,7 +23,8 @@ "de": "Erkennen Sie Text auf Bildern und Screenshots und fügen Sie ihn in Ihre Dokumente ein.", "pt-BR": "Reconheça texto de imagens e capturas de tela e insira-o em seus documentos.", "si": "ඡායාරූප සහ තිරසේයාවල අඩංගු පෙළ හඳුනාගෙන ඒවා ඔබගේ ලේඛන වලට ඇතුළු කරන්න.", - "it": "Riconosci il testo da immagini e screenshot e inseriscilo nei tuoi documenti." + "it": "Riconosci il testo da immagini e screenshot e inseriscilo nei tuoi documenti.", + "sq-AL": "Njihni tekstin në foto dhe skrinshotet dhe futeni në dokumentet tuaja." }, "url": "index.html", @@ -86,7 +88,8 @@ "es": "Insertar texto", "de": "Text einfügen", "si": "පෙළ ඇතුළු කරන්න", - "it": "Inserisci testo" + "it": "Inserisci testo", + "sq-AL": "Futni tekstin" } }, { @@ -98,7 +101,8 @@ "es": "Cancelar", "de": "Abbrechen", "si": "අවලංගු", - "it": "Annulla" + "it": "Annulla", + "sq-AL": "Anulo" } } ], @@ -129,7 +133,8 @@ "es": "Sobre programa", "de": "Über", "si": "පිළිබඳව", - "it": "Informazioni su" + "it": "Informazioni su", + "sq-AL": "Rreth" }, "url": "index_about.html", diff --git a/sdkjs-plugins/content/ocr/translations/langs.json b/sdkjs-plugins/content/ocr/translations/langs.json index 7e947580..1104000b 100644 --- a/sdkjs-plugins/content/ocr/translations/langs.json +++ b/sdkjs-plugins/content/ocr/translations/langs.json @@ -8,5 +8,6 @@ "si-SI", "pt-BR", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/ocr/translations/sq-AL.json b/sdkjs-plugins/content/ocr/translations/sq-AL.json new file mode 100644 index 00000000..f0af7e24 --- /dev/null +++ b/sdkjs-plugins/content/ocr/translations/sq-AL.json @@ -0,0 +1,70 @@ +{ + "Tesseract.js lets recognize text in pictures (png, jpg)": "Tesseract.js lejon njohjen e tekstit në foto (png, jpg)", + "Choose language": "Zgjidhni gjuhën", + "Load File": "Ngarkoni skedarin", + "English": "Anglisht", + "Chinese": "Kinezisht", + "Russian": "Rusisht", + "Meme": "Meme", + "Thai": "Tajlandeze", + "German": "Gjermanisht", + "Japanese": "Japonisht", + "Spanish": "Spanjisht", + "French": "Frengjisht", + "Portuguese": "Portugalisht", + "Italian": "Italisht", + "Polish": "Portugisht", + "Turkish": "Turqisht", + "Dutch": "Holandezisht", + "Arabic": "Arabisht", + "Czech": "Çekisht", + "Korean": "Koreanisht", + "Swedish": "Suedisht", + "Vietnamese": "Vietnamisht", + "Romanian": "Rumanisht", + "Greek": "Greqisht", + "Indonesian": "Indonezisht", + "Hungarian": "Hungarisht", + "Danish": "Daneze", + "Bulgarian": "Bulgarisht", + "Finnish": "Finlandisht", + "Norwegian": "Norvegjisht", + "Ukrainian": "Ukrainisht", + "Catalan": "Katalanisht", + "Croatian": "Kroatisht", + "Hebrew": "Hebraisht", + "Lithuanian": "Lituanisht", + "Slovenian": "Sllovenisht", + "Hindi": "Hindisht", + "Bengali": "Bengali", + "Telugu": "Telugu", + "Tamil": "Tamil", + "Kannada": "Kanade", + "Malayalam": "Malajalam", + "Tagalog": "Tagalog", + "Swahili": "Suahilisht", + "Azerbaijani": "Azerbajxhani", + "Belarusian": "Bjelorusisht", + "Afrikaans": "Afrikanisht", + "Albanian": "Shqip", + "Basque": "Baske", + "Esperanto": "Esperanto", + "Estonian": "Estoneze", + "Galician": "Galiane", + "Icelandic": "Islandeze", + "Latvian": "Letonisht", + "Macedonian": "Maqedonisht", + "Malay": "Malajas", + "Maltese": "Mlatisht", + "Ancient Greek": "Greqisht e lashtë", + "Cherokee": "Qeroki", + "English (Old)": "Anglisht (e vjetër)", + "Frankish": "Frankisht", + "Math": "Math", + "Serbian (Latin)": "Serbisht (Latin)", + "Slovak": "Sllovakisht", + "Recognize": "Njohje", + "Tesseract.js Add-on": "Shtesë e Tesseract.js", + "Tesseract.js is a pure javascript version of the Tesseract OCR Engine that recognize English, Chinese, Russian, Meme and 60 other languages.": "Tesseract.js është një version i pastër i JavaScript Tesseract OCR Engine që njeh anglishten, kinezishten, rusishten, meme dhe 60 gjuhë të tjera.", + "Source code": "Burimi i kodit" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/photoeditor/config.json b/sdkjs-plugins/content/photoeditor/config.json index d8aab985..0c84e8a0 100644 --- a/sdkjs-plugins/content/photoeditor/config.json +++ b/sdkjs-plugins/content/photoeditor/config.json @@ -7,7 +7,8 @@ "pt-BR": "Editor de foto", "de": "Foto-Editor", "si": "ඡායාරූප සංස්කරකය", - "it": "Editor di foto" + "it": "Editor di foto", + "sq-AL": "Editori i fotove" }, "guid": "asc.{07FD8DFA-DFE0-4089-AL24-0730933CC80A}", "version": "1.0.2", @@ -23,7 +24,8 @@ "pt-BR": "Edite imagens, capturas de tela e fotos diretamente em seus documentos: corte, redimensione e aplique efeitos.", "de": "Bearbeiten Sie Bilder, Screenshots und Fotos direkt in Dokumenten: Zuschneiden, Größe ändern, Effekte anwenden.", "si": "ඔබගේ ලේඛනවල අඩංගු රූප, තිරසේයා සහ ඡායාරූප සංස්කරණය කරන්න. කප්පාදුව, යළි ප්‍රමාණනය, ආචරණ යෙදීම ආදිය ඇතුළත්ය.", - "it": "Modifica immagini, screenshot e foto direttamente nei tuoi documenti: ritaglia, ridimensiona, applica effetti." + "it": "Modifica immagini, screenshot e foto direttamente nei tuoi documenti: ritaglia, ridimensiona, applica effetti.", + "sq-AL": "Editoni imazhe, foto ekrani dhe foto direkt.në dokumentet tuaja: prisni, rregulloni madhësinë, aplikoni efekte" }, "url": "index.html", @@ -93,7 +95,8 @@ "es": "Cancelar", "de": "Abbrechen", "si": "අවලංගු", - "it": "Annulla" + "it": "Annulla", + "sq-AL": "Anuloni" } } ], @@ -123,7 +126,8 @@ "es": "Sobre programa", "de": "Über", "si": "පිළිබඳව", - "it": "Informazioni su" + "it": "Informazioni su", + "sq-AL": "Rreth" }, "url": "index_about.html", diff --git a/sdkjs-plugins/content/photoeditor/translations/langs.json b/sdkjs-plugins/content/photoeditor/translations/langs.json index 94c3b77c..b56de183 100644 --- a/sdkjs-plugins/content/photoeditor/translations/langs.json +++ b/sdkjs-plugins/content/photoeditor/translations/langs.json @@ -8,5 +8,6 @@ "pt-BR", "si-SI", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/photoeditor/translations/sq-AL.json b/sdkjs-plugins/content/photoeditor/translations/sq-AL.json new file mode 100644 index 00000000..b2570e4a --- /dev/null +++ b/sdkjs-plugins/content/photoeditor/translations/sq-AL.json @@ -0,0 +1,78 @@ +{ + "Photo Editor": "Editori i fotove", + "Close": "Mbyllni", + "Image Editor Add-on": "Shtesë e editorit të imazheve", + "The Creative SDK Image Editing component can be embedded in any website with just a few lines of Javascript, adding simple yet powerful image editing to an existing workflow.": "Komponenti i editimit të imazheve kreative SDK mund të integrohet në çdo faqe interneti me vetëm disa rreshta Javascript, duke shtuar editim të thjeshtë, por të fuqishëm të imazheve në një proces ekzistues.", + "Source code": "Burimi kodit", + "Sepia": "\"Sepia”", + "Blur": "Zbehje", + "Emboss": "Gravurë", + "Invert": "Kthejeni", + "Sepia2": "Sepia2", + "Sharpen": "Përforconi", + "Remove White": "Fshini të bardhën", + "Threshold": "Kufiri", + "Distance": "Distancë", + "Gradient transparency": "Përshkallëzim transparent", + "Value": "Vlera", + "Brightness": "Ndriçim", + "Noise": "Thurmë", + "Pixelate": "Pikselo", + "Color Filter": "Filtri i ngjyrës", + "Tint": "Ngjyrosje", + "Multiply": "Shumëzoni", + "Blend": "Përzierje", + "Filter": "Filtrimi", + "Mask": "Maskë", + "Text": "Tekst", + "Icon": "Ikonë", + "Shape": "Formë", + "Draw": "Vizatoni", + "Rotate": "Rrotulloni", + "Flip": "Ktheni", + "Flip X": "Ktheni X", + "Flip Y": "Ktheni Y", + "Crop": "Pritni\"\"", + "Delete all": "Fshini të gjithë/a", + "Delete": "Fshini", + "Reset": "Rivendosni", + "Redo": "Bëjeni sërish", + "Undo": "Anuloni", + "Load Mask Image": "Ngarkoni imazhin e maskës", + "Apply": "Aplikoni", + "Cancel": "Anuloni", + "Bold": "I errët", + "Italic": "Kursive", + "Underline": "Nënvijë", + "Left": "Majtas", + "Center": "Në qendër", + "Right": "Djathtas", + "Color": "Ngjyrë", + "Text size": "Madhësia e tekstit", + "Arrow": "Shigjetë", + "Star": "Yll", + "Star-1": "Yll-1", + "Star-2": "Yll-2", + "Polygon": "Poligon", + "Location": "Lokacion", + "Heart": "Zemër", + "Bubble": "Flluskë", + "Custom icon": "Ikonë e personalizuar", + "Rectangle": "Katërkëndësh", + "Circle": "Rreth", + "Triangle": "Trekëndësh", + "Fill": "Mbushni", + "Stroke": "Vijë", + "Free": " Falas", + "Straight": "I drejtëpërdrejtë", + "Range": "Shtrirje", + "Custom": "I/E personalizuar", + "Square": "Katrorë", + "Grayscale": "Shkallë gri", + "Resize": "Përshtatni madhësinë", + "Width": "Gjerësia", + "Height": "Lartësia", + "Lock Aspect Ratio": "Mbyllni raportin e pamjes", + "Hand": "Dorë", + "History": "Histori" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/pixabay/config.json b/sdkjs-plugins/content/pixabay/config.json index 872ccda3..a940fed2 100644 --- a/sdkjs-plugins/content/pixabay/config.json +++ b/sdkjs-plugins/content/pixabay/config.json @@ -13,7 +13,8 @@ "de": "Suchen und fügen Sie kostenlose Bilder über Pixabay in Ihre Dokumente ein.", "cs": "Najděte a vložte obrázky zdarma do svých dokumentů prostřednictvím Pixabay.", "pt-BR": "Encontre e insira imagens gratuitas em seus documentos via Pixabay.", - "it": "Trova e inserisci immagini gratuite nei tuoi documenti tramite Pixabay." + "it": "Trova e inserisci immagini gratuite nei tuoi documenti tramite Pixabay.", + "sq-AL": "Gjeni dhe shtoni imazhe falas në dokumentet tuaja përmes Pixabay." }, "url": "index.html", @@ -80,7 +81,8 @@ "es": "Cerrar", "de": "Schließen", "cs": "Uzavřít", - "it": "Chiudi" + "it": "Chiudi", + "sq-AL": "Mbyllni" } } ], @@ -104,7 +106,9 @@ "es": "Sobre programa", "de": "Über", "cs": "Ohledně", - "it": "Informazioni su" + "it": "Informazioni su", + "cs": "ohledně", + "sq-AL": "Rreth" }, "url": "index_about.html", diff --git a/sdkjs-plugins/content/pixabay/translations/sq-AL.json b/sdkjs-plugins/content/pixabay/translations/sq-AL.json new file mode 100644 index 00000000..390cffbe --- /dev/null +++ b/sdkjs-plugins/content/pixabay/translations/sq-AL.json @@ -0,0 +1,73 @@ +{ + "Search": "Kërko", + "Save": "Ruani", + "Enter search phrase": "Futni frazën e kërkimit", + "Language": "Gjuha", + "Hide settings": "Fshihni cilësimet", + "Show settings": "Shfaqni cilësimet", + "Image type": "Lloji i imazhit", + "All": "Të gjithë/a", + "Photo": "Foto", + "Illustration": "Ilustrim", + "Vector": "Vektor", + "Orientation": "Orientim", + "Vertical": "Vertikalisht", + "Horizontal": "Horizontalisht", + "Category": "Kategoria", + "API key": "Çelës API", + "To use Pixabay, create Pixabay account, then copy the API key and insert it in the specified field.": "Për të përdorur Pixabay, krijoni një llogari në Pixabay, pastaj kopjoni çelësin API dhe shtojeni në fushën e specifikuar.", + "Learn more here.": "Mësoni më shumë këtu.", + "Enter your Pixabay API key": "Futni çelësin tuaj API të PIxabay.", + "API key is empty!": "Çelësi API është bosh!", + "No results." : "Pa rezultate.", + "Invalid API key!": "Çelësi i API i pavlefshëm!", + "Loading...": "Duke u ngarkuar...", + "Czech": "Çekisht", + "Danish": "Danezisht", + "German": "Gjermanisht", + "English": "Anglisht", + "Spanish": "Spanjisht", + "French": "Frengjisht", + "Indonesian": "Indonezisht", + "Italian": "Italisht", + "Hungarian": "Hungarisht", + "Dutch": "Holandezisht", + "Norwegian": "Norvegjisht", + "Polish": "Polakisht", + "Portuguese": "Portugalisht", + "Romanian": "Rumanisht", + "Slovak": "Sllovakisht", + "Finnish": "Finlandisht", + "Swedish": "Suedisht", + "Turkish": "Turqisht", + "Vietnamese": "Vietnamisht", + "Thai": "Tajlandisht", + "Bulgarian": "Bullgarisht", + "Russian": "Rusisht", + "Greek": "Greqisht", + "Japanese": "Japonisht", + "Korean": "Koreanisht", + "Chinese": "Kinezisht", + "Backgrounds": "Sfondet", + "Fashion": "Modë", + "Nature": "Natyrë", + "Science": "Shkencë", + "Education": "Arsimi", + "Feelings": "Ndjenja", + "Health": "Shëndet", + "People": "Njerëz", + "Religion": "Fe", + "Places": "Vende", + "Animals": "Kafshët", + "Industry": "Industri", + "Computer": "Kompjuter", + "Food": "Ushqim", + "Sports": "Sporte", + "Transportation": "Transport", + "Travel": "Udhëtim", + "Buildings": "Ndërtesa", + "Business": "Biznes", + "Music": "Muzikë", + "This plugin use:": "Kjo shtojcë përdorë:", + "is a website for sharing photos, illustrations, vector graphics.": "është një faqe interneti për shpërndarjen e fotove, ilustrimeve, vektorëve të grafikëve" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/rainbow/config.json b/sdkjs-plugins/content/rainbow/config.json index 47dfbab7..7e0ae15e 100644 --- a/sdkjs-plugins/content/rainbow/config.json +++ b/sdkjs-plugins/content/rainbow/config.json @@ -6,7 +6,8 @@ "es": "Rainbow", "pt-BR": "Rainbow", "de": "Rainbow", - "it": "Rainbow" + "it": "Rainbow", + "sq-AL": "Rainbow" }, "guid": "asc.{0743b63f-cb32-438c-b46b-81ce182ff4f7}", "version": "1.0.2", @@ -20,7 +21,8 @@ "es": "Intercambie mensajes instantáneos y realice llamadas con Rainbow.", "pt-BR": "Troque mensagens instantâneas e faça chamadas usando Rainbow.", "de": "Tauschen Sie Sofortnachrichten aus und machen Sie Anrufe mit Rainbow.", - "it": "Scambia messaggi istantanei ed effettua chiamate utilizzando Rainbow." + "it": "Scambia messaggi istantanei ed effettua chiamate utilizzando Rainbow.", + "sq-AL": "Shërbim për dorgimin e mesazheve dhe thirrjeve telefonike në kohë reale duke përdorur Rainbow." }, "url": "index.html", @@ -82,7 +84,8 @@ "fr": "Fermer", "es": "Cerrar", "de": "Schließen", - "it": "Chiudi" + "it": "Chiudi", + "sq-AL": "Mbyllni" } } ], @@ -106,7 +109,8 @@ "fr": "À propos", "es": "Sobre programa", "de": "Über", - "it": "Informazioni su" + "it": "Informazioni su", + "sq-AL": "Rreth" }, "url": "index_about.html", "icons": [ "resources/img/icon.png", "resources/img/icon@2x.png" ], diff --git a/sdkjs-plugins/content/speech/config.json b/sdkjs-plugins/content/speech/config.json index 0a7872e5..d2e9e4ef 100644 --- a/sdkjs-plugins/content/speech/config.json +++ b/sdkjs-plugins/content/speech/config.json @@ -12,7 +12,8 @@ "nl": "Spraak", "pt": "Discurso", "uk": "Читати", - "zh": "朗读" + "zh": "朗读", + "sq-AL": "Speech" }, "guid": "asc.{D71C2EF0-F15B-47C7-80E9-86D671F9C595}", "version" : "2.0.2", @@ -29,7 +30,8 @@ "pt-BR": "Converta o texto selecionado em fala.", "de": "Konvertieren Sie den ausgewählten Text in die Rede.", "uk": "Прочитайте виділений текст.", - "zh": "朗读所选的文本。" + "zh": "朗读所选的文本。", + "sq-AL": "Konvertoni tekstin e selektuar në zë." }, "url": "index.html", @@ -113,7 +115,8 @@ "nl": "Instellingen", "pt": "Definições", "uk": "Налаштування", - "zh": "设置" + "zh": "设置", + "sq-AL": "Cilësimet" }, "url": "settings.html", diff --git a/sdkjs-plugins/content/speech/translations/langs.json b/sdkjs-plugins/content/speech/translations/langs.json index e44fc3f5..40d494d0 100644 --- a/sdkjs-plugins/content/speech/translations/langs.json +++ b/sdkjs-plugins/content/speech/translations/langs.json @@ -10,5 +10,6 @@ "pt-PT", "ru-RU", "zh-ZH", - "uk-UA" + "uk-UA", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/speech/translations/sq-AL.json b/sdkjs-plugins/content/speech/translations/sq-AL.json new file mode 100644 index 00000000..88c02206 --- /dev/null +++ b/sdkjs-plugins/content/speech/translations/sq-AL.json @@ -0,0 +1,4 @@ +{ + "Rate": "Vlerë", + "Pitch": "Ofertë" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/speechrecognition/config.json b/sdkjs-plugins/content/speechrecognition/config.json index 330a8c8d..a5cf2eba 100644 --- a/sdkjs-plugins/content/speechrecognition/config.json +++ b/sdkjs-plugins/content/speechrecognition/config.json @@ -6,7 +6,8 @@ "es": "Entrada de voz", "pt-BR": "Entrada de fala", "de": "Spracheingabe", - "it": "Input vocale" + "it": "Input vocale", + "sq-AL": "Speech input" }, "guid": "asc.{F30BDD79-23A0-4B05-8DE3-2AB77D03A1B4}", "version" : "1.0.3", @@ -20,7 +21,8 @@ "es": "Escriba fácilmente con su voz convirtiendo las palabras habladas en texto.", "pt-BR": "Digite facilmente com sua voz convertendo palavras faladas em texto.", "de": "Tippen Sie ganz einfach mit Ihrer Stimme, indem gesprochene Wörter in Text umgewandelt werden.", - "it": "Digita facilmente con la tua voce convertendo le parole pronunciate in testo." + "it": "Digita facilmente con la tua voce convertendo le parole pronunciate in testo.", + "sq-AL": "Shkruani lehtësisht me zë duke kthyer fjalën e folur në tekst" }, "url": "index.html", @@ -101,7 +103,8 @@ "fr": "À propos", "es": "Sobre programa", "de": "Über", - "it": "Informazioni su" + "it": "Informazioni su", + "sq-AL": "Rreth" }, "url": "index_about.html", diff --git a/sdkjs-plugins/content/speechrecognition/translations/langs.json b/sdkjs-plugins/content/speechrecognition/translations/langs.json index a5951d19..336b0e84 100644 --- a/sdkjs-plugins/content/speechrecognition/translations/langs.json +++ b/sdkjs-plugins/content/speechrecognition/translations/langs.json @@ -5,5 +5,6 @@ "pt-BR", "fr-FR", "ru-RU", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/speechrecognition/translations/sq-AL.json b/sdkjs-plugins/content/speechrecognition/translations/sq-AL.json new file mode 100644 index 00000000..556f76bf --- /dev/null +++ b/sdkjs-plugins/content/speechrecognition/translations/sq-AL.json @@ -0,0 +1,13 @@ +{ + "Start dictation": "Filloni diktimin", + "Speak now": "Filsni tani", + "This plugin doesn't work in Desktop Editors.": "Kjo shtojcë nuk funksionon në redaktrët desktop.", + "This plugin doesn't work into this browser.": "Kjo shtojcë nuk funksionon në këtë shfletues.", + "Web Speech API is not supported by this browser. Please open it in Google Chrome browser.": "Web Speech API nuk mbështetet nga ky shfletues. Ju lutem hapni në shfletuessin Google Chrome.", + "Error with connection to recognition service of this browser, please use the Chrome browser.": "Gabim lidhjeje me shërbimin e njohjes së këtij shfletuesi, ju lutem përdorni shfletuesin Chrome.", + "No speech was detected. You may need to adjust your microphone settings.": "Nuk u regjistrua asnjë fjalë. Mund të jetë e nevojshme të rregulloni cilësimet e mikrofonit tuaj.", + "No microphone was found. Ensure that a microphone is installed and that microphone settings are configured correctly.": "Nuk u gjend asnjë mikrofon. Sigurohuni që një mikrofon të jetë i instaluar dhe cilësimet e mikrofonit të jenë të konfiguruara siç duhet.", + "Permission to use microphone is blocked. To change, go to chrome://settings/content/microphone": "Leja për të përdorur mikrofonin është bllokuar. Për ta ndryshuar, shkoni te chrome://settings/content/microphone", + "Permission to use microphone was denied.": "Leja për të përdorur mikrofonin u refuzua.", + "Web Speech API is not supported by this browser. Upgrade to Chrome version 25 or later.": "Web Speech API nuk mbështetet nga ky shfletues. Përmirësoni në versionin 25 të Chrome ose më vonë." +} \ No newline at end of file diff --git a/sdkjs-plugins/content/telegram/config.json b/sdkjs-plugins/content/telegram/config.json index d3d4fe48..01d58175 100644 --- a/sdkjs-plugins/content/telegram/config.json +++ b/sdkjs-plugins/content/telegram/config.json @@ -6,7 +6,8 @@ "es": "Telegram", "pt-BR": "Telegram", "de": "Telegram", - "it": "Telegram" + "it": "Telegram", + "sq-AL": "Telegram" }, "guid" : "asc.{E5773A43-F9B3-4E81-81D9-CE0A132470E7}", "version" : "1.0.2", @@ -20,7 +21,8 @@ "es": "Chatee con los coautores en tiempo real utilizando el cliente integrado de Telegram.", "pt-BR": "Converse com coautores em tempo real usando o cliente Telegram integrado.", "de": "Unterhalten Sie sich mit Mitautoren in Echtzeit über den integrierten Telegram-Client.", - "it": "Chatta con i co-autori in tempo reale utilizzando il client Telegram integrato." + "it": "Chatta con i co-autori in tempo reale utilizzando il client Telegram integrato.", + "sq-AL": "Bisedoni me bashkautorët në kohë reale duke përdorur klientin e integruar të Telegram" }, "url" : "index.html", diff --git a/sdkjs-plugins/content/telegram/translations/langs.json b/sdkjs-plugins/content/telegram/translations/langs.json index 04b1fa65..4b0c2c61 100644 --- a/sdkjs-plugins/content/telegram/translations/langs.json +++ b/sdkjs-plugins/content/telegram/translations/langs.json @@ -7,5 +7,6 @@ "ru-RU", "pt-BR", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/telegram/translations/sq-AL.json b/sdkjs-plugins/content/telegram/translations/sq-AL.json new file mode 100644 index 00000000..57b026b3 --- /dev/null +++ b/sdkjs-plugins/content/telegram/translations/sq-AL.json @@ -0,0 +1,4 @@ +{ + "This plugin is not supported by IE": "Kjo shtojcë nuk mbështetet nga IE", + "This plugin does not work in the browser's incognito mode. Please switch to normal mode.": "Kjo shtojcë nuk funksionon në modalitetin incognito të shfletuesit. Ju lutem kaloni në modalitetin normal." +} \ No newline at end of file diff --git a/sdkjs-plugins/content/termef/config.json b/sdkjs-plugins/content/termef/config.json index c04d33e8..8ae86968 100644 --- a/sdkjs-plugins/content/termef/config.json +++ b/sdkjs-plugins/content/termef/config.json @@ -6,7 +6,8 @@ "es": "TerMef", "pt-BR": "TerMef", "de": "TerMef", - "it": "TerMef" + "it": "TerMef", + "sq-AL": "TerMef" }, "guid": "asc.{4571a69c-7ae5-4f2c-98fd-97614ba7bf3d}", "version": "1.0.1", @@ -20,7 +21,8 @@ "es": "TerMef", "pt-BR": "TerMef", "de": "TerMef", - "it": "TerMef" + "it": "TerMef", + "sq-AL": "TerMef" }, "url": "index.html", @@ -97,7 +99,8 @@ "fr": "Annuler", "es": "Cancelar", "de": "Abbrechen", - "it": "Annulla" + "it": "Annulla", + "sq-AL": "Anuloni" } } ], @@ -120,7 +123,8 @@ "fr": "À propos de", "es": "Acerca de", "de": "Über", - "it": "Informazioni su" + "it": "Informazioni su", + "sq-AL": "Rreth" }, "url": "index_about.html", "isViewer": false, @@ -145,7 +149,8 @@ "fr": "Annuler", "es": "Cancelar", "de": "Abbrechen", - "it": "Annulla" + "it": "Annulla", + "sq-AL": "Anuloni" } } ], diff --git a/sdkjs-plugins/content/thesaurus/config.json b/sdkjs-plugins/content/thesaurus/config.json index d7717170..9f6a3c2f 100644 --- a/sdkjs-plugins/content/thesaurus/config.json +++ b/sdkjs-plugins/content/thesaurus/config.json @@ -7,7 +7,8 @@ "pt-BR": "Thesaurus", "de": "Thesaurus", "si": "පර්යාය කෝෂය", - "it": "Thesaurus" + "it": "Thesaurus", + "sq-AL": "Thesaurus" }, "guid": "asc.{BE5CBF95-C0AD-4842-B157-AC40FEDD9840}", "version": "1.0.3", @@ -22,7 +23,8 @@ "pt-BR": "Pesquise sinônimos e antônimos de uma palavra e substitua pela selecionada.", "de": "Finden Sie Synonyme und Antonyme eines Wortes und ersetzen Sie es durch die ausgewählte Variante.", "si": "වචනයක සමාන පද සහ විරුද්ධ පද සොයා තෝරාගත් වචනයකට ප්‍රතිස්ථාපනය කරන්න.", - "it": "Cerca sinonimi e contrari di una parola e sostituiscila con quella selezionata." + "it": "Cerca sinonimi e contrari di una parola e sostituiscila con quella selezionata.", + "sq-AL": "Kërkoni sinonime dhe antonime të një fjale dhe zëvëndësojeni atë me fjalën e zgjedhur." }, "url": "index.html", diff --git a/sdkjs-plugins/content/thesaurus/translations/langs.json b/sdkjs-plugins/content/thesaurus/translations/langs.json index 7e947580..1104000b 100644 --- a/sdkjs-plugins/content/thesaurus/translations/langs.json +++ b/sdkjs-plugins/content/thesaurus/translations/langs.json @@ -8,5 +8,6 @@ "si-SI", "pt-BR", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/thesaurus/translations/sq-AL.json b/sdkjs-plugins/content/thesaurus/translations/sq-AL.json new file mode 100644 index 00000000..94e46e36 --- /dev/null +++ b/sdkjs-plugins/content/thesaurus/translations/sq-AL.json @@ -0,0 +1,11 @@ +{ + "Synonym": "Sinonim", + "Lookup": "Kontrolloni", + "Search": "Kërko", + "Title": " Futni çelësin tuaj të Api", + "This word not found": "Kjo fjalë nuk u gjend", + "Noun": "Emër", + "Adjective": "Mbiemër", + "Verb": "Folje", + "Antonyms": "Antonime" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/translator/config.json b/sdkjs-plugins/content/translator/config.json index e04f857e..24e50eca 100644 --- a/sdkjs-plugins/content/translator/config.json +++ b/sdkjs-plugins/content/translator/config.json @@ -7,7 +7,8 @@ "pt-BR": "Tradutor", "de": "Übersetzer", "si": "පරිවර්තකය", - "it": "Traduttore" + "it": "Traduttore", + "sq-AL": "Translator" }, "guid": "asc.{7327FC95-16DA-41D9-9AF2-0E7F449F6800}", "version": "1.0.8", @@ -22,7 +23,8 @@ "pt-BR": "Traduza o texto selecionado para outros idiomas com o Google Translate.", "de": "Übersetzen Sie den ausgewählten Text in andere Sprachen mit Google Translate.", "si": "වචනයක සමාන පද සහ විරුද්ධ පද සොයා තෝරාගත් වචනයකට ප්‍රතිස්ථාපනය කරන්න.", - "it": "Traduci il testo selezionato in altre lingue con Google Traduttore." + "it": "Traduci il testo selezionato in altre lingue con Google Traduttore.", + "sq-AL": "Përktheni tekstin e zgjedhur në gjuhë të tjera me Google Translate." }, "url": "index.html", diff --git a/sdkjs-plugins/content/translator/translations/langs.json b/sdkjs-plugins/content/translator/translations/langs.json index 7e947580..1104000b 100644 --- a/sdkjs-plugins/content/translator/translations/langs.json +++ b/sdkjs-plugins/content/translator/translations/langs.json @@ -8,5 +8,6 @@ "si-SI", "pt-BR", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/translator/translations/sq-AL.json b/sdkjs-plugins/content/translator/translations/sq-AL.json new file mode 100644 index 00000000..17934b52 --- /dev/null +++ b/sdkjs-plugins/content/translator/translations/sq-AL.json @@ -0,0 +1,7 @@ +{ + "Copy" : "Kopjoni", + "Insert": "Shtoni", + "Select Language": "Selektoni gjuhën", + "This plugin doesn't work in Internet Explorer." : "Kjo shtojcë nuk funksionon në Internet Eksplorer.", + "This plugin doesn't work in your region." : "Kjo shtojcë nuk funksionon në rajonin tuaj." +} \ No newline at end of file diff --git a/sdkjs-plugins/content/typograf/config.json b/sdkjs-plugins/content/typograf/config.json index 882b158b..6d458066 100644 --- a/sdkjs-plugins/content/typograf/config.json +++ b/sdkjs-plugins/content/typograf/config.json @@ -6,7 +6,8 @@ "es": "Typograf", "pt-BR": "Typograf", "de": "Typograf", - "cs-CS": "Typograf" + "cs-CS": "Typograf", + "sq-AL": "Typograf" }, "guid": "asc.{55159EC6-C91A-4DDB-8E1E-558454666461}", "version": "1.0.2", @@ -20,7 +21,8 @@ "es": "Prepare sus textos para la publicación corrigiendo la tipografía.", "pt-BR": "Prepare seus textos para publicação corrigindo a tipografia.", "de": "Bereiten Sie Ihre Texte für die Veröffentlichung vor, indem Sie Typografie korrigieren.", - "cs-CS": "Připravte své texty k publikování opravou typografie." + "cs-CS": "Připravte své texty k publikování opravou typografie.", + "sq-AL": "Përgatitni tekstet tuaja për botim duke korrigjuar tipografinë." }, "url": "index.html", diff --git a/sdkjs-plugins/content/typograf/translations/langs.json b/sdkjs-plugins/content/typograf/translations/langs.json index 08789f06..fd11d0c2 100644 --- a/sdkjs-plugins/content/typograf/translations/langs.json +++ b/sdkjs-plugins/content/typograf/translations/langs.json @@ -23,5 +23,6 @@ "sv-SV", "uk-UK", "zh-ZH", - "cs-CS" + "cs-CS", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/typograf/translations/sq-AL.json b/sdkjs-plugins/content/typograf/translations/sq-AL.json new file mode 100644 index 00000000..a2416b99 --- /dev/null +++ b/sdkjs-plugins/content/typograf/translations/sq-AL.json @@ -0,0 +1,97 @@ +{ + "Placement of commas before “а” and “но”": "Vendosja e presjes përpara \"а\" dhe \"но\"", + "Hyphen after “кое” and “кой”": "Vijë ndarëse pas \"кое\" dhe \"кой\"", + "Hyphen before “де”": "Vijë ndarëse përpara \"де\"", + "Hyphen before “ка” and “кась”": "Vijë ndarëse përpara \"ка\" dhe \"кась\"", + "Hyphen before “то”, “либо”, “нибудь”": "Vijë ndarëse përpara \"то\", \"либо\", \"нибудь\"", + "Hyphen between “верно-таки” and etc.": "Vijë ndarëse në mes „верно-таки“ dhe etj.", + "Hyphen between “из-за”": "Vijë ndarëse në mes \"из-за\"", + "Hyphen between “из-под”": "Vijë ndarëse në mes \"из-под\"", + "m2 → м², m3 → м³ and non-breaking space": "m2 → м², m3 → м³ dhe hapësirë që nuk mund të ndahet.", + "г.г. → гг. and non-breaking space": "г.г. → гг. dhe hapësirë që nuk mund të ndahet", + "Non-breaking space after abbreviation «см.» and «им.»": "Hapësirë që nuk mund të ndahet pas shkurtesave «см.» dhe «им.»", + "Non-breaking space after “OOO, ОАО, ЗАО, НИИ, ПБОЮЛ”": "Hapësirë që nuk mund të ndahet pas „OOO, ОАО, ЗАО, НИИ, ПБОЮЛ“", + "Non-breaking space after “стр.”, “гл.”, “рис.”, “илл.”": "Hapësirë që nuk mund të ndahet pas \"стр.\", \"гл.\", \"рис.\", \"илл.\"", + "Non-breaking space before XXXX г. (2012 г.)": "Hapësirë që nuk mund të ndahet përpara XXXX г. (2012 г.)", + "Non-breaking space between number and “тыс.”, “млн”, “млрд” and “трлн”": "Hapësirë që nuk mund të ndahet midis numrit dhe „тыс.“, „млн“, „млрд“ dhe „трлн“", + "Non-breaking space in abbreviations, e.g. “т. д.”": "Hapësirë që nuk mund të ndahet në shkurtime, p.sh. „т. д.“", + "Not once. space before the “руб.” and “коп.”": "Jo një herë. Hapësirë para \"руб.\" и \"коп.\"", + "Placement of non-breaking space after “г.”, “обл.”, “ул.”, “пр.”, “кв.” et al.": "Vendosja e hapësirës që nuk mund të ndahet pas „г.“, „обл.“, „ул.“, „пр.“, „кв.“ dhe etj.", + "Remove spaces and extra points in “вв.”": "Fshini hapësirat dhe pikat shtesë në \"вв.\"", + "Non-breaking space before “ли”, “ль”, “же”, “бы”, “б”": "Hapësirë që nuk mund të ndahet përpara \"ли\", \"ль\", \"же\", \"бы\", \"б\"", + "Space between number and word “год”": "Hapësirë në mes fjalës dhe nummrit \"год\"", + "Acronyms with a dash": "Ankroneime me një ndarje", + "Dash between days of one month": "Ndarje në mes ditëve të një muaji", + "Dash between months": "Ndarje në mes të muajve", + "Dash between the days of the week": "Ndarje në mes të ditëve të javës", + "Dash in decade": "Ndarje në dekadë", + "Dash in direct speech": "Ndarje në fjalinë e drejtpërdrejtë", + "Dash in time intervals": "Ndarje në intervalet e kohës", + "Hyphen to dash in centuries": "Presje në shenjë ndarëse në shekuj", + "Hyphen to dash in years": "Presje në shenjë ndarëse në vite", + "Replacement hyphen with dash": "Zëvëndësimi i presjes me shenjën ndarëse", + "Binding of initials to the surname": "Lidhja e inicialeve me mbiemrin", + "Non-breaking space in P. S. and P. P. S.": "Hapësirë pa ndarje në P. S. dhe P. P. S.", + "Non-breaking thin space after №": "Hapësirë e hollë që nuk ndahet mbrapa №", + "Non-breaking space between number and month": "Hapësirë pa ndarje në mes numrit dhe muajit", + "Space after “...”, “!..” and “?..”": "Hapësirë mbrapa „...“, „!..“ dhe „?..“", + "Converting dates YYYY-MM-DD type DD.MM.YYYY": "Konvertimi i datave të tipit YYYY-MM-DD, DD.MM.YYYY", + "Currency symbol ($, €, ¥, Ұ, £ and ₤) after the number, $100 → 100 $": "Simboli i modhenës ($, €, ¥, Ұ, £ and ₤) mbrapa numrit, $100 → 100 $", + "Commas in numbers": "Presje në numra", + "Replacement of Latin letters in Russian. Typos occur when you switch keyboard layouts": "Zëvëndësimi i shkonjave latine në rusisht. Gabimet e shkrimit ndodhin kur ndërroni paraqitjet e tastierës.", + "Replacement capital letters to lowercase with addition of accent": "Zëvëndësimi i shkronjave të mëdha në të vogla me shtimin e theksit.", + "Formatting phone numbers": "Formatimi i numrave të telefonit", + "Correct text": "Tekst i saktë!", + "Hide advanced settings": "Fshihni cilësimet e avancuara", + "Show advanced settings": "Tregoni cilësimet e avancuara", + "Locale": "Lokale", + "Punctuation": "Pika e shenjave të ndalesës", + "Placement of correct apostrophe": "Vendosja e apostrofës së saktë", + "Placement of quotation marks in texts": "Vendosja e shenjave të thonjëzave në tekste", + "Removal quotes outside a link": "Eleminimi i thonjëzave jashtë lidhjes", + "Removing double punctuation": "Eleminimi i dyfishtë i shenjave të pikës", + "Replacement of three points by ellipsis": "Zëvëndësimi i tre pikave me elipsë", + "Dash and hyphen": "Viza dhe presje", + "Replace hyphens surrounded by spaces with an em-dashen-US": "Zëvëndësimi i presjeve të rrethuar nga hapësira me një vizë të gjatë në SHBA", + "Non-breaking space": "Hapësirë që nuk ndahet", + "Non-breaking space after short word": "Hapësirë qe nuk ndahet pas një fjale të shkurtër", + "Non-breaking space after §": "Hapësirë që nuk ndahet pasr §", + "Non-breaking space after ¶": "Hapësirë që nuk ndahet pas ¶", + "Non-breaking space before last short word in sentence": "Hapësirë që nuk ndahet përpara fjalës së fundit të shkurtë në një fjali", + "Non-breaking space before lpi and dpi": "Hapësirë që nuk ndahet përpara lpi dhe dpi", + "Non-breaking space before number (maximum 2 digits) at end of sentence": "Hapësirë që nuk ndahet përpara numrit (maksimumi 2 shifra) në fund të fjalisë", + "Non-breaking space between number and word": "Hapësirë që nuk ndahet në mes të numrit dhe fjalës", + "Replace non-breaking space to normal space in tags nowrap and nobr": "Zëvëndësimi i hapësirës që nuk ndahet me hapësirë të zakonshme në etiketa nowrap dhe nobr", + "Replacing non-breaking space on normal before text correction": "Zëvëndësimi i hapësirës që nuk ndahet me hapësirë të zakonshme para korrigjimit të tekstit", + "Space and line ending": "Hapësirë dhe fundi i linjës", + "Remove duplicate line breaks": "Eleminimi i ndërprerjeve të dublikuar të linjës", + "Remove extra spaces after opening and before closing bracket": "Eleminimi i hapësirave të tepërta pas hapjes dhe para mbylljes së kllapave", + "Remove extra spaces after opening and before closing square bracket": "Eliminimi i hapësirave të tepërta pas hapjes dhe para mbylljes së kllapës katrore", + "Remove space before %, ‰ and ‱": "Eleminimi i hapësirës para %, ‰ dhe ‱", + "Remove spaces and line breaks at end of text": "Eleminimi i hapësirave dhe ndërprerjeve të linjës në fund të tekstit", + "Remove spaces and line breaks in beginning of text": "Eleminimi i hapësirave dhe ndërprerjeve të linjës në fillim të tekstit", + "Remove spaces at end of line": "Eleminimi i hapësirave në fund të linjës", + "Remove spaces at start of line": "Eleminimi i hapësirave të fillim të linjës", + "Remove spaces before punctuation": "Eleminimi i hapësirave para shenjave të pikës", + "Removing duplicate spaces between characters": "Eleminimi i hapësirave të dublikuara në mes karaktereve", + "Replacement of tab to 4 spaces": "Zëvëndësimi i tab-ave me 4 hapësira", + "Space before opening bracket": "Hapësira para hapjes së kllapës", + "Space after punctuation": "Hapësira pas shenjës së pikës", + "Escaping HTML": "Mbështjellja e HTML", + "Placement of links": "Vendosja e lidhjeve", + "Placement of links for e-mail": "Vendosja e lidhjeve për e-mail", + "Placement of paragraph": "Vendosja e paragrafit", + "Processing HTML attributes": "Procesimi i atributeve HTML", + "Removing HTML-tags": "Eleminimi i etiketave HTML", + "Replacement line break on
": "Zëvëndësimi i thjyerjes së linjës me
", + "Date": "Data", + "Money": "Para", + "Numbers and mathematical expressions": "Numra dhe shprehje matematike", + "Divide into groups numbers with many digits": "Pjesëtimi i numrave me shumë shifra në grupe", + "Symbols and signs": "Simbole dhe shenjat", + "Adding ° to C and F": "Shtimi i ° në C dhe F", + "Typos": "Gabime gramatikore", + "Other": "Të tjera", + "Delete character BOM (Byte Order Mark)": "Fshini karakterin BOM (Byte Order Mark)", + "Removing repeat words": "Eleminimi i fjalëve të përsëritura" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/wordpress/config.json b/sdkjs-plugins/content/wordpress/config.json index 8004bff9..41e32b48 100644 --- a/sdkjs-plugins/content/wordpress/config.json +++ b/sdkjs-plugins/content/wordpress/config.json @@ -6,7 +6,8 @@ "es": "WordPress", "pt-BR": "WordPress", "de": "WordPress", - "it": "WordPress" + "it": "WordPress", + "sq-AL": "WordPress" }, "guid" : "asc.{0847b6a4-b007-11e7-abc4-cec278b6b50a}", "baseUrl" : "", @@ -20,7 +21,8 @@ "es": "Publique artículos directamente desde el editor de documentos en su sitio web de WordPress (compatible con la nube de ONLYOFFICE).", "pt-BR": "Publique artigos diretamente do editor de documentos em seu site WordPress (compatível com a nuvem ONLYOFFICE).", "de": "Veröffentlichen Sie Artikel direkt aus dem Dokumenteneditor auf Ihrer WordPress-Website (kompatibel mit ONLYOFFICE in der Cloud).", - "it": "Pubblica articoli sul tuo sito web WordPress direttamente dall'editor di documenti (compatibile con ONLYOFFICE cloud)." + "it": "Pubblica articoli sul tuo sito web WordPress direttamente dall'editor di documenti (compatibile con ONLYOFFICE cloud).", + "sq-AL": "Publikoni artikuj drejtpërdrejt nga redaktori i dokumenteve në faqen tuaj WordPress (i pajtueshëm me renë e ONLYOFFICE)." }, "url" : "index.html", "icons" : [ "resources/light/icon.png", "resources/light/icon@2x.png" ], diff --git a/sdkjs-plugins/content/wordscounter/config.json b/sdkjs-plugins/content/wordscounter/config.json index 16c3f65d..7d74f78e 100644 --- a/sdkjs-plugins/content/wordscounter/config.json +++ b/sdkjs-plugins/content/wordscounter/config.json @@ -6,7 +6,8 @@ "es": "Recuento de palabras", "pt-BR": "Word counter", "de": "Wortanzahl", - "it": "Word counter" + "it": "Word counter", + "sq-AL": "Word counter" }, "guid" : "asc.{584EEEE8-DBF5-45C3-A4CA-F52177C82754}", "version": "1.0.1", @@ -20,7 +21,8 @@ "es": "Cuente las palabras, los caracteres (con/sin espacios) y los párrafos en la parte seleccionada de su documento.", "pt-BR": "Conte palavras, caracteres (com/sem espaços) e parágrafos na parte selecionada do seu documento.", "de": "Zählen Sie Wörter, Zeichen (mit/ohne Leerzeichen) und Absätze im ausgewählten Teil Ihres Dokuments.", - "it": "Conta parole, caratteri (con o senza spazi) e paragrafi nella parte selezionata del documento." + "it": "Conta parole, caratteri (con o senza spazi) e paragrafi nella parte selezionata del documento.", + "sq-AL": "Llogaritni fjalë, karaktere (me ose pa hapësirë), dhe paragrafe në pjesën e selektuar të dokumentit tuaj." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/wordscounter/translations/langs.json b/sdkjs-plugins/content/wordscounter/translations/langs.json index 04b1fa65..4b0c2c61 100644 --- a/sdkjs-plugins/content/wordscounter/translations/langs.json +++ b/sdkjs-plugins/content/wordscounter/translations/langs.json @@ -7,5 +7,6 @@ "ru-RU", "pt-BR", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/wordscounter/translations/sq-AL.json b/sdkjs-plugins/content/wordscounter/translations/sq-AL.json new file mode 100644 index 00000000..8323b18a --- /dev/null +++ b/sdkjs-plugins/content/wordscounter/translations/sq-AL.json @@ -0,0 +1,8 @@ +{ + "Characters without spaces" : "Karaktere pa hapësira", + "Characters" : "Karaktere", + "Words" : "Fjalë", + "Paragraphs" : "Paragrafe", + "Select part of the text or the whole text to count words and characters." : "Selektoni një pjesë ose të gjithë tekstin për të llogaritur numrin e fjalëve dhe karaktereve.", + "This plugin is not supported by IE": "Kjo shtojcë nuk mbështetet nga IE" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/youtube/config.json b/sdkjs-plugins/content/youtube/config.json index 42a42dba..b496de1e 100644 --- a/sdkjs-plugins/content/youtube/config.json +++ b/sdkjs-plugins/content/youtube/config.json @@ -7,7 +7,8 @@ "pt-BR": "YouTube", "de": "YouTube", "si": "YouTube", - "it": "YouTube" + "it": "YouTube", + "sq-AL": "YouTube" }, "guid": "asc.{38E022EA-AD92-45FC-B22B-49DF39746DB4}", "version": "1.0.4", @@ -22,7 +23,8 @@ "pt-BR": "Incorpore facilmente vídeos do YouTube em seus documentos.", "de": "Betten Sie ganz einfach YouTube-Videos in Ihre Dokumente ein.", "si": "යූටියුබ් දෘශ්‍යක පහසුවෙන් ඔබගේ ලේඛන වලට කාවද්දන්න.", - "it": "Incorpora facilmente i video di YouTube nei tuoi documenti." + "it": "Incorpora facilmente i video di YouTube nei tuoi documenti.", + "sq-AL": "Inkuadro videoklipe YouTube në dokumentet tuaja lehtësisht." }, "url": "index.html", @@ -61,7 +63,8 @@ "es": "Cancelar", "de": "Abbrechen", "si": "අවලංගු", - "it": "Annulla" + "it": "Annulla", + "sq-AL": "Anuloni" } } ], diff --git a/sdkjs-plugins/content/youtube/translations/langs.json b/sdkjs-plugins/content/youtube/translations/langs.json index 7e947580..1104000b 100644 --- a/sdkjs-plugins/content/youtube/translations/langs.json +++ b/sdkjs-plugins/content/youtube/translations/langs.json @@ -8,5 +8,6 @@ "si-SI", "pt-BR", "zh-ZH", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/youtube/translations/sq-AL.json b/sdkjs-plugins/content/youtube/translations/sq-AL.json new file mode 100644 index 00000000..40c750af --- /dev/null +++ b/sdkjs-plugins/content/youtube/translations/sq-AL.json @@ -0,0 +1,4 @@ +{ + "Paste youtube video URL": "Ngjitni URL-në e videos së youtub-it", + "This service isn't available in your region." : "Ky shërbim nuk është i disponueshëm në rajonin tuaj." +} \ No newline at end of file diff --git a/sdkjs-plugins/content/zhipu/config.json b/sdkjs-plugins/content/zhipu/config.json index c25ad929..59844e79 100644 --- a/sdkjs-plugins/content/zhipu/config.json +++ b/sdkjs-plugins/content/zhipu/config.json @@ -8,7 +8,8 @@ "pt-BR": "ZhiPu Copilot", "es": "ZhiPu Copilot", "cs-CS": "ZhiPu Copilot", - "it": "ZhiPu Copilot" + "it": "ZhiPu Copilot", + "sq-AL": "ZhiPu Copilot" }, "guid": "asc.{4b5efd7f-7c8d-1ef4-feab-bfbf2e1d86ac}", "baseUrl": "", @@ -25,7 +26,8 @@ "pt-BR": "Um plugin copiloto para ONLYOFFICE Document baseado no modelo ZhiPu ChatGLM.", "es": "Un complemento de copiloto para documentos de ONLYOFFICE basado en el modelo ZhiPu ChatGLM.", "cs-CS": "Copilot plugin pro dokument ONLYOFFICE založený na modelu ZhiPu ChatGLM.", - "it": "Un plugin copilot per ONLYOFFICE basato sul modello ZhiPu ChatGLM." + "it": "Un plugin copilot per ONLYOFFICE basato sul modello ZhiPu ChatGLM.", + "sq-AL": "Një shtojcë copilot për ONLYOFFICE Document bazuar në modelin e ZhiPu ChatGLM." }, "url": "index.html", "icons": [ @@ -143,7 +145,8 @@ "ru": "Ok", "fr": "Ok", "es": "Ok", - "it": "Ok" + "it": "Ok", + "sq-AL": "Ok" }, "primary": true } diff --git a/sdkjs-plugins/content/zhipu/translations/langs.json b/sdkjs-plugins/content/zhipu/translations/langs.json index f89c70d3..2e5be7f9 100644 --- a/sdkjs-plugins/content/zhipu/translations/langs.json +++ b/sdkjs-plugins/content/zhipu/translations/langs.json @@ -6,5 +6,6 @@ "pt-BR", "es-ES", "cs-CS", - "it-IT" + "it-IT", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/zhipu/translations/sq-AL.json b/sdkjs-plugins/content/zhipu/translations/sq-AL.json new file mode 100644 index 00000000..1502b74a --- /dev/null +++ b/sdkjs-plugins/content/zhipu/translations/sq-AL.json @@ -0,0 +1,17 @@ +{ + "setting": "cilësime", + "Set Your ZhiPu API Key first": "Vendosni çelësin tuaj të API ZhiPu së pari", + "ZhiPu Copilot": "ZhiPu Copilot", + "generate": "Gjeneroni", + "summarize": "përmbledhje", + "explain": "shpjegoni", + "translate": "përktheni", + "translate to English": "përktheni në anglisht", + "translate to Chinese": "përktheni në kinezisht", + "translate to Russian": "përktheni në rusisht", + "translate to German": "përktheni në gjermanisht", + "translate to French": "përktheni në frengjisht", + "translate to Spanish": "përktheni në spanjisht", + "clear chat history": "pastroni historinë e bisedës", + "Choose a model": "Zgjidhni modelin" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/zoom/config.json b/sdkjs-plugins/content/zoom/config.json index 4b47ca4c..ccff77a5 100644 --- a/sdkjs-plugins/content/zoom/config.json +++ b/sdkjs-plugins/content/zoom/config.json @@ -6,7 +6,8 @@ "es": "Zoom", "pt-BR": "Zoom", "de": "Zoom", - "it": "Zoom" + "it": "Zoom", + "sq-AL": "Zoom" }, "guid": "asc.{3f15a9bc-51d3-4b59-b32f-75cfe2f07f54}", "version": "1.0.1", @@ -20,7 +21,8 @@ "es": "Planifique y celebre reuniones de vídeo directamente en los editores con Zoom.", "pt-BR": "Agende e realize videoconferências diretamente nos editores usando o Zoom.", "de": "Planen und halten Sie Videokonferenzen mit Zoom direkt in den Editoren.", - "it": "Pianifica e organizza riunioni video direttamente negli editor utilizzando Zoom." + "it": "Pianifica e organizza riunioni video direttamente negli editor utilizzando Zoom.", + "sq-AL": "Planifikoni dhe mbani takime video drejtpërdrejt në redaktorët duke përdorur Zoom." }, "url": "index.html", @@ -86,7 +88,8 @@ "fr": "Fermer", "es": "Cerrar", "de": "Schließen", - "it": "Chiudi" + "it": "Chiudi", + "sq-AL": "Mbyllni" } } ], @@ -113,7 +116,8 @@ "fr": "À propos", "es": "Sobre programa", "de": "Über", - "it": "Informazioni su" + "it": "Informazioni su", + "sq-AL": "Rreth" }, "url": "index_about.html", diff --git a/sdkjs-plugins/content/zotero/config.json b/sdkjs-plugins/content/zotero/config.json index a09c99f8..7645df39 100644 --- a/sdkjs-plugins/content/zotero/config.json +++ b/sdkjs-plugins/content/zotero/config.json @@ -5,7 +5,8 @@ "fr": "Zotero", "es": "Zotero", "pt-BR": "Zotero", - "de": "Zotero" + "de": "Zotero", + "sq-AL": "Zotero" }, "guid": "asc.{BFC5D5C6-89DE-4168-9565-ABD8D1E48711}", "version": "1.0.4", @@ -19,7 +20,8 @@ "fr": "Créez des bibliographies dans le style nécessaire avec Zotero.", "es": "Cree bibliografías en el estilo requerido utilizando el servicio Zotero.", "pt-BR": "Crie bibliografias no estilo desejado usando o serviço Zotero.", - "de": "Erstellen Sie Literaturverzeichnisse im gewünschten Stil mittels Zotero." + "de": "Erstellen Sie Literaturverzeichnisse im gewünschten Stil mittels Zotero.", + "sq-AL": "Krijoni bibliografi në stilin e kërkuar duke përdorur shërbimin Zotero." }, "url": "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], diff --git a/sdkjs-plugins/content/zotero/translations/langs.json b/sdkjs-plugins/content/zotero/translations/langs.json index 258bfd52..2d024f67 100644 --- a/sdkjs-plugins/content/zotero/translations/langs.json +++ b/sdkjs-plugins/content/zotero/translations/langs.json @@ -9,5 +9,6 @@ "pt-PT", "pt-BR", "ru-RU", - "zh-ZH" + "zh-ZH", + "sq-AL" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/zotero/translations/sq-AL.json b/sdkjs-plugins/content/zotero/translations/sq-AL.json new file mode 100644 index 00000000..a413d347 --- /dev/null +++ b/sdkjs-plugins/content/zotero/translations/sq-AL.json @@ -0,0 +1,28 @@ +{ + "To use Zotero you should get an API key.": "Për të përdorur Zotero, duhet të merrni një çelës API.", + "Navigate to": "Shkoni te", + "Zotero API settings": "Cilësimet e Zotero API", + "Create and copy API key into the field below.": "Krijoni dhe kopjoni çelësin API në fushën më poshtë", + "Open Zotero website": "Hapni faqen e internetit të Zotero-së.", + "Invalid API key": "Çelësi API është i pavlefshëm", + "API Key": "Çelësi API", + "Nothing found": "Nuk u gjend asgjë", + "Style is not selected": "Stili nuk është selektuar", + "Language is not selected": "Gjuha nuk është selektuar", + "Search references by author, title or year": "Kërkoni referenca sipas autorit, titullit ose vitit", + "Cancel": "Anuloni", + "Insert Bibliography": "Shtoni bibliografinë", + "Style": "Stili", + "Enter style name": "Futni emrin e stilit", + "Language": "Gjuha", + "Reconfigure": "Rikonfiguroni", + "Learn more here.": "Mësoni më shumë këtu", + "Save": "Ruani", + "Insert Citation": "Shtoni citimin", + "Cancel select": "Anuloni selektimin", + "Refresh": "Rifreskoni", + "Save as text": "Ruani si tekst", + "Please insert some citation into the document.": "Ju lutem shtoni ndonjë citim në dokument", + "Synchronize": "Sinkronizim", + "Omit Author": "Hiqni autorin" +} \ No newline at end of file diff --git a/store/plugin/config.json b/store/plugin/config.json index 3960262a..f1aa2e3f 100644 --- a/store/plugin/config.json +++ b/store/plugin/config.json @@ -10,7 +10,8 @@ "cs": "Správce Pluginů", "si": "පේනු කළමනාකරු", "zh": "插件管理器", - "pt-BR": "Gerenciador de plug-ins" + "pt-BR": "Gerenciador de plug-ins", + "sq-AL": "Menaxheri i shtojcës" }, "guid" : "asc.{AA2EA9B6-9EC2-415F-9762-634EE8D9A95E}", "version": "1.0.5", diff --git a/store/plugin/translations/sq-AL.json b/store/plugin/translations/sq-AL.json new file mode 100644 index 00000000..3d0403f8 --- /dev/null +++ b/store/plugin/translations/sq-AL.json @@ -0,0 +1,14 @@ +{ + "This version of \"Plugin Manager\" is not official." : "Ky version i \"Menaxherit të shtojcës\" is nuk është zyrtar.", + "No Internet Connection.": "Nuk ka lidhje interneti.", + "Warning" : "Paralajmërim", + "Yes" : "Po", + "No" : "Jo", + "Do you want to completely remove this plugin?" : "Dëshironi që të fshini këtë shtojcë komplet.", + "If you choose \"No\", you will be able to restore this plugin later in the marketplace." : "Në qoftë se ju zgjidhni \"Jo\", do të mund të riktheni këtë shtojcë më vonë në marketplace.", + "Enter the URL for your marketplace page here" : "Futni URL-në e faqes suaj të marketplace-it këtu", + "Return to default settings" : "Kthehuni në cilësimet e parazgjedhura", + "Enter URL" : "Futni URL", + "Cancel" : "Anuloni", + "Be careful! Avoid using the untrusted URLs." : "Bëni kujdes! Shmangni përdorimin e URL-ve të pa besueshme." +} \ No newline at end of file diff --git a/store/translations/langs.json b/store/translations/langs.json index 8b78c9bd..57328c7d 100644 --- a/store/translations/langs.json +++ b/store/translations/langs.json @@ -9,5 +9,6 @@ "si-SI", "zh-ZH", "pt-BR", - "uk-UA" + "uk-UA", + "sq-AL" ] \ No newline at end of file diff --git a/store/translations/sq-AL.json b/store/translations/sq-AL.json new file mode 100644 index 00000000..9ae4b60f --- /dev/null +++ b/store/translations/sq-AL.json @@ -0,0 +1,64 @@ +{ + "Manage plugins": "Menaxhoni shtojcat", + "My plugins": "Shtojca të disponueshme", + "Marketplace": "Maketplace", + "Submit your own plugin": "Paraqitni shtojcën tuaj", + "Install plugin manually": "Instaloni shtojcën manualisht", + "Install": "Instaloni", + "Remove": "Fshini", + "Update": "Përditësoni", + "Offered by": "Ofruar nga", + "Overview": "Përmbledhje", + "Info & Support": "Info dhe Suport", + "Learn how to use": "Mësoni si të përdorni", + "the plugin in": "shtojcën në", + "Contribute": "Kontribuoni", + "to the plugin development or report an issue on": "në zhvillimin e shtojcës ose raportoni një problem në", + "Get help": "Merrni ndihmë", + "with the plugin functionality on our forum.": "me funksionalitetin e shtojcës në forumin tonë.", + "Create a new plugin using": "Krijoni një shtojcë të re duke përdorur", + "Loading": "Duke u ngarkuar", + "Installation": "Instalimi", + "Updating": "Duke u përditësuar", + "Removal": "Heqje", + "Problem with loading plugins.": "Probleme me ngarkimin e shtojcave.", + "No installed plugins.": "Pa shtojca të instaluara.", + "Version": "Versioni", + "Languages": "Gjuhët", + "English": "Anglisht", + "Czech": "Çekisht", + "German": "Gjermanisht", + "Spanish": "Spanjisht", + "French": "Frengjisht", + "Italian": "Italisht", + "Japanese": "Japonisht", + "Dutch": "Holandisht", + "Portuguese": "Portugezisht", + "Brazilian": "Braziliane", + "Russian": "Rusisht", + "Sinhala": "Sinhalisht", + "Ukrainian": "Ukrainase", + "Chinese": "Kinezisht", + "Update All": "Përditësoni të gjitha", + "Categories": "Kategoritë", + "Search plugins": "Kërkoni shtojcat", + "All": "Të gjithë/a", + "Recommended": "Rekomanduar", + "Developer tools": "Mjetet e zhvilluesit", + "Work": "Punë", + "Entertainment": "Argëtim", + "Communication": "Komunikim", + "Special abilities": "Aftësi speciale", + "The minimum supported editors version" : "Versioni minimal i mbështetur i editorit", + "This plugin will only work in a newer version of the editor.": "Kjo shtojcë do të funksionojë vetëm në një version më të ri të editorit.", + "Nothing was found for this query.": "Nuk u gjet asgjë për këtë kërkesë.", + "No Internet Connection.": "Nuk ka lidhje interneti.", + "Problem with loading plugin config.\nConfig: " : "Problem me ngarkimin e konfigurimit të shtojcës.\nConfig:", + "Problem with loading some resources." : "Problem me ngarkimin e disa burimeve.", + "File not found." : "Skedari nuk u gjet.", + "Network problem." : "Problem me rrjetin e internetit.", + "Problem with loading some resources" : "Problem me ngarkimin e disa burimeve.", + "Click to rate" : "Klikoni për të vlersuar.", + "No disscussion page for this plugin." : "Nuk ka faqe diskutimi për këtë shtojcë.", + "Problem with plugin installation." : "Problem me instalimin e shtojcës." +} \ No newline at end of file