From 7560f9dfb8dfa8159ad432f6152ddd90e508eb35 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 8 Dec 2024 00:51:13 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/nl.js | 1 + l10n/nl.json | 1 + l10n/ru.js | 2 +- l10n/ru.json | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/l10n/nl.js b/l10n/nl.js index 604c5781a..d463a8c3f 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -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", diff --git a/l10n/nl.json b/l10n/nl.json index 3ea573dd8..659f1f6d7 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -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", diff --git a/l10n/ru.js b/l10n/ru.js index 740132a5c..9a6d9c135 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -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}", diff --git a/l10n/ru.json b/l10n/ru.json index 60a330816..18f3c8b62 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -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}",