-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from bq-wrongway/master
Added Serbian Translation
- Loading branch information
Showing
2 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
fallback_language = "en" | ||
|
||
[fluent] | ||
assets_dir = "i18n" | ||
assets_dir = "i18n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
app=COSMIC Web Apps | ||
loading=Очитавање... | ||
open=Отвори | ||
number={ $number } | ||
# header | ||
main-window={ $app } | ||
create=Креирај | ||
edit=Промени | ||
close=Затвори | ||
create-new-webapp=Креирај нову Веб Апликцију | ||
icon-selector=Избор иконица | ||
icon-installer=Инсталер Папирус Иконица | ||
# common.rs | ||
select-browser=Изабери Претраживач | ||
# home_screen.rs | ||
installed-header=Имаш { $number } Веб Апликација инсталирано: | ||
not-installed-header=Немаш инсталираних Веб Апликација. Користи дугме "Креирај" да додаш једну. | ||
# creator.rs | ||
web=Веб | ||
accessories=Accessories | ||
education=Образовање | ||
games=Игре | ||
graphics=Графика | ||
internet=Интернет | ||
office=Офис | ||
programming=Програмирање | ||
sound-and-video=Звук и Видео | ||
browser=Претраживач | ||
title=Наслов | ||
url=УРЛ | ||
non-standard-arguments=Non-standard arguments | ||
# keep navbar, isolated profile nad private mode small count of characters | ||
navbar=Навигациона Трака | ||
isolated-profile=Изоловани Профил | ||
private-mode=Приватан Мод | ||
# iconpicker.rs | ||
icon-name-to-find=Име иконице за претрагу | ||
my-icons=Моје иконице | ||
# icons_installator.rs | ||
icons-installer-header=Молим сачекајте. Скидање иконица је у току... | ||
icons-installer-message=Ова апликација захтева иконице како би правилно функционисала. У случају да немамо приступ твојим инсталираним иконицама, ми инсталирамо Папирус иконице у твој локални директоријум како би могао одабрати неку од иконица за твоју апликацију. | ||
# warning.rs | ||
warning=Не испуњава услове | ||
.success=Можеш креирати нову Веб апликацију | ||
.duplicate= - Веб апликација неисправна. Можда већ имаш ову апликацију међу додатим апликацијама? | ||
.app-name= - Име апликације мора бити дуже од 3 карактера | ||
.app-url= - Мораш додати правилан УРЛ, један који почиње са http:// или https:// | ||
.app-icon= - Мораш изабрати иконицу за свој Покретач | ||
.app-browser= - Молим изаберите претраживач. Минимум један мора бити инсталиран на систему или као пакет или као Flatpack |