Skip to content

Commit 33bd9ee

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 18ea54e commit 33bd9ee

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

‎l10n/lv.js‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
OC.L10N.register(
22
"circles",
33
{
4+
"You created the team {circle}" : "Tu izveidoji komandu {circle}",
45
"You deleted {circle}" : "Tu izdzēsi {circle}",
6+
"You removed {member} from {circle}" : "Tu noņēmi {member} no {circle}",
7+
"You left {circle}" : "Tu pameti {circle}",
8+
"{member} left {circle}" : "{member} pameta {circle}",
9+
"You removed {external} from {circle}" : "Tu noņēmi {external} no {circle}",
510
"Personal" : "Personīgs",
611
"System" : "Sistēma",
712
"Visible" : "Redzams",

‎l10n/lv.json‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{ "translations": {
2+
"You created the team {circle}" : "Tu izveidoji komandu {circle}",
23
"You deleted {circle}" : "Tu izdzēsi {circle}",
4+
"You removed {member} from {circle}" : "Tu noņēmi {member} no {circle}",
5+
"You left {circle}" : "Tu pameti {circle}",
6+
"{member} left {circle}" : "{member} pameta {circle}",
7+
"You removed {external} from {circle}" : "Tu noņēmi {external} no {circle}",
38
"Personal" : "Personīgs",
49
"System" : "Sistēma",
510
"Visible" : "Redzams",

0 commit comments

Comments
 (0)