Skip to content

Commit e668b04

Browse files
olegkorollex111
authored andcommitted
fix: Add (very) small corrections to the Russian translation :) (#845)
* fix: Add (very) small corrections to the Russian translation :) #439 * fix: Improve sentence in the Russian translation #439
1 parent c778e3f commit e668b04

File tree

1 file changed

+2
-2
lines changed
  • src/locale/languages

1 file changed

+2
-2
lines changed

src/locale/languages/ru.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,14 @@ module.exports = {
223223
'{actor} открыл ишью {issue} в {repo}',
224224
'{actor} opened pull request {pr} at {repo}':
225225
'{actor} открыл пулреквест {pr} в {repo}',
226-
'{actor} published release {id}': '{actor} отправил релиз {id}',
226+
'{actor} published release {id}': '{actor} опубликовал релиз {id}',
227227
'{actor} pushed to {ref} at {repo}': '{actor} отправил в {ref} в {repo}',
228228
'{actor} removed {member} at {repo}': '{actor} удалил {member} в {repo}',
229229
'{actor} reopened issue {issue} at {repo}':
230230
'{actor} заново открыл ишью {issue} в {repo}',
231231
'{actor} reopened pull request {pr} at {repo}':
232232
'{actor} заново открыл пулреквест {pr} в {repo}',
233-
'{actor} starred {repo}': '{actor} отметил {repo}',
233+
'{actor} starred {repo}': '{actor} добавил {repo} в избранное',
234234
'{almostXYears}y': '{almostXYears} г',
235235
'{halfAMinute}s': '30 c',
236236
'{lessThanXMinutes}m': '{lessThanXMinutes} м',

0 commit comments

Comments
 (0)