mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Merge remote-tracking branch 'origin/feature/plugins_sr-RS' into feature/allTr
This commit is contained in:
@ -7,7 +7,9 @@
|
||||
"pt-BR": "Word counter",
|
||||
"de": "Wortanzahl",
|
||||
"it": "Word counter",
|
||||
"sq-AL": "Word counter"
|
||||
"sq-AL": "Word counter",
|
||||
"sr-Cyrl-RS": "Бројач речи",
|
||||
"sr-Latn-RS": "Brojač reči"
|
||||
},
|
||||
"guid" : "asc.{584EEEE8-DBF5-45C3-A4CA-F52177C82754}",
|
||||
"version": "1.0.1",
|
||||
@ -22,7 +24,9 @@
|
||||
"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.",
|
||||
"sq-AL": "Llogaritni fjalë, karaktere (me ose pa hapësirë), dhe paragrafe në pjesën e selektuar të dokumentit tuaj."
|
||||
"sq-AL": "Llogaritni fjalë, karaktere (me ose pa hapësirë), dhe paragrafe në pjesën e selektuar të dokumentit tuaj.",
|
||||
"sr-Cyrl-RS": "Броји речи, карактере (са/без размака) и пасусе у изабраном делу вашег документа.",
|
||||
"sr-Latn-RS": "Broji reči, karaktere (sa/bez razmaka) i pasuse u izabranom delu vašeg dokumenta."
|
||||
},
|
||||
"url" : "index.html",
|
||||
|
||||
|
||||
@ -8,5 +8,7 @@
|
||||
"pt-BR",
|
||||
"zh-ZH",
|
||||
"it-IT",
|
||||
"sq-AL"
|
||||
"sq-AL",
|
||||
"sr-Cyrl-RS",
|
||||
"sr-Latn-RS"
|
||||
]
|
||||
@ -0,0 +1,8 @@
|
||||
{
|
||||
"Characters without spaces" : "Карактери без размака",
|
||||
"Characters" : "Карактери",
|
||||
"Words" : "Речи",
|
||||
"Paragraphs" : "Пасуси",
|
||||
"Select part of the text or the whole text to count words and characters." : "Изаберите део текста или цео текст за бројање речи и карактера.",
|
||||
"This plugin is not supported by IE": "Овај додатак није подржан у IE"
|
||||
}
|
||||
@ -0,0 +1,8 @@
|
||||
{
|
||||
"Characters without spaces" : "Karakteri bez razmaka",
|
||||
"Characters" : "Karakteri",
|
||||
"Words" : "Reči",
|
||||
"Paragraphs" : "Pasusi",
|
||||
"Select part of the text or the whole text to count words and characters." : "Izaberite deo teksta ili ceo tekst za brojanje reči i karaktera.",
|
||||
"This plugin is not supported by IE": "Ovaj dodatak nije podržan u IE"
|
||||
}
|
||||
Reference in New Issue
Block a user