Merge remote-tracking branch 'origin/feature/sq-AL' into feature/allTr

This commit is contained in:
Oleg Korshul
2025-03-10 17:16:45 +03:00
92 changed files with 961 additions and 122 deletions

View File

@ -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",

View File

@ -7,5 +7,6 @@
"ru-RU",
"pt-BR",
"zh-ZH",
"it-IT"
"it-IT",
"sq-AL"
]

View File

@ -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"
}