Skip to content

feat(translation): add missing Serbian translation strings #920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/locale/languages/sr.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
'Are you sure?': 'Да ли сте сигурни?',
'Assign Yourself': 'Додели себи',
Assignees: 'Заступник',
'Author: ': '',
'Author: ': 'Аутор',
BIO: 'БИОГРАФИЈА',
CANCEL: 'ОДУСТАНИ',
CONTACT: 'КОНТАКТИ',
Expand All @@ -33,8 +33,8 @@ module.exports = {
'Comment Actions': 'Акције на коментарима',
'Commit Message': 'Порука измене',
'Commit Title': 'Наслов измене',
Commits: '',
'Committer: ': '',
Commits: 'Измене',
'Committer: ': 'Изменио',
'Communicate on conversations, merge pull requests and more':
'Дискутујте, прихватите захтеве за преузимање и друго',
Company: 'Фирма',
Expand Down Expand Up @@ -90,8 +90,8 @@ module.exports = {
'New Issue': 'Нови поднесак',
'No README.md found': 'Датотека README.md није пронађена',
'No closed issues found!': 'Нема затворених поднесака!',
'No closed pull requests found!': '',
'No commit found!': '',
'No closed pull requests found!': 'Нема затворених захтев за преузимање!',
'No commit found!': 'Нема измена!',
'No contributors found': 'Нема сарадника',
'No description provided.': 'Није достављен опис.',
'No issues': 'Без поднесака',
Expand Down Expand Up @@ -162,7 +162,7 @@ module.exports = {
Users: 'Корисници',
'View All': 'Прегледај све',
'View Code': 'Прегледај код',
'View Commits': '',
'View Commits': 'Прегледај измене',
'View and control all of your unread and participating notifications':
'Преглед и контрола свих ваших непрочитаних и активних обавештења',
Watch: 'Прати',
Expand Down Expand Up @@ -223,7 +223,7 @@ module.exports = {
'{actor} је избрисао ознаку {ref} у {repo}',
'{actor} edited the {repo} wiki':
'{actor} је изменио документацију за {repo}',
'{actor} edited {member} at {repo}': '{actor} edited {member} at {repo}',
'{actor} edited {member} at {repo}': '{actor} је изменио {member} за {repo}',
'{actor} forked {repo} at {fork}': '{actor} клонирао {repo} у {fork}',
'{actor} made {repo} public': '{actor} је учинио јавним {repo}',
'{actor} merged pull request {pr} at {repo}':
Expand Down