Translated using Weblate (Serbian)
Currently translated at 4.2% (17 of 398 strings) Translated using Weblate (Serbian) Currently translated at 100.0% (8 of 8 strings) Added translation using Weblate (Serbian) Translated using Weblate (Serbian) Currently translated at 12.5% (1 of 8 strings) Added translation using Weblate (Serbian) Co-authored-by: Blagoje Nikolić <blagojenikolic006@gmail.com> Translate-URL: https://hosted.weblate.org/projects/kotatsu/plurals/sr/ Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/sr/ Translation: Kotatsu/Strings Translation: Kotatsu/plurals
This commit is contained in:
committed by
Koitharu
parent
b4eb8d56a6
commit
b955d31770
43
app/src/main/res/values-sr/plurals.xml
Normal file
43
app/src/main/res/values-sr/plurals.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<plurals name="pages">
|
||||
<item quantity="one">Тотално %1$d странa</item>
|
||||
<item quantity="few">Тотално %1$d странице</item>
|
||||
<item quantity="other">Тотално %1$d странице</item>
|
||||
</plurals>
|
||||
<plurals name="items">
|
||||
<item quantity="one">%1$d ставке</item>
|
||||
<item quantity="few">%1$d ставки</item>
|
||||
<item quantity="other">%1$d ставка</item>
|
||||
</plurals>
|
||||
<plurals name="chapters_from_x">
|
||||
<item quantity="one">%1$d поглавља од %2$d</item>
|
||||
<item quantity="few">%1$d поглавља од %2$d</item>
|
||||
<item quantity="other">%1$d поглавља од %2$d</item>
|
||||
</plurals>
|
||||
<plurals name="minutes_ago">
|
||||
<item quantity="one">пре %1$d минута</item>
|
||||
<item quantity="few">пре %1$d минута</item>
|
||||
<item quantity="other">пре %1$d минута</item>
|
||||
</plurals>
|
||||
<plurals name="hours_ago">
|
||||
<item quantity="one">пре %1$d сата</item>
|
||||
<item quantity="few">пре %1$d сата</item>
|
||||
<item quantity="other">пре %1$d сата</item>
|
||||
</plurals>
|
||||
<plurals name="days_ago">
|
||||
<item quantity="one">пре %1$d дана</item>
|
||||
<item quantity="few">пре %1$d дана</item>
|
||||
<item quantity="other">пре %1$d дана</item>
|
||||
</plurals>
|
||||
<plurals name="new_chapters">
|
||||
<item quantity="one">%1$d нова поглавља</item>
|
||||
<item quantity="few">%1$d нових поглавља</item>
|
||||
<item quantity="other">%1$d нових поглавља</item>
|
||||
</plurals>
|
||||
<plurals name="chapters">
|
||||
<item quantity="one">%1$d поглављe</item>
|
||||
<item quantity="few">%1$d поглавља</item>
|
||||
<item quantity="other">%1$d поглавља</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
15
app/src/main/res/values-sr/strings.xml
Normal file
15
app/src/main/res/values-sr/strings.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="local_storage">Локално складиште</string>
|
||||
<string name="close_menu">Затвори мени</string>
|
||||
<string name="error_occurred">Грешка се појавила</string>
|
||||
<string name="open_menu">Отвори мени</string>
|
||||
<string name="favourites">Фаворити</string>
|
||||
<string name="history">Историја</string>
|
||||
<string name="network_error">Неуспешно повезивање са интернетом</string>
|
||||
<string name="details">Детаљи</string>
|
||||
<string name="chapters">Поглавља</string>
|
||||
<string name="list">Листа</string>
|
||||
<string name="detailed_list">Детаљна листа</string>
|
||||
<string name="grid">Табла</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user