Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Dec 8, 2024
1 parent e965359 commit 976b55c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions l10n/nl.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OC.L10N.register(
"circles",
{
"Teams" : "Teams",
"You deleted {circle}" : "Je hebt {circle} verwijderd",
"{author} deleted {circle}" : "{author} verwijderde {circle}",
"You removed {member} from {circle}" : "Je hebt {member} van {circle} verwijderd",
Expand Down
1 change: 1 addition & 0 deletions l10n/nl.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ "translations": {
"Teams" : "Teams",
"You deleted {circle}" : "Je hebt {circle} verwijderd",
"{author} deleted {circle}" : "{author} verwijderde {circle}",
"You removed {member} from {circle}" : "Je hebt {member} van {circle} verwijderd",
Expand Down
2 changes: 1 addition & 1 deletion l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OC.L10N.register(
{
"Teams" : "Команды",
"You created the team {circle}" : "Вы создали группу {circle}",
"{author} created the team {circle}" : "{author} создал группу {circle}",
"{author} created the team {circle}" : "{author} создал круг {circle}",
"You deleted {circle}" : "Вы удалили круг «{circle}»",
"{author} deleted {circle}" : "{author} удалил(а) круг «{circle}»",
"You made {member} join {circle}" : "Вы присоединили {member} к {circle}",
Expand Down
2 changes: 1 addition & 1 deletion l10n/ru.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "translations": {
"Teams" : "Команды",
"You created the team {circle}" : "Вы создали группу {circle}",
"{author} created the team {circle}" : "{author} создал группу {circle}",
"{author} created the team {circle}" : "{author} создал круг {circle}",
"You deleted {circle}" : "Вы удалили круг «{circle}»",
"{author} deleted {circle}" : "{author} удалил(а) круг «{circle}»",
"You made {member} join {circle}" : "Вы присоединили {member} к {circle}",
Expand Down

0 comments on commit 976b55c

Please sign in to comment.