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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Mar 1, 2025
1 parent 29358ad commit 8e4ce72
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ OC.L10N.register(
"You deleted {circle}" : "Hai eliminato {circle}",
"{author} deleted {circle}" : "{author} ha eliminato {circle}",
"You removed {member} from {circle}" : "Hai rimosso {member} da {circle}",
"{author} removed {member} from {circle}" : "{author} ha rimosso {member} da {circle}",
"You joined {circle}" : "Sei entrato a far parte di {circle}",
"{member} joined {circle}" : "{member} si è unito a {circle}",
"You accepted the invitation to join {circle}" : "Hai accettato l'invito per unirti {circle}",
Expand All @@ -21,6 +22,7 @@ OC.L10N.register(
"You declined the invitation to join {circle}" : "Hai rifiutato l'invito per unirti a {circle}",
"{member} declined an invitation to join {circle}" : "{member} ha rifiutato un invito per unirsi a {circle}",
"You cancelled your request to join {circle}" : "Hai annullato la tua richiesta di unirti a {circle}",
"{member} cancelled a request to join {circle}" : "{member} ha cancellato la richiesta di ingresso a {circle}",
"You have been removed from {circle} by {author}" : "Sei stato rimosso da {circle} da {author}",
"{member} has been removed from {circle} by {author}" : "{member} è stato rimosso da {circle} da {author}",
"You removed {external} from {circle}" : "Hai rimosso {external} da {circle}",
Expand Down
2 changes: 2 additions & 0 deletions l10n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"You deleted {circle}" : "Hai eliminato {circle}",
"{author} deleted {circle}" : "{author} ha eliminato {circle}",
"You removed {member} from {circle}" : "Hai rimosso {member} da {circle}",
"{author} removed {member} from {circle}" : "{author} ha rimosso {member} da {circle}",
"You joined {circle}" : "Sei entrato a far parte di {circle}",
"{member} joined {circle}" : "{member} si è unito a {circle}",
"You accepted the invitation to join {circle}" : "Hai accettato l'invito per unirti {circle}",
Expand All @@ -19,6 +20,7 @@
"You declined the invitation to join {circle}" : "Hai rifiutato l'invito per unirti a {circle}",
"{member} declined an invitation to join {circle}" : "{member} ha rifiutato un invito per unirsi a {circle}",
"You cancelled your request to join {circle}" : "Hai annullato la tua richiesta di unirti a {circle}",
"{member} cancelled a request to join {circle}" : "{member} ha cancellato la richiesta di ingresso a {circle}",
"You have been removed from {circle} by {author}" : "Sei stato rimosso da {circle} da {author}",
"{member} has been removed from {circle} by {author}" : "{member} è stato rimosso da {circle} da {author}",
"You removed {external} from {circle}" : "Hai rimosso {external} da {circle}",
Expand Down
4 changes: 4 additions & 0 deletions l10n/ko.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
OC.L10N.register(
"circles",
{
"You created the team {circle}" : "{circle} 팀을 생성했습니다.",
"{author} created the team {circle}" : "유저 {author}이/가 팀 {circle}을 생성했습니다.",
"You deleted {circle}" : "여러분이 {circle}을(를) 삭제함",
"{author} deleted {circle}" : "{author} 님이 {circle}을(를) 삭제함",
"You made {member} join {circle}" : "{member}를 {circle}에 할당했습니다.",
"{author} made {member} join {circle}" : "유저 {author}이/가 {member}를 {circle}에 할당했습니다.",
"You removed {member} from {circle}" : "여러분이 {member} 님을 {circle}에서 삭제함",
"You joined {circle}" : "여러분이 {circle}에 참가함",
"{member} joined {circle}" : "{member} 님이 {circle}에 참가함",
Expand Down
4 changes: 4 additions & 0 deletions l10n/ko.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{ "translations": {
"You created the team {circle}" : "{circle} 팀을 생성했습니다.",
"{author} created the team {circle}" : "유저 {author}이/가 팀 {circle}을 생성했습니다.",
"You deleted {circle}" : "여러분이 {circle}을(를) 삭제함",
"{author} deleted {circle}" : "{author} 님이 {circle}을(를) 삭제함",
"You made {member} join {circle}" : "{member}를 {circle}에 할당했습니다.",
"{author} made {member} join {circle}" : "유저 {author}이/가 {member}를 {circle}에 할당했습니다.",
"You removed {member} from {circle}" : "여러분이 {member} 님을 {circle}에서 삭제함",
"You joined {circle}" : "여러분이 {circle}에 참가함",
"{member} joined {circle}" : "{member} 님이 {circle}에 참가함",
Expand Down

0 comments on commit 8e4ce72

Please sign in to comment.